๐Ÿ“– Beginning Python Programming /
Module: Basic Python

Running Python

๐Ÿ“– Beginning Python Programming / Basic Python / Running Python

Anaconda distribution

All-in-one packages for Python.
Link: https://www.anaconda.com/distribution/

Anaconda provides an all-in-one package with Python runtime with extra essential modules installed. It is a one-stop distribution that provides all the modules that we need for learning this course.ย 

Benefits of Anaconda

  • both GUI and Command-line package installer
  • Pre-installed Jupyter Lab and Jupyter Notebooks
  • Pre-installed Numpy, Pandas, MatPlotLib
  • Pre-installed runtime environment control