Python Environments

In this class, I give an introduction to the coming Introduction to Machine Learning series. A guest speaker then explains the concept of Python environments, which are essential for coding data science projects in Python. He explains how to set up environments and replicate them for collaboration.

Links Referenced in Class

Download Python
Download Anaconda
Download Visual Studio Code
Download Windows Terminal
Anaconda Documentation
Bill Harding our Guest Speaker’s Github

Class Code

conda create –name dstest –file spec-file.txt python -m ipykernel install –name dsclass –display-name "Python (ds class)"

Slides