Harrison Kinsley
Sentdex: Python and AI from Scratch
Harrison Kinsley has been teaching Python and machine learning on YouTube since before either topic was trendy. Under the name Sentdex, he has built one of the most comprehensive tutorial libraries on the internet, covering everything from basic Python syntax to building neural networks from raw mathematics. His longevity in the space means that his content has evolved alongside the technologies themselves, giving viewers a rare perspective on how Python and machine learning have grown and changed over the past decade.
His "Neural Networks from Scratch" series and accompanying book represent perhaps his most important work. While most AI tutorials teach you how to call TensorFlow or PyTorch APIs, Kinsley takes a fundamentally different approach: he builds neural networks using nothing but Python and basic NumPy, implementing backpropagation, activation functions, and optimization algorithms from first principles. It is the kind of ground-up understanding that separates engineers who use machine learning from engineers who understand machine learning, and the series has become an essential resource for anyone serious about the field.
Kinsley's teaching style is distinctly practical. He builds real applications -- stock trading bots, self-driving car simulations, natural language processors -- and teaches the theory as it becomes necessary to solve the problem at hand. This project-driven approach means that viewers never wonder why they are learning something. The motivation is always concrete and immediate. His PythonProgramming.net website extends his YouTube content with written tutorials that serve as reference material long after the video ends.
What makes Sentdex special within the crowded field of Python educators is the depth of coverage. While many creators focus on introductory content, Kinsley is not afraid to spend weeks on a single series, going deep into reinforcement learning, computer vision, or quantitative finance. His audience is not looking for quick wins -- they are looking for real understanding, and Kinsley delivers it with the patience and thoroughness that complex topics demand.