Getting Started
Python 3 Installation
Installing Python3 on various operating systems can be found here.
Setting up your environment Optional
TIP
You only need one environment to start with. So choose an option that you are comfortable with.
| Tool | Description | Download |
|---|---|---|
| PyCharm | A popular IDE for Python development | Download |
| VSCode | A popular code editor | Download |
| Jupyter Notebook | A popular interactive development environment for Python | Download |
| Anaconda | A popular distribution of Python for data science and machine learning | Download |
