This is the code for the O'Reilly Live Training - Introduction to Python Programming presented by Arianne Dee
If you are looking for other Intro to Python content by Arianne:
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 these instructions if you need additional help installing or running Python on your computer.
Download PyCharm Unified here: https://www.jetbrains.com/pycharm/download/
Install, open, and use the default settings.
Clone the repository from the URL in the "< > Code"
- Click the green "< > Code" button at the top-right of the page
- Click "Download ZIP"
- Unzip it and move the intro-to-python-main folder to a convenient location
-
Open PyCharm (skip any configuration/tip windows)
-
Navigate to the intro-to-python-main folder and click Open
-
You should now have PyCharm open with the folder structure in the side panel on the left
-
In the left panel, navigate to
Examples/example_1_first_code.py
and double-click to open it in the editor -
On the open file, right-click and select Run 'example_1_first_code'
-
In the Run tab on the bottom, you should see
Process finished with exit code 0
-
Otherwise, if you got an error (exit code 1 in red), follow these instructions for setting your Python version in PyCharm.
Yes, but it is only recommended if you already know it and are comfortable navigating to different files and running commands in the command line. If it has syntax highlighting for Python, that is ideal.
If you are using VS Code, please install the Python extension.
Follow the instructions for Python interpreter setup.