Better Programming

Advice for programmers.

Follow publication

Member-only story

9 Best YouTube Playlists and Videos — Python for Machine Learning

Benedict Neo
Better Programming
Published in
2 min readSep 23, 2019
Photo by Szabo Viktor on Unsplash

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.

Python Basics

1. Microsoft: Programming with Python — Python for beginners

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Responses (2)

Write a response