In just under 9 minutes, we download and configure miniconda, get our first Python virtual environment configured, and create a small helloworld project using PyCharm community edition.
There is also a macOS version of this video.
Video
- 00:00 – Introduction
- 00:20 – Download and install miniconda
- 01:34 – Start the special Anaconda console
- 02:03 – Create your first conda environment
- 03:55 – Activate the environment
- 04:34 – Download and install PyCharm CE
- 05:28 – Create a new project with PyCharm
- 07:10 – Edit and run hello_world.py
- 08:28 – Conclusion
Discussion
Post questions and comments about this lecture on the members-only vxuni forum.
Overview and Learning Goals
After this lecture, you will be able to:
- Install miniconda3.
- Create new conda environments.
- Setup PyCharm IDE projects that use these environments.