As soon as I started a course of Data Analysis with Python, I had the opportunity to use the Anaconda distribution.
A platform that encompasses the main tools and packages for Data Science and Machine Learning, including everything that's essential: Jupyter Notebook, Pandas, NumPy, Scikit-learn and more.
Because instead of installing these packages and libraries separately, installing Anaconda allows the users to immediately start using all the tools they might need.
I highly recommend it, and for more information:
Top comments (2)
If you're wondering about editions, Anaconda Individual Edition is a good one to go with, if the licensing allows it for you and your organization.
Check out accessibleai.dev/post/anaconda/ for some more guided tutorials on installing / configuring Anacondas.
Thanks!