Skip to content

Commit 6b1466c

Browse files
committed
Updates for April 26, 2022 class
1 parent 9c51a05 commit 6b1466c

15 files changed

+1502
-491
lines changed

StartHere.ipynb

+12-15
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@
4848
"# My Upcoming O'Reilly Live Training Courses\n",
4949
"https://deitel.com/LearnWithDeitel\n",
5050
"\n",
51-
"* **March 15**—Python Full Throttle \n",
52-
"* **March 22**—Python Data Science Full Throttle \n",
53-
"* **April 5**—Java Full Throttle \n",
54-
"* **April 12**—Python Full Throttle \n",
5551
"* **April 26**—Python Data Science Full Throttle \n",
5652
"* **May 10**—Python Full Throttle \n",
5753
"* **May 17**—Python Data Science Full Throttle \n",
58-
"\n",
59-
"My Python courses run every 4-5 weeks and my Java course runs every 7-9 weeks. "
54+
"* **June 7**—Python Full Throttle \n",
55+
"* **June 14**—Python Data Science Full Throttle \n",
56+
"* **June 28**—Java Full Throttle \n",
57+
"* **July 5**—Python Full Throttle \n",
58+
"* **July 12**—Python Data Science Full Throttle "
6059
]
6160
},
6261
{
@@ -71,16 +70,14 @@
7170
"metadata": {
7271
"slideshow": {
7372
"slide_type": "slide"
74-
}
73+
},
74+
"tags": []
7575
},
7676
"source": [
7777
"# Other Courses and Content Under Development\n",
78-
"* **C++20 Full Throttle: Core Language** (Q2)\n",
79-
"* **C++20 Full Throttle: Standard Library** (Q3)\n",
80-
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17** (LTS) and higher\n",
81-
"* **Updated Python books, LiveLessons videos and Full Throttles** based on **Python 3.10+** and latest library versions\n",
82-
"* (If time) **C Fundamentals LiveLessons** \n",
83-
"* (If time) **C Full Throttle** webinar"
78+
"* **C++20 Full Throttle** (one or two courses) \n",
79+
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17+** (LTS) and higher\n",
80+
"* **Updated Python books, LiveLessons videos and Full Throttles** based on **Python 3.10+** and latest library versions"
8481
]
8582
},
8683
{
@@ -98,8 +95,8 @@
9895
}
9996
},
10097
"source": [
101-
"# Going to Publication Next Week: **C++20 for Programmers** \n",
102-
"Early Access on O'Reilly to our **C++20 LiveLessons** Sneak Peek and E-Book: https://deitel.com/LearnWithDeitel\n",
98+
"# Now Available on O'Reilly: **C++20 for Programmers** and **C++20 LiveLessons** Sneak Peek (Video Lessons 1-13 out of 20)\n",
99+
"https://deitel.com/LearnWithDeitel\n",
103100
"\n",
104101
"<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"
105102
]

WrapUp.ipynb

+13-17
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@
4848
"# My Upcoming O'Reilly Live Training Courses\n",
4949
"https://deitel.com/LearnWithDeitel\n",
5050
"\n",
51-
"* **March 15**&mdash;Python Full Throttle \n",
52-
"* **March 22**&mdash;Python Data Science Full Throttle \n",
53-
"* **April 5**&mdash;Java Full Throttle \n",
54-
"* **April 12**&mdash;Python Full Throttle \n",
5551
"* **April 26**&mdash;Python Data Science Full Throttle \n",
5652
"* **May 10**&mdash;Python Full Throttle \n",
5753
"* **May 17**&mdash;Python Data Science Full Throttle \n",
58-
"\n",
59-
"My Python courses run every 4-5 weeks and my Java course runs every 7-9 weeks. "
54+
"* **June 7**&mdash;Python Full Throttle \n",
55+
"* **June 14**&mdash;Python Data Science Full Throttle \n",
56+
"* **June 28**&mdash;Java Full Throttle \n",
57+
"* **July 5**&mdash;Python Full Throttle \n",
58+
"* **July 12**&mdash;Python Data Science Full Throttle "
6059
]
6160
},
6261
{
@@ -76,12 +75,9 @@
7675
},
7776
"source": [
7877
"# Other Courses and Content Under Development\n",
79-
"* **C++20 Full Throttle: Core Language** (June)\n",
80-
"* **C++20 Full Throttle: Standard Library** (Q3)\n",
81-
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17** (LTS) and higher\n",
82-
"* **Updated Python books, LiveLessons videos and Full Throttles** based on **Python 3.10+** and latest library versions\n",
83-
"* (If time) **C Fundamentals LiveLessons** \n",
84-
"* (If time) **C Full Throttle** webinar"
78+
"* **C++20 Full Throttle** (one or two courses) \n",
79+
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17+** (LTS) and higher\n",
80+
"* **Updated Python books, LiveLessons videos and Full Throttles** based on **Python 3.10+** and latest library versions"
8581
]
8682
},
8783
{
@@ -117,14 +113,14 @@
117113
"metadata": {
118114
"slideshow": {
119115
"slide_type": "slide"
120-
}
116+
},
117+
"tags": []
121118
},
122119
"source": [
123-
"# **C++20 for Programmers** and **C++20 Fundamentals LiveLessons videos** https://deitel.com/LearnWithDeitel\n",
124-
"\n",
125-
"<a style=\"float:left; padding-right:10px; width: 200px;\" href=\"https://learning.oreilly.com/videos/c20-fundamentals/9780136875185\"><img alt=\"C++ Fundamentals LiveLessons cover\" src=\"./images/cpp20ll.jpg\" border=\"1\"/></a>\n",
120+
"# Now Available on O'Reilly: **C++20 for Programmers** and **C++20 LiveLessons** Sneak Peek (Video Lessons 1-13 out of 20)\n",
121+
"https://deitel.com/LearnWithDeitel\n",
126122
"\n",
127-
"<a style=\"float:left; padding-right:10px; width:184px;\" 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\" border=\"1\"/></a>\n"
123+
"<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"
128124
]
129125
},
130126
{

ch11/Ch11.ipynb

+4-3
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"metadata": {},
329329
"outputs": [],
330330
"source": [
331-
"GoogleTranslator.get_supported_languages(as_dict=True) # dictionary of supported languages"
331+
"GoogleTranslator().get_supported_languages(as_dict=True) # dictionary of supported languages"
332332
]
333333
},
334334
{
@@ -783,7 +783,8 @@
783783
"metadata": {},
784784
"outputs": [],
785785
"source": [
786-
"[word for word in blob.words.lower() if word not in stops] # keep anything that's not a stop word"
786+
"# keep anything that's not a stop word\n",
787+
"[word for word in blob.words.lower() if word not in stops] "
787788
]
788789
},
789790
{
@@ -1371,7 +1372,7 @@
13711372
"name": "python",
13721373
"nbconvert_exporter": "python",
13731374
"pygments_lexer": "ipython3",
1374-
"version": "3.9.7"
1375+
"version": "3.10.4"
13751376
}
13761377
},
13771378
"nbformat": 4,

0 commit comments

Comments
 (0)