Skip to content

Commit 7bc725e

Browse files
committed
Updated files for Feb 15, 2022 course
1 parent 026c448 commit 7bc725e

File tree

12 files changed

+660
-2041
lines changed

12 files changed

+660
-2041
lines changed

PythonFullThrottle/Python3.8-3.9.ipynb renamed to PythonFullThrottle/Python3.8-3.10.ipynb

Lines changed: 64 additions & 240 deletions
Large diffs are not rendered by default.

PythonFullThrottle/StartHere.ipynb

Lines changed: 11 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
"# My Upcoming O'Reilly Live Training Courses\n",
4848
"https://deitel.com/LearnWithDeitel\n",
4949
"\n",
50-
"* **January 25**—Python Data Science Full Throttle \n",
51-
"* **February 8**—Java Full Throttle \n",
52-
"* **February 15**—Python Full Throttle \n",
5350
"* **February 28**—Python Data Science Full Throttle \n",
5451
"* **March 15**—Python Full Throttle \n",
5552
"* **March 22**—Python Data Science Full Throttle \n",
53+
"* **April 5**—Java Full Throttle \n",
54+
"* **April 12**—Python Full Throttle \n",
55+
"* **April 26**—Python Data Science Full Throttle \n",
5656
"\n",
5757
"My Python courses run every 4-5 weeks and my Java course runs every 7-9 weeks. \n",
5858
"\n",
59-
"Under development: **C++20 Full Throttle**"
59+
"Under development: **C++20 Full Throttle** (First offering in May or June)"
6060
]
6161
},
6262
{
@@ -101,13 +101,14 @@
101101
"metadata": {
102102
"slideshow": {
103103
"slide_type": "slide"
104-
}
104+
},
105+
"tags": []
105106
},
106107
"source": [
107108
"# New on O'Reilly:<br/>**C++20 LiveLessons** Sneak Peek and<br/>**C++20 for Programmers** Rough Cut E-Book<br/>https://deitel.com/LearnWithDeitel\n",
108109
"<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",
109110
"\n",
110-
"<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"
111+
"<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=\"https://deitel.com/wp-content/uploads/2022/01/c-plus-plus-20-for-programmers-cover.png\" border=\"1\"/></a>\n"
111112
]
112113
},
113114
{
@@ -122,7 +123,8 @@
122123
"metadata": {
123124
"slideshow": {
124125
"slide_type": "slide"
125-
}
126+
},
127+
"tags": []
126128
},
127129
"source": [
128130
"# C How to Program, 9/e: with Application Programming and Systems Programming Case Studies\n",
@@ -378,109 +380,6 @@
378380
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
379381
]
380382
},
381-
{
382-
"cell_type": "markdown",
383-
"metadata": {
384-
"slideshow": {
385-
"slide_type": "slide"
386-
}
387-
},
388-
"source": [
389-
"# Wrap-Up\n",
390-
"### Thank You for Coming!\n",
391-
"* Please fill out the **course survey**. \n",
392-
" * All comments, criticisms and suggestions are welcome.\n",
393-
"* Like what you saw? **Please send testimonial comments to paul@deitel.com**. We'd love to feature your comments in our marketing for future courses."
394-
]
395-
},
396-
{
397-
"cell_type": "markdown",
398-
"metadata": {},
399-
"source": [
400-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
401-
]
402-
},
403-
{
404-
"cell_type": "markdown",
405-
"metadata": {
406-
"slideshow": {
407-
"slide_type": "slide"
408-
}
409-
},
410-
"source": [
411-
"# My Upcoming O'Reilly Live Training Courses\n",
412-
"https://deitel.com/LearnWithDeitel\n",
413-
"\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",
420-
"\n",
421-
"My Python courses run every 4-5 weeks and my Java course runs every 7-9 weeks. \n",
422-
"\n",
423-
"Under development: **C++20 Full Throttle**"
424-
]
425-
},
426-
{
427-
"cell_type": "markdown",
428-
"metadata": {},
429-
"source": [
430-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
431-
]
432-
},
433-
{
434-
"cell_type": "markdown",
435-
"metadata": {
436-
"slideshow": {
437-
"slide_type": "slide"
438-
}
439-
},
440-
"source": [
441-
"# Part 2 of This Course: Python Data Science and AI Full Throttle \n",
442-
"**Fast-paced introduction** to some of today's most compelling, leading-edge **data science** and **artificial intelligence** and technologies:\n",
443-
"\n",
444-
"* **Natural Language Processing**\n",
445-
"* **Data Mining Twitter**\n",
446-
"* **IBM Watson and Cognitive Computing**\n",
447-
"* **Machine Learning**\n",
448-
"* **Deep Learning**\n",
449-
"* **MongoDB NoSQL Document Database**\n",
450-
"* **Spark Streaming**\n",
451-
"* **Internet of Things (IoT) Streaming Data**\n",
452-
"\n",
453-
"**Next offering is October 19:** https://bit.ly/PythonDSFTOct2021"
454-
]
455-
},
456-
{
457-
"cell_type": "markdown",
458-
"metadata": {},
459-
"source": [
460-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
461-
]
462-
},
463-
{
464-
"cell_type": "markdown",
465-
"metadata": {
466-
"slideshow": {
467-
"slide_type": "slide"
468-
}
469-
},
470-
"source": [
471-
"# Deitel Python on O'Reilly:<br/>https://deitel.com/LearnWithDeitel\n",
472-
"<div style=\"float: left; padding-right:10px;text-align:center\"><a href=\"https://learning.oreilly.com/videos/python-fundamentals/9780135917411\"><img alt=\"Python Fundamentals LiveLessons cover\" src=\"./images/PythonFundamentalsLiveLessons.jpg\" width=\"200\" border=\"1\"/></a></br>50+ hours of in-depth videos</div>\n",
473-
"<div style=\"float: left; padding-right:10px;text-align:center\"><a href=\"https://learning.oreilly.com/library/view/intro-to-python/9780135404799/\"><img alt=\"Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud\" src=\"./images/IntroToPythonCover.png\" width=\"195\" border=\"1\"></a><br/><a href=\"https://amzn.to/2LiDCmt\">Buy on Amazon</a></div></div>\n",
474-
"<div style=\"float: left; padding-right:10px;text-align:center\"><a href=\"https://learning.oreilly.com/library/view/python-for-programmers/9780135231364\"><img alt=\"Python for Programmers cover\" src=\"./images/PyFPCover.png\" width=\"184\" border=\"1\"/></a><br/><a href=\"https://amzn.to/2VvdnxE\">Buy on Amazon</a></div>"
475-
]
476-
},
477-
{
478-
"cell_type": "markdown",
479-
"metadata": {},
480-
"source": [
481-
"<hr style=\"height:2px; border:none; color:#000; background-color:#000;\">"
482-
]
483-
},
484383
{
485384
"cell_type": "markdown",
486385
"metadata": {
@@ -508,7 +407,7 @@
508407
],
509408
"metadata": {
510409
"kernelspec": {
511-
"display_name": "Python 3",
410+
"display_name": "Python 3 (ipykernel)",
512411
"language": "python",
513412
"name": "python3"
514413
},
@@ -522,7 +421,7 @@
522421
"name": "python",
523422
"nbconvert_exporter": "python",
524423
"pygments_lexer": "ipython3",
525-
"version": "3.9.4"
424+
"version": "3.10.2"
526425
},
527426
"nbTranslate": {
528427
"displayLangs": [

0 commit comments

Comments
 (0)