Overview
Anaconda is a popular python distribution which comes with many packages needed for data science along with the open-source package management system, conda.
💡 Why is conda important?
The installation of Conda will allow the downloading and management of packages through use of the command conda
. This command will appear throughout the guide and facilitate the remainder of the set-up.
Last updated