Member-only story
9 Best YouTube Playlists and Videos — Python for Machine Learning
A list of YouTube playlists for learning about Python for ML
YouTube is a great place to learn about Python for machine learning. Below are the best YouTube playlists for Python that I have accumulated over months of learning.
To ensure retention in what you learn, I suggest you watch the videos and make notes, either on paper or Google Docs. This way, you can remember what you learn.
Not only that, it is a good practice to write code along with the videos, and write it after chunks and not follow in real-time.
I say this because I found that writing line-by-line with the video does not really help you understand much about the code. So, I suggest you watch the video for five to ten minutes, pause it, then go to your IDE or Jupyter notebook and continue.
Another important thing is that Jupyter notebooks are preferably used for data science and machine learning because it presents all the data for you in the output and is a great way to showcase your projects. So, I highly recommend you use it while following these tutorials.