Post 4: Where to start programming? (Python) 🤔
Published:
When I started learning Python, I wanted to thoroughly understand the base libraries (Pandas, Numpy, and Matplotlib), but then I got overwhelmed when I saw that each one has a book with more than 1000 pages. So, to learn Python, what matters is to start. And as you progress, you google how to do x thing and you get to know more specific-purpose libraries (like these I found over the years). Here are some free courses:
Python
Pandas
Numpy
Data visualization
- https://www.labri.fr/perso/nrougier/scientific-visualization.html
- https://www.python-graph-gallery.com/
Virtual enviroments
- https://whiteboxml.com/blog/the-definitive-guide-to-python-virtual-environments-with-conda
- https://ploomber.io/blog/python-envs/
Bash