Skip to content

Commit c99f12d

Browse files
committed
Updates for January 31, 2023 class
1 parent bbc47c6 commit c99f12d

File tree

8 files changed

+3092
-585
lines changed

8 files changed

+3092
-585
lines changed

StartHere.ipynb

+26-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"© 2020 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+
"© 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)."
88
]
99
},
1010
{
@@ -16,7 +16,7 @@
1616
},
1717
"source": [
1818
"# Python Data Science Full Throttle: <br/>Introductory Artificial Intelligence (AI), <br/>Big Data and Cloud Case Studies\n",
19-
"<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:right;padding-left:20px;padding-top:25px\" width=\"400\"/>\n"
19+
"<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
},
2222
{
@@ -38,6 +38,13 @@
3838
"* YouTube: https://youtube.com/DeitelTV"
3939
]
4040
},
41+
{
42+
"cell_type": "markdown",
43+
"metadata": {},
44+
"source": [
45+
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
46+
]
47+
},
4148
{
4249
"cell_type": "markdown",
4350
"metadata": {
@@ -50,10 +57,15 @@
5057
"# My Upcoming O'Reilly Live Training Courses\n",
5158
"https://deitel.com/LearnWithDeitel\n",
5259
"\n",
53-
"* **December 8**&mdash;Python Data Science Full Throttle \n",
54-
"* **January 10**—Python Full Throttle\n",
55-
"* **January 12**—Java Full Throttle\n",
56-
"* **January 31**—Python Data Science Full Throttle\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**"
5769
]
5870
},
5971
{
@@ -90,18 +102,22 @@
90102
"metadata": {
91103
"slideshow": {
92104
"slide_type": "slide"
93-
}
105+
},
106+
"tags": []
94107
},
95108
"source": [
96-
"# Now Available on O'Reilly: **C++20 for Programmers** and **C++20 LiveLessons** Sneak Peek (Video Lessons 1–14 out of 20)\n",
109+
"# Now Available on O'Reilly:<br/>**C++20 for Programmers** and<br/>**C++20 LiveLessons** Sneak Peek \n",
110+
"Lessons 1-16 now available \n",
97111
"https://deitel.com/LearnWithDeitel\n",
98112
"\n",
99113
"<a href=\"https://learning.oreilly.com/videos/c20-fundamentals/9780136875185\"><img alt=\"C++ Fundamentals LiveLessons cover\" src=\"./images/cpp20ll.jpg\" width=\"200px\" border=\"1\"/></a>&nbsp;&nbsp;&nbsp;<a href=\"https://learning.oreilly.com/library/view/c20-for-programmers/9780136905776/\"><img alt=\"C++20 for Programmers cover\" src=\"./images/c-plus-plus-20-for-programmers.jpg\" width=\"184px\" border=\"1\"/></a>\n"
100114
]
101115
},
102116
{
103117
"cell_type": "markdown",
104-
"metadata": {},
118+
"metadata": {
119+
"tags": []
120+
},
105121
"source": [
106122
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
107123
]
@@ -387,7 +403,7 @@
387403
"cell_type": "markdown",
388404
"metadata": {},
389405
"source": [
390-
"&copy; 2020 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
406+
"&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)."
391407
]
392408
}
393409
],

WrapUp.ipynb

+14-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"&copy; 2020 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; 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)."
88
]
99
},
1010
{
@@ -48,10 +48,15 @@
4848
"# My Upcoming O'Reilly Live Training Courses\n",
4949
"https://deitel.com/LearnWithDeitel\n",
5050
"\n",
51-
"* **December 8**&mdash;Python Data Science Full Throttle \n",
52-
"* **January 10**—Python Full Throttle\n",
53-
"* **January 12**—Java Full Throttle\n",
54-
"* **January 31**—Python Data Science Full Throttle\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**"
5560
]
5661
},
5762
{
@@ -71,7 +76,7 @@
7176
},
7277
"source": [
7378
"## Under Development\n",
74-
"* **C++20 Full Throttle** (one or two courses) \n",
79+
"* **C++20 Full Throttle** (first offering in June) \n",
7580
"* **C++ How to Program, 11/e**—based on **C++20 for Programmers**\n",
7681
"* **Updated Python books, LiveLessons videos and Full Throttles** based on **Python 3.10+**, latest library versions and more\n",
7782
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17+** (LTS) and higher\n"
@@ -114,7 +119,8 @@
114119
"tags": []
115120
},
116121
"source": [
117-
"# Now Available on O'Reilly: **C++20 for Programmers** and **C++20 LiveLessons** Sneak Peek (Video Lessons 1-13 out of 20)\n",
122+
"# Now Available on O'Reilly:<br/>**C++20 for Programmers** and<br/>**C++20 LiveLessons** Sneak Peek \n",
123+
"Lessons 1-16 now available \n",
118124
"https://deitel.com/LearnWithDeitel\n",
119125
"\n",
120126
"<a href=\"https://learning.oreilly.com/videos/c20-fundamentals/9780136875185\"><img alt=\"C++ Fundamentals LiveLessons cover\" src=\"./images/cpp20ll.jpg\" width=\"200px\" border=\"1\"/></a>&nbsp;&nbsp;&nbsp;<a href=\"https://learning.oreilly.com/library/view/c20-for-programmers/9780136905776/\"><img alt=\"C++20 for Programmers cover\" src=\"./images/c-plus-plus-20-for-programmers.jpg\" width=\"184px\" border=\"1\"/></a>\n"
@@ -149,7 +155,7 @@
149155
"cell_type": "markdown",
150156
"metadata": {},
151157
"source": [
152-
"&copy; 2020 by Pearson Education, Inc. All Rights Reserved. The content in this notebook is based on the book [**Python for Programmers**](https://amzn.to/2VvdnxE)."
158+
"&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)."
153159
]
154160
}
155161
],

0 commit comments

Comments
 (0)