
If you aren’t sure which Python version you want to install, choose Python 3. With that, let’s get started! Download and Install Anacondaġ.) Go to the Anaconda Website and choose either a Python 3.x graphical installer (A) or a Python 2.x graphical installer (B).

Conda even makes it easy to switch between Python 2 and 3 (you can learn more about it here). Once the Download is completed you can start the installation as below. The Download may take a while based on your internet speed. Download the Python 3+ version as all updates comes in 3+ version and eventually 2+ would be deprecated.

This is highly advantageous as you don’t have to manage dependencies between multiple packages yourself. To Download Python Search on Google Anaconda or go to the below link. If you need additional packages after installing Anaconda, you can use Anaconda’s package manager, conda or pip to install those packages. This is updated video of a previous tutorial,Īnaconda is a package manager, an environment manager, and Python distribution that contains a collection of many open source packages (numpy, scikit-learn, scipy, pandas to name a few). Anaconda is the most used distribution platform for python & R programming languages in the data science & machine learning community as it simplifies the.
