Skip to content

Commit d6e24a4

Browse files
committedMay 17, 2020
Updated for May 19, 2020 class
1 parent 631b1c3 commit d6e24a4

9 files changed

+16276
-729
lines changed
 

‎StartHere.html

+22-6
Original file line numberDiff line numberDiff line change
@@ -13111,9 +13111,7 @@ <h1>Python Data Science Full Throttle:<br>Introductory Artificial Intelligence (
1311113111
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
1311213112
</div><div class="inner_cell">
1311313113
<div class="text_cell_render border-box-sizing rendered_html">
13114-
<h1 id="Upcoming-Deitel-Safari-Live-Training-Courses"><a href="https://deitel.com/LearnWithPaul">Upcoming Deitel Safari Live Training Courses</a><a class="anchor-link" href="#Upcoming-Deitel-Safari-Live-Training-Courses">&#182;</a></h1><ul>
13115-
<li>May 12—Python Full Throttle</li>
13116-
<li>May 19—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies</li>
13114+
<h1 id="Upcoming-Deitel-O'Reilly-Live-Training-Courses"><a href="https://deitel.com/LearnWithPaul">Upcoming Deitel O'Reilly Live Training Courses</a><a class="anchor-link" href="#Upcoming-Deitel-O'Reilly-Live-Training-Courses">&#182;</a></h1><ul>
1311713115
<li>June 2—Java Full Throttle</li>
1311813116
<li>June 9—Python Full Throttle</li>
1311913117
<li>June 16—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies</li>
@@ -13163,6 +13161,26 @@ <h1 id="Code-and-Jupyter-Notebooks-for-Today's-Presentation">Code and Jupyter No
1316313161
<li>Each notebook also is <strong>provided as an HTML document</strong> for those of you who are not set up to run Jupyter Notebooks</li>
1316413162
</ul>
1316513163

13164+
</div>
13165+
</div>
13166+
</div>
13167+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
13168+
</div><div class="inner_cell">
13169+
<div class="text_cell_render border-box-sizing rendered_html">
13170+
<hr style="height:2px; border:none; color:#000; background-color:#000;">
13171+
</div>
13172+
</div>
13173+
</div>
13174+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
13175+
</div><div class="inner_cell">
13176+
<div class="text_cell_render border-box-sizing rendered_html">
13177+
<h1 id="Viewing-the-Notebooks-Online">Viewing the Notebooks Online<a class="anchor-link" href="#Viewing-the-Notebooks-Online">&#182;</a></h1><ul>
13178+
<li>Many examples require license keys or more complex software setups that prevent running in parallel with me</li>
13179+
<li>You can view final executed notebooks online in the GitHub repository or by using the Jupyter team's NBViewer service:<blockquote><p><a href="https://nbviewer.jupyter.org/github/pdeitel/PythonDataScienceFullThrottle/tree/master/">https://nbviewer.jupyter.org/github/pdeitel/PythonDataScienceFullThrottle/tree/master/</a></p>
13180+
</blockquote>
13181+
</li>
13182+
</ul>
13183+
1316613184
</div>
1316713185
</div>
1316813186
</div>
@@ -13395,9 +13413,7 @@ <h1 id="Wrap-Up">Wrap-Up<a class="anchor-link" href="#Wrap-Up">&#182;</a></h1><h
1339513413
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
1339613414
</div><div class="inner_cell">
1339713415
<div class="text_cell_render border-box-sizing rendered_html">
13398-
<h1 id="Upcoming-Deitel-Safari-Live-Training-Courses"><a href="https://deitel.com/LearnWithPaul">Upcoming Deitel Safari Live Training Courses</a><a class="anchor-link" href="#Upcoming-Deitel-Safari-Live-Training-Courses">&#182;</a></h1><ul>
13399-
<li>May 12—Python Full Throttle</li>
13400-
<li>May 19—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies</li>
13416+
<h1 id="Upcoming-Deitel-O'Reilly-Live-Training-Courses"><a href="https://deitel.com/LearnWithPaul">Upcoming Deitel O'Reilly Live Training Courses</a><a class="anchor-link" href="#Upcoming-Deitel-O'Reilly-Live-Training-Courses">&#182;</a></h1><ul>
1340113417
<li>June 2—Java Full Throttle</li>
1340213418
<li>June 9—Python Full Throttle</li>
1340313419
<li>June 16—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies</li>

‎StartHere.ipynb

+20-7
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
}
4444
},
4545
"source": [
46-
"# [Upcoming Deitel Safari Live Training Courses](https://deitel.com/LearnWithPaul)\n",
47-
"* May 12—Python Full Throttle\n",
48-
"* May 19—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies\n",
46+
"# [Upcoming Deitel O'Reilly Live Training Courses](https://deitel.com/LearnWithPaul)\n",
4947
"* June 2—Java Full Throttle\n",
5048
"* June 9—Python Full Throttle\n",
5149
"* June 16—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies\n",
@@ -96,6 +94,23 @@
9694
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
9795
]
9896
},
97+
{
98+
"cell_type": "markdown",
99+
"metadata": {},
100+
"source": [
101+
"# Viewing the Notebooks Online\n",
102+
"* Many examples require license keys or more complex software setups that prevent running in parallel with me\n",
103+
"* You can view final executed notebooks online in the GitHub repository or by using the Jupyter team's NBViewer service:\n",
104+
"> https://nbviewer.jupyter.org/github/pdeitel/PythonDataScienceFullThrottle/tree/master/"
105+
]
106+
},
107+
{
108+
"cell_type": "markdown",
109+
"metadata": {},
110+
"source": [
111+
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
112+
]
113+
},
99114
{
100115
"cell_type": "markdown",
101116
"metadata": {
@@ -342,9 +357,7 @@
342357
}
343358
},
344359
"source": [
345-
"# [Upcoming Deitel Safari Live Training Courses](https://deitel.com/LearnWithPaul)\n",
346-
"* May 12—Python Full Throttle\n",
347-
"* May 19—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies\n",
360+
"# [Upcoming Deitel O'Reilly Live Training Courses](https://deitel.com/LearnWithPaul)\n",
348361
"* June 2—Java Full Throttle\n",
349362
"* June 9—Python Full Throttle\n",
350363
"* June 16—Python Data Science Full Throttle: Introductory Artificial Intelligence (AI), Big Data and Cloud Case Studies\n",
@@ -475,7 +488,7 @@
475488
"name": "python",
476489
"nbconvert_exporter": "python",
477490
"pygments_lexer": "ipython3",
478-
"version": "3.7.6"
491+
"version": "3.7.3"
479492
},
480493
"nbTranslate": {
481494
"displayLangs": [

0 commit comments

Comments
 (0)