Skip to content

Commit 6ab952c

Browse files
committed
2 parents 286302f + fc816c8 commit 6ab952c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Source code and Jupyter Notebooks files for my "Python Full Throttle" live training course:
33

44
The links below will take you to the course page. If you registered/attended that session, that page is where you can access the archived video.
5+
* March 15, 2022: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel/0636920274667/0636920068346/
56
* February 15, 2022: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel/0636920274667/0636920066619/
67
* January 18, 2022: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel/0636920274667/0636920064462
78
* December 7, 2021: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel-a-one-day-fast-paced-code-intensive-python-presentation/0636920274667/0636920062987/
@@ -47,7 +48,7 @@ Copyright 2022 by Deitel & Associates, Inc. and Pearson Education, Inc. All Righ
4748
If you intend to execute code in parallel with me during the live training (which you don't need to do, but can), you'll want to do one of the following:
4849

4950
1. For a **zero-install environment**, you can go to the following mybinder.org link, which will allocate a cloud-based environment and load this repository's Jupyter Notebooks https://mybinder.org/v2/gh/pdeitel/PythonFullThrottle/master?urlpath=lab.
50-
2. You can run everything locally on your computer. To do so, install the Anaconda Python Distribution for Python 3.8 at https://www.anaconda.com/distribution/#download-section
51+
2. You can run everything locally on your computer. To do so, install the Anaconda Python Distribution for Python 3.9 at https://www.anaconda.com/distribution/#download-section
5152
3. You can use one of the Jupyter team's preconfigured Docker containrs:
5253
> `docker run -p 8888:8888 -it --user root -v fullPathTo/PythonFullThrottle:/home/jovyan/work jupyter/scipy-notebook:latest start.sh jupyter lab`
5354
@@ -56,7 +57,9 @@ In #3, **be sure to replace `fullPathTo/PythonFullThrottle` with the actual loca
5657
# Our Books on Which These Examples Are Based
5758
The content of this course is based on our book <a href=https://amzn.to/2Kd8dQk target="_blank">Python for Programmers</a>, which is a subset of our book <a href=https://amzn.to/2KfCptN target="_blank">Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud.</a> Both are available to O'Reilly Online Learning subscribers. See all our recent content and webinars on O'Reilly at https://deitel.com/LearnWithDeitel
5859

59-
![Cover image for Python for Programmers](http://deitel.com/bookresources/PythonFP/PythonForProgrammersCover.png)
60+
<a href="https://deitel.com/python-for-programmers-book/"><img src="https://deitel.com/wp-content/uploads/2020/01/python-for-programmers.jpg" alt="Cover image for Python for Programmers" width="150px" border="1px"/></a>
61+
62+
<a href="https://deitel.com/intro-to-python-for-computer-science-and-data-science/"><img src="https://deitel.com/wp-content/uploads/2020/01/intro-to-python-for-computer-science-and-data-science.jpg" alt="Cover image for Intro to Python for Computer Science and Data Science" width="150px"/></a>
6063

6164
The authors and publisher of this book have used their best efforts in preparing this book. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The authors and publisher make no warranty of any kind, expressed or implied, with regard to these programs or to the documentation contained in this book. The authors and publisher shall not be liable in any event for incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of these programs.
6265

0 commit comments

Comments
 (0)