Foundations of Programming (Python)
LAB 01-A: Installing Python
- Follow the steps to install the Anaconda Distribution on your computer.
- Check that you have a virtual environment enabled in your Anaconda Prompt / Terminal.
- Execute
python --version
to display your installed python version.
- Start the python shell (idle).
- Close the Python shell
Back to Modules Materials Lists