Skip to content

Commit 0636cf4

Browse files
author
Paul Deitel
committed
Updates for April 25, 2023 class
1 parent 58ffdd3 commit 0636cf4

34 files changed

+15725
-4822
lines changed

.DS_Store

24 KB
Binary file not shown.

StartHere.ipynb

+7-11
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"source": [
18-
"# Python Data Science Full Throttle: <br/>Introductory Artificial Intelligence (AI), <br/>Big Data and Cloud Case Studies\n",
18+
"## Python Data Science Full Throttle: <br/>Introductory Artificial Intelligence (AI), <br/>Big Data and Cloud Case Studies\n",
1919
"<img alt=\"DeitelLogo\" src=\"./images/deitellogo.png\" style=\"float:left;padding-left:20px\" width=\"150\"/><img alt=\"Python Fundamentals LiveLessons cover\" src=\"./images/course_image.jpg\" style=\"float:left;padding-left:20px;padding-top:30px\" width=\"400\"/>\n"
2020
]
2121
},
@@ -57,15 +57,11 @@
5757
"# My Upcoming O'Reilly Live Training Courses\n",
5858
"https://deitel.com/LearnWithDeitel\n",
5959
"\n",
60-
"* **February 14**&mdash;Python Full Throttle \n",
61-
"* **March 21**&mdash;Python Full Throttle \n",
62-
"* **March 23**&mdash;Python Data Science Full Throttle \n",
63-
"* **April 11**&mdash;Python Full Throttle \n",
64-
"* **April 13**&mdash;Java Full Throttle \n",
65-
"* **April 25**&mdash;Python Data Science Full Throttle \n",
66-
"* May/June schedule coming soon\n",
67-
"\n",
68-
"FIRST OFFERING AT THE END OF JUNE: **C++20 Full Throttle**"
60+
"* **May 22**&mdash;Python Full Throttle\n",
61+
"* **May 25**&mdash;Python Data Science Full Throttle\n",
62+
"* **June 20**&mdash;Python Full Throttle\n",
63+
"* **June 22**&mdash;Python Data Science Full Throttle\n",
64+
"* **NEW COURSE: June 29**&mdash;C++20 Full Throttle"
6965
]
7066
},
7167
{
@@ -423,7 +419,7 @@
423419
"name": "python",
424420
"nbconvert_exporter": "python",
425421
"pygments_lexer": "ipython3",
426-
"version": "3.10.8"
422+
"version": "3.10.11"
427423
},
428424
"nbTranslate": {
429425
"displayLangs": [

WrapUp.ipynb

+6-10
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@
4848
"# My Upcoming O'Reilly Live Training Courses\n",
4949
"https://deitel.com/LearnWithDeitel\n",
5050
"\n",
51-
"* **February 14**&mdash;Python Full Throttle \n",
52-
"* **March 21**&mdash;Python Full Throttle \n",
53-
"* **March 23**&mdash;Python Data Science Full Throttle \n",
54-
"* **April 11**&mdash;Python Full Throttle \n",
55-
"* **April 13**&mdash;Java Full Throttle \n",
56-
"* **April 25**&mdash;Python Data Science Full Throttle \n",
57-
"* May/June schedule coming soon\n",
58-
"\n",
59-
"FIRST OFFERING AT THE END OF JUNE: **C++20 Full Throttle**"
51+
"* **May 22**&mdash;Python Full Throttle\n",
52+
"* **May 25**&mdash;Python Data Science Full Throttle\n",
53+
"* **June 20**&mdash;Python Full Throttle\n",
54+
"* **June 22**&mdash;Python Data Science Full Throttle\n",
55+
"* **NEW COURSE: June 29**&mdash;C++20 Full Throttle"
6056
]
6157
},
6258
{
@@ -175,7 +171,7 @@
175171
"name": "python",
176172
"nbconvert_exporter": "python",
177173
"pygments_lexer": "ipython3",
178-
"version": "3.10.8"
174+
"version": "3.10.11"
179175
},
180176
"nbTranslate": {
181177
"displayLangs": [

ch11/Ch11-executed.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2023 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
7+
"&copy; 2024 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
88
]
99
},
1010
{
@@ -1964,7 +1964,7 @@
19641964
"cell_type": "markdown",
19651965
"metadata": {},
19661966
"source": [
1967-
"&copy; 2023 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
1967+
"&copy; Copyright 1992-2024 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
19681968
]
19691969
}
19701970
],
@@ -1984,7 +1984,7 @@
19841984
"name": "python",
19851985
"nbconvert_exporter": "python",
19861986
"pygments_lexer": "ipython3",
1987-
"version": "3.10.8"
1987+
"version": "3.10.11"
19881988
}
19891989
},
19901990
"nbformat": 4,

ch11/Ch11.ipynb

+40-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,33 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2023 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
7+
"&copy; 2024 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {
14+
"jupyter": {
15+
"source_hidden": true
16+
},
17+
"tags": []
18+
},
19+
"outputs": [],
20+
"source": [
21+
"%%html\n",
22+
"<!-- CSS settings for this notbook -->\n",
23+
"<style>\n",
24+
" h1 {color:#BB0000}\n",
25+
" h2 {color:purple}\n",
26+
" h3 {color:#0099ff}\n",
27+
" hr { \n",
28+
" border: 0;\n",
29+
" height: 3px;\n",
30+
" background: #333;\n",
31+
" background-image: linear-gradient(to right, #ccc, black, #ccc);\n",
32+
" }\n",
33+
"</style>"
834
]
935
},
1036
{
@@ -310,12 +336,12 @@
310336
"source": [
311337
"**NOTE:** TextBlob translate method is now deprecated. Instead, you can install https://github.com/DeepLcom/deepl-python\n",
312338
"\n",
313-
"> pip install --upgrade deepl\n",
339+
"> `pip install --upgrade deepl`\n",
314340
"\n",
315341
"* You'll need an API key\n",
316342
"* Free one allows 500,000 characters/month\n",
317343
"* To get a key:\n",
318-
"> * Click **API**\n",
344+
"> * Go to https://www.deepl.com/pro#developer\n",
319345
"> * Click **Sign up for free**\n",
320346
"> * Under **DeepL API Free** click **Sign up for free**\n",
321347
"> * Specify an email/password and click **Continue**\n",
@@ -426,6 +452,15 @@
426452
"## 11.2.7 Language Detection and Translation (2 of 3)"
427453
]
428454
},
455+
{
456+
"cell_type": "code",
457+
"execution_count": null,
458+
"metadata": {},
459+
"outputs": [],
460+
"source": [
461+
"blob"
462+
]
463+
},
429464
{
430465
"cell_type": "code",
431466
"execution_count": null,
@@ -1398,7 +1433,7 @@
13981433
"cell_type": "markdown",
13991434
"metadata": {},
14001435
"source": [
1401-
"&copy; 2023 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
1436+
"&copy; Copyright 1992-2024 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
14021437
]
14031438
}
14041439
],
@@ -1418,7 +1453,7 @@
14181453
"name": "python",
14191454
"nbconvert_exporter": "python",
14201455
"pygments_lexer": "ipython3",
1421-
"version": "3.10.8"
1456+
"version": "3.10.11"
14221457
}
14231458
},
14241459
"nbformat": 4,

0 commit comments

Comments
 (0)