Live data from Hacker News

Ask HN: What is your favorite YouTube channel to learn advanced programming?

news.ycombinator.com

1–10 of 33 posts

Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?

#5
Not a channel, but talks by David Beazley on Python topics are gems. High insight density. The presentation are often 60+ pages, and you can spend hours playing with each concept in every 'slide'. His talks are rabbit holes.

Raymond Hettinger tweets snippets of code that are delicious. His talks are really useful, too. Specifically, the one entitled 'Beyond PEP8' which focuses you on the impact you can have by zooming out of details and concentrate on good design.

This is something I've been using. I write code that uses a yet to be API, and ask myself and colleagues if it makes sense for them to use it.

For example, I'm writing a Python wrapper for MinIO's admin command line interfaces 'mc' and 'minio' which the Python client lacks. Put up the docs first at https://big-mama-tech.gitlab.io/bmc and asked colleagues and the MinIO folks if it's acceptable/useful before really going for parity.

Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?

#6
It's a different kind of watching, but you can find saved streams from geohotz / comma.ai. Those contain things like learning about blockchain contracts and finding a security bug in one of them in a very informal 8h live stream. Or building a toy computer vision project from scratch for a recorded dashboard footage. https://youtu.be/7Hlb8YX2-W8

It's an experience... Try watching at higher speed when it gets boring.

Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?

#8
TheCherno - https://www.youtube.com/c/TheChernoProject/videos

It's run by an ex EA software developer. However, his videos are mostly about C++ and game engine development. I'm not a game developer but I found his explanations of advanced C++ topics quite good.

Post reply on HN