Skip to content

Commit 09747a7

Browse files
committed
Updates for May 23, 2022 class
1 parent aec3f31 commit 09747a7

10 files changed

+4668
-1885
lines changed

StartHere.ipynb

+4-24
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,13 @@
4848
"# My Upcoming O'Reilly Live Training Courses\n",
4949
"https://deitel.com/LearnWithDeitel\n",
5050
"\n",
51-
"* **April 26**—Python Data Science Full Throttle \n",
52-
"* **May 10**—Python Full Throttle \n",
53-
"* **May 17**—Python Data Science Full Throttle \n",
5451
"* **June 7**—Python Full Throttle \n",
5552
"* **June 14**—Python Data Science Full Throttle \n",
5653
"* **June 28**—Java Full Throttle \n",
5754
"* **July 5**—Python Full Throttle \n",
58-
"* **July 12**—Python Data Science Full Throttle "
59-
]
60-
},
61-
{
62-
"cell_type": "markdown",
63-
"metadata": {},
64-
"source": [
65-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
66-
]
67-
},
68-
{
69-
"cell_type": "markdown",
70-
"metadata": {
71-
"slideshow": {
72-
"slide_type": "slide"
73-
},
74-
"tags": []
75-
},
76-
"source": [
77-
"# Other Courses and Content Under Development\n",
55+
"* **July 12**&mdash;Python Data Science Full Throttle \n",
56+
"\n",
57+
"## Under Development\n",
7858
"* **C++20 Full Throttle** (one or two courses) \n",
7959
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17+** (LTS) and higher\n",
8060
"* **Updated Python books, LiveLessons videos and Full Throttles** based on **Python 3.10+** and latest library versions"
@@ -409,7 +389,7 @@
409389
"name": "python",
410390
"nbconvert_exporter": "python",
411391
"pygments_lexer": "ipython3",
412-
"version": "3.9.7"
392+
"version": "3.10.4"
413393
},
414394
"nbTranslate": {
415395
"displayLangs": [

WrapUp.ipynb

+3-23
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,12 @@
4848
"# My Upcoming O'Reilly Live Training Courses\n",
4949
"https://deitel.com/LearnWithDeitel\n",
5050
"\n",
51-
"* **April 26**&mdash;Python Data Science Full Throttle \n",
52-
"* **May 10**&mdash;Python Full Throttle \n",
53-
"* **May 17**&mdash;Python Data Science Full Throttle \n",
5451
"* **June 7**&mdash;Python Full Throttle \n",
5552
"* **June 14**&mdash;Python Data Science Full Throttle \n",
5653
"* **June 28**&mdash;Java Full Throttle \n",
5754
"* **July 5**&mdash;Python Full Throttle \n",
58-
"* **July 12**&mdash;Python Data Science Full Throttle "
59-
]
60-
},
61-
{
62-
"cell_type": "markdown",
63-
"metadata": {},
64-
"source": [
65-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
66-
]
67-
},
68-
{
69-
"cell_type": "markdown",
70-
"metadata": {
71-
"slideshow": {
72-
"slide_type": "slide"
73-
},
74-
"tags": []
75-
},
76-
"source": [
55+
"* **July 12**&mdash;Python Data Science Full Throttle \n",
56+
"\n",
7757
"# Other Courses and Content Under Development\n",
7858
"* **C++20 Full Throttle** (one or two courses) \n",
7959
"* **Updated Java books, LiveLessons videos and Full Throttles** based on **Java 17+** (LTS) and higher\n",
@@ -172,7 +152,7 @@
172152
"name": "python",
173153
"nbconvert_exporter": "python",
174154
"pygments_lexer": "ipython3",
175-
"version": "3.9.7"
155+
"version": "3.10.4"
176156
},
177157
"nbTranslate": {
178158
"displayLangs": [

0 commit comments

Comments
 (0)