Skip to content

Commit edb9597

Browse files
committed
Updates for January 18, 2022
1 parent 86bb8e5 commit edb9597

21 files changed

+6060
-517
lines changed

PythonFullThrottle/Python3.8-3.9.ipynb

Lines changed: 261 additions & 63 deletions
Large diffs are not rendered by default.

PythonFullThrottle/StartHere.ipynb

Lines changed: 20 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"© 2021 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
7+
"© 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
88
]
99
},
1010
{
@@ -47,20 +47,16 @@
4747
"# My Upcoming O'Reilly Live Training Courses\n",
4848
"https://deitel.com/LearnWithDeitel\n",
4949
"\n",
50-
"* **September 21**—Python Full Throttle \n",
51-
"* **September 28**—Python Data Science Full Throttle \n",
52-
"* **October 5**—Java Full Throttle \n",
53-
"* **October 12**—Python Full Throttle \n",
54-
"* **October 19**—Python Data Science Full Throttle \n",
55-
"* **November 9**—Python Full Throttle \n",
56-
"* **November 16**—Python Data Science Full Throttle \n",
57-
"* **December 1**—Java Full Throttle \n",
58-
"* **December 7**—Python Full Throttle \n",
59-
"* **December 14**—Python Data Science Full Throttle \n",
50+
"* **January 25**—Python Data Science Full Throttle \n",
51+
"* **February 8**—Java Full Throttle \n",
52+
"* **February 15**—Python Full Throttle \n",
53+
"* **February 28**—Python Data Science Full Throttle \n",
54+
"* **March 15**—Python Full Throttle \n",
55+
"* **March 22**—Python Data Science Full Throttle \n",
6056
"\n",
6157
"My Python courses run every 4-5 weeks and my Java course runs every 7-9 weeks. \n",
6258
"\n",
63-
"Under development: **C++20 Full Throttle** and **C Full Throttle**"
59+
"Under development: **C++20 Full Throttle**"
6460
]
6561
},
6662
{
@@ -90,7 +86,7 @@
9086
"* **Spark Streaming**\n",
9187
"* **Internet of Things (IoT) Streaming Data**\n",
9288
"\n",
93-
"**Next offering is September 28:** https://bit.ly/PyDSFTSept2021"
89+
"**Next offering is January 25:** https://learning.oreilly.com/attend/python-r-data-science-full-throttle-with-paul-deitel-introductory-ai-big-data-and-cloud-case-studies/0636920289197/0636920064476/"
9490
]
9591
},
9692
{
@@ -311,7 +307,7 @@
311307
"* **Windows**, **macOS** and **Linux**\n",
312308
"* **Python**, the **IPython interpreter** and **Jupyter Notebooks**\n",
313309
"* Includes wide range of **software packages** and **libraries** commonly used in **Python programming**, **scientific computing**, **data science**, **AI** and more\n",
314-
"* Currently Python 3.8\n",
310+
"* Currently Python 3.9\n",
315311
"* For setup instructions, see our *Python for Programmers* [Before You Begin section](https://learning.oreilly.com/library/view/python-for-programmers/9780135231364/pref03.xhtml#pref03)"
316312
]
317313
},
@@ -324,34 +320,6 @@
324320
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
325321
]
326322
},
327-
{
328-
"cell_type": "markdown",
329-
"metadata": {
330-
"jupyter": {
331-
"source_hidden": true
332-
},
333-
"tags": []
334-
},
335-
"source": [
336-
"# Kite: AI-Based Documentation and Code Completion\n",
337-
"\n",
338-
"* https://www.kite.com/\n",
339-
"* Works with many IDEs and **with JupyterLab**\n",
340-
"* They just eliminated the \"pro plan\""
341-
]
342-
},
343-
{
344-
"cell_type": "markdown",
345-
"metadata": {
346-
"jupyter": {
347-
"source_hidden": true
348-
},
349-
"tags": []
350-
},
351-
"source": [
352-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
353-
]
354-
},
355323
{
356324
"cell_type": "markdown",
357325
"metadata": {},
@@ -443,20 +411,16 @@
443411
"# My Upcoming O'Reilly Live Training Courses\n",
444412
"https://deitel.com/LearnWithDeitel\n",
445413
"\n",
446-
"* **September 21**&mdash;Python Full Throttle \n",
447-
"* **September 28**&mdash;Python Data Science Full Throttle \n",
448-
"* **October 5**&mdash;Java Full Throttle \n",
449-
"* **October 12**&mdash;Python Full Throttle \n",
450-
"* **October 19**&mdash;Python Data Science Full Throttle \n",
451-
"* **November 9**&mdash;Python Full Throttle \n",
452-
"* **November 16**&mdash;Python Data Science Full Throttle \n",
453-
"* **December 1**&mdash;Java Full Throttle \n",
454-
"* **December 7**&mdash;Python Full Throttle \n",
455-
"* **December 14**&mdash;Python Data Science Full Throttle \n",
414+
"* **January 25**&mdash;Python Data Science Full Throttle \n",
415+
"* **February 8**&mdash;Java Full Throttle \n",
416+
"* **February 15**&mdash;Python Full Throttle \n",
417+
"* **February 28**&mdash;Python Data Science Full Throttle \n",
418+
"* **March 15**&mdash;Python Full Throttle \n",
419+
"* **March 22**&mdash;Python Data Science Full Throttle \n",
456420
"\n",
457421
"My Python courses run every 4-5 weeks and my Java course runs every 7-9 weeks. \n",
458422
"\n",
459-
"Under development: **C++20 Full Throttle** and **C Full Throttle**"
423+
"Under development: **C++20 Full Throttle**"
460424
]
461425
},
462426
{
@@ -486,7 +450,7 @@
486450
"* **Spark Streaming**\n",
487451
"* **Internet of Things (IoT) Streaming Data**\n",
488452
"\n",
489-
"**Next offering is September 28:** https://bit.ly/PyDSFTSept2021"
453+
"**Next offering is October 19:** https://bit.ly/PythonDSFTOct2021"
490454
]
491455
},
492456
{
@@ -537,7 +501,8 @@
537501
"cell_type": "markdown",
538502
"metadata": {},
539503
"source": [
540-
"&copy; 2021 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
504+
"&copy; 2022\n",
505+
"by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
541506
]
542507
}
543508
],

PythonFullThrottle/ch01/Ch01.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2021 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
7+
"&copy; 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
88
]
99
},
1010
{
@@ -192,7 +192,7 @@
192192
"cell_type": "markdown",
193193
"metadata": {},
194194
"source": [
195-
"&copy; 2021 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
195+
"&copy; 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the textbook [**Intro Python for Computer Science and Data Science**](https://amzn.to/2YU0QTJ) and our professional book [**Python for Programmers**](https://amzn.to/2VvdnxE) — Please do not purchase both. The professional book is a subset of the textbook."
196196
]
197197
}
198198
],
@@ -212,7 +212,7 @@
212212
"name": "python",
213213
"nbconvert_exporter": "python",
214214
"pygments_lexer": "ipython3",
215-
"version": "3.8.6"
215+
"version": "3.7.10"
216216
}
217217
},
218218
"nbformat": 4,

PythonFullThrottle/ch02/Ch02-executed.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2019 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; 2022 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
{
@@ -1159,7 +1159,7 @@
11591159
"cell_type": "markdown",
11601160
"metadata": {},
11611161
"source": [
1162-
"&copy; 2019 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
1162+
"&copy; 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
11631163
]
11641164
}
11651165
],
@@ -1179,7 +1179,7 @@
11791179
"name": "python",
11801180
"nbconvert_exporter": "python",
11811181
"pygments_lexer": "ipython3",
1182-
"version": "3.7.3"
1182+
"version": "3.7.10"
11831183
}
11841184
},
11851185
"nbformat": 4,

PythonFullThrottle/ch02/Ch02.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2019 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; 2022 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
{
@@ -726,7 +726,7 @@
726726
"cell_type": "markdown",
727727
"metadata": {},
728728
"source": [
729-
"&copy; 2019 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
729+
"&copy; 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
730730
]
731731
}
732732
],
@@ -746,7 +746,7 @@
746746
"name": "python",
747747
"nbconvert_exporter": "python",
748748
"pygments_lexer": "ipython3",
749-
"version": "3.9.4"
749+
"version": "3.7.10"
750750
}
751751
},
752752
"nbformat": 4,

PythonFullThrottle/ch03/Ch03-executed.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2019 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; 2022 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
{
@@ -1094,7 +1094,7 @@
10941094
"cell_type": "markdown",
10951095
"metadata": {},
10961096
"source": [
1097-
"&copy; 2019 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
1097+
"&copy; 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
10981098
]
10991099
}
11001100
],
@@ -1114,7 +1114,7 @@
11141114
"name": "python",
11151115
"nbconvert_exporter": "python",
11161116
"pygments_lexer": "ipython3",
1117-
"version": "3.7.3"
1117+
"version": "3.7.10"
11181118
}
11191119
},
11201120
"nbformat": 4,

PythonFullThrottle/ch03/Ch03.ipynb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2019 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; 2022 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
{
@@ -65,6 +65,15 @@
6565
"grade = 85"
6666
]
6767
},
68+
{
69+
"cell_type": "code",
70+
"execution_count": null,
71+
"metadata": {},
72+
"outputs": [],
73+
"source": [
74+
"grade"
75+
]
76+
},
6877
{
6978
"cell_type": "code",
7079
"execution_count": null,
@@ -211,7 +220,7 @@
211220
"metadata": {},
212221
"outputs": [],
213222
"source": [
214-
"grade = 57"
223+
"grade = 55"
215224
]
216225
},
217226
{
@@ -602,7 +611,7 @@
602611
"metadata": {},
603612
"outputs": [],
604613
"source": [
605-
"x"
614+
"x\n"
606615
]
607616
},
608617
{
@@ -834,7 +843,7 @@
834843
"cell_type": "markdown",
835844
"metadata": {},
836845
"source": [
837-
"&copy; 2019 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
846+
"&copy; 2022 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
838847
]
839848
}
840849
],
@@ -854,7 +863,7 @@
854863
"name": "python",
855864
"nbconvert_exporter": "python",
856865
"pygments_lexer": "ipython3",
857-
"version": "3.9.4"
866+
"version": "3.7.10"
858867
}
859868
},
860869
"nbformat": 4,

0 commit comments

Comments
 (0)