Skip to content

Commit cbc5bee

Browse files
committed
2 parents 08a1d2c + 16c72db commit cbc5bee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
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+
* Deember 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/
6+
* November 9, 2021: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel/0636920274667/0636920062135/
57
* September 21, 2021: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel/0636920274667/0636920059471/
68
* August 17, 2021: https://learning.oreilly.com/attend/python-full-throttle-with-paul-deitel/0636920274667/0636920058803/
79
* July 20, 2021: https://learning.oreilly.com/attend/python-full-throttle-with-paul-deitel/0636920274667/0636920056743/
810
* June 15, 2021: https://learning.oreilly.com/attend/python-full-throttle-with-paul-deitel/0636920274667/0636920054942/
11+
* May 18, 2021: https://learning.oreilly.com/live-events/python-full-throttle-with-paul-deitel/0636920274667/0636920054002/
912
* April 13, 2021: https://learning.oreilly.com/attend/python-full-throttle-with-paul-deitel/0636920274667/0636920052359/
1013
* March 16, 2021: https://learning.oreilly.com/live-training/courses/python-full-throttle-with-paul-deitel/0636920052225/
1114
* February 9, 2021: https://learning.oreilly.com/live-training/courses/python-full-throttle-with-paul-deitel/0636920051477/
@@ -41,7 +44,7 @@ Copyright 2021 by Deitel & Associates, Inc. and Pearson Education, Inc. All Righ
4144
# Setup for Executing the Examples
4245
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:
4346

44-
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 .
47+
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.
4548
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
4649
3. You can use one of the Jupyter team's preconfigured Docker containrs:
4750
> `docker run -p 8888:8888 -it --user root -v fullPathTo/PythonFullThrottle:/home/jovyan/work jupyter/scipy-notebook:latest start.sh jupyter lab`

0 commit comments

Comments
 (0)