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:

img

Python

  1. https://losapuntesdemajo.vercel.app/
  2. https://aprendepython.es/
  3. https://mode.com/python-tutorial/

Pandas

  1. https://pandastutor.com/

Numpy

  1. https://www.labri.fr/perso/nrougier/from-python-to-numpy/

Data visualization

  1. https://www.labri.fr/perso/nrougier/scientific-visualization.html
  2. https://www.python-graph-gallery.com/

Virtual enviroments

  1. https://whiteboxml.com/blog/the-definitive-guide-to-python-virtual-environments-with-conda
  2. https://ploomber.io/blog/python-envs/

Bash

  1. https://xmind.app/m/WwtB/
  2. https://vinuesa.github.io/intro2linux/index.html