This is the code for the O'Reilly Live Training - Python Environments and Best Practises presented by Arianne Dee
Before the class, please follow these instructions:
Go to https://www.python.org/downloads/
Click the yellow button at the top to download the latest version of Python.
Follow the prompts and install using the default settings.
Open the PowerShell application in Windows or Terminal on Mac or Linux
Try these commands:
python --version
python3 --version
py --version
At least one of those commands should print a Python version of 3.9 or higher (whichever version you just downloaded).
If it doesn't, try further specifying the version, like:
python3.13 --version
py -3.13 --version
Download here: https://www.jetbrains.com/pycharm/download/
Install, open, and use the default settings.
Clone the repository.
- Click the "Clone or download" (green) button at the top-right of the page
- Click "Download ZIP"
- Unzip it and move the python-environments-main folder to a convenient location
You can use VS Code for this class.
Jupyter notebooks are not ideal since we'll be working from multiple folders throughout the class.
See these instructions for setting Python up in PyCharm or VS Code.
Yes, email arianne.dee.studios at gmail.com if you have any questions.