You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3id="Detailed-Treatments-of-This-Material-(More-Info-in-Next-Few-Slides)">Detailed Treatments of This Material (More Info in Next Few Slides)<aclass="anchor-link" href="#Detailed-Treatments-of-This-Material-(More-Info-in-Next-Few-Slides)">¶</a></h3><p>Here on Safari</p>
13205
+
<h3id="Detailed-Treatments-of-This-Material">Detailed Treatments of This Material<aclass="anchor-link" href="#Detailed-Treatments-of-This-Material">¶</a></h3><p>Here on Safari</p>
13202
13206
<ul>
13203
13207
<li><strong><ahref="https://learning.oreilly.com/videos/python-fundamentals/9780135917411"><em>Python Fundamentals</em> video training</a></strong></li>
13204
13208
<li><strong><ahref="https://learning.oreilly.com/library/view/python-for-programmers/9780135231364/"><em>Python for Programmers</em> e-book</a></strong></li>
@@ -13324,11 +13328,10 @@ <h1 id="Rhythm-of-the-Course">Rhythm of the Course<a class="anchor-link" href="#
<h1id="Need-More-Detail?">Need More Detail?<aclass="anchor-link" href="#Need-More-Detail?">¶</a></h1><ul>
13326
13330
<li>We <strong>extensively indexed</strong><ahref="https://learning.oreilly.com/library/view/python-for-programmers/9780135231364/"><strong>Python for Programmers</strong></a> here on Safari<ul>
13327
-
<li>Locating a topic in our book will help you locate the detailed video presentation in my <ahref="https://learning.oreilly.com/videos/python-fundamentals/9780135917411"><strong>Python Fundamentals videos</strong></a></li>
13331
+
<li>Locating a topic in our book will help you locate its video presentation in my <ahref="https://learning.oreilly.com/videos/python-fundamentals/9780135917411"><strong>Python Fundamentals LiveLessons videos</strong></a></li>
13328
13332
</ul>
13329
13333
</li>
13330
-
<li>Questions after the course? <strong><ahref="mailto:paul@deitel.com">paul@deitel.com</a></strong></li>
13331
-
<li>We’ll post updates as necessary at <ahref="https://www.deitel.com">https://www.deitel.com</a></li>
13334
+
<li><strong>Questions</strong> after the course? <strong><ahref="mailto:paul@deitel.com">paul@deitel.com</a></strong></li>
13332
13335
</ul>
13333
13336
13334
13337
</div>
@@ -13338,17 +13341,13 @@ <h1 id="Need-More-Detail?">Need More Detail?<a class="anchor-link" href="#Need-M
<h1id="Code-and-Jupyter-Notebooks-for-Today's-Presentation">Code and Jupyter Notebooks for Today's Presentation<aclass="anchor-link" href="#Code-and-Jupyter-Notebooks-for-Today's-Presentation">¶</a></h1><ul>
13341
-
<li>Presenting in <strong>Jupyter Notebooks</strong><ul>
13342
-
<li>Browser-based tool.</li>
13343
-
<li>Can combine <strong>executable code, text, images, audio and video</strong>.</li>
13344
-
</ul>
13345
-
</li>
13346
-
<li><ahref="https://github.com/pdeitel/PythonDataScienceFullThrottle">Download the notebooks from my GitHub repository</a></li>
13344
+
<li>Presenting in <strong>Jupyter Notebooks</strong></li>
13345
+
<li><ahref="https://github.com/pdeitel/PythonDataScienceFullThrottle"><strong>Download the notebooks</strong> from my GitHub repository</a></li>
13347
13346
<li>Root <strong><code>PythonDataScienceFullThrottle</code></strong> folder contains this <strong><code>StartHere.ipynb</code></strong> and <strong>subfolders <code>ch11</code>-<code>ch16</code></strong> for the 6 sections of today's presentation<ul>
13348
-
<li>These correspond to lesson numbers in my <strong>Python Fundamentals LiveLessons videos</strong> and chapter numbers in <strong>Python for Programmers</strong></li>
13347
+
<li>Each corresponds to lessons in my <strong>Python Fundamentals LiveLessons videos</strong> and chapters in <strong>Python for Programmers</strong></li>
13349
13348
</ul>
13350
13349
</li>
13351
-
<li>Each notebook also is <strong>provided as an HTML document</strong>that you can simply load in your browser—the <strong>code in the HTML documents is not executable.</strong></li>
13350
+
<li>Each notebook also is <strong>provided as an HTML document</strong></li>
<h1id="Python-Data-Science-Full-Throttle-Table-of-Contents">Python Data Science Full Throttle Table of Contents<aclass="anchor-link" href="#Python-Data-Science-Full-Throttle-Table-of-Contents">¶</a></h1><ol>
13373
-
<li><ahref="ch11/Ch11.ipynb">Natural Language Processing</a></li>
"# **\"If I have seen further it is by standing on the shoulders of giants.\"** — Isaac Newton (and others before him)\n"
38
+
"# \n",
39
+
"# \n",
40
+
"# **\"If I have seen further it is by standing on the shoulders of giants.\"** — Isaac Newton (and others before him)\n",
41
+
"# \n",
42
+
"# "
39
43
]
40
44
},
41
45
{
@@ -96,7 +100,7 @@
96
100
}
97
101
},
98
102
"source": [
99
-
"### Detailed Treatments of This Material (More Info in Next Few Slides)\n",
103
+
"### Detailed Treatments of This Material \n",
100
104
"Here on Safari\n",
101
105
"* **[_Python Fundamentals_ video training](https://learning.oreilly.com/videos/python-fundamentals/9780135917411)** \n",
102
106
"* **[_Python for Programmers_ e-book](https://learning.oreilly.com/library/view/python-for-programmers/9780135231364/)**\n",
@@ -229,9 +233,8 @@
229
233
"source": [
230
234
"# Need More Detail?\n",
231
235
"* We **extensively indexed** [**Python for Programmers**](https://learning.oreilly.com/library/view/python-for-programmers/9780135231364/) here on Safari\n",
232
-
" * Locating a topic in our book will help you locate the detailed video presentation in my [**Python Fundamentals videos**](https://learning.oreilly.com/videos/python-fundamentals/9780135917411)\n",
233
-
"* Questions after the course? **<paul@deitel.com>**\n",
234
-
"* We’ll post updates as necessary at https://www.deitel.com"
236
+
" * Locating a topic in our book will help you locate its video presentation in my [**Python Fundamentals LiveLessons videos**](https://learning.oreilly.com/videos/python-fundamentals/9780135917411)\n",
237
+
"* **Questions** after the course? **<paul@deitel.com>**"
235
238
]
236
239
},
237
240
{
@@ -240,12 +243,10 @@
240
243
"source": [
241
244
"# Code and Jupyter Notebooks for Today's Presentation\n",
242
245
"* Presenting in **Jupyter Notebooks** \n",
243
-
" * Browser-based tool.\n",
244
-
" * Can combine **executable code, text, images, audio and video**.\n",
245
-
"* [Download the notebooks from my GitHub repository](https://github.com/pdeitel/PythonDataScienceFullThrottle) \n",
246
+
"* [**Download the notebooks** from my GitHub repository](https://github.com/pdeitel/PythonDataScienceFullThrottle) \n",
246
247
"* Root **`PythonDataScienceFullThrottle`** folder contains this **`StartHere.ipynb`** and **subfolders `ch11`-`ch16`** for the 6 sections of today's presentation\n",
247
-
" * These correspond to lesson numbers in my **Python Fundamentals LiveLessons videos** and chapter numbers in **Python for Programmers**\n",
248
-
"* Each notebook also is **provided as an HTML document** that you can simply load in your browser—the **code in the HTML documents is not executable.**"
248
+
" * Each corresponds to lessons in my **Python Fundamentals LiveLessons videos** and chapters in **Python for Programmers**\n",
249
+
"* Each notebook also is **provided as an HTML document** "
0 commit comments