Ask HN: What is your favorite YouTube channel to learn advanced programming?
1–10 of 33 posts
Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#2Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#3Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#4https://www.youtube.com/playlist?list=PLbgaMIhjbmEnaH_LTkxLI...
Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#5Raymond 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?
#6It'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?
#7Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#8It'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.
Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#9Re: Ask HN: What is your favorite YouTube channel to learn advanced programming?
#10Andrew is making a systems programming language; Zig. But he also does dwell on other general systems programming issues that are language agnostic