TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What are some YouTube channels to progress into advanced levels of programming?

41 pointsby altsysetover 7 years ago
There are some cool YouTube channel suggestions on https://news.ycombinator.com/item?id=16224165 But I wanted to know which of those are great to progress into advanced level of programming? Which of the channels teach advanced techniques?

6 comments

jameshiewover 7 years ago
Watching tech talks from language conferences can be pretty enlightening - Python and Golang for example both have a lot of great videos kicking about on YouTube about lesser known or more cutting edge topics. Check out the Pycon 2017 YouTube channel for example: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCrJhliKNQ8g0qoE_zvL8eVg&#x2F;videos?flow=grid&amp;view=0&amp;sort=p" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCrJhliKNQ8g0qoE_zvL8eVg&#x2F;vid...</a>. There are lots of channels like this.<p>For Python, I&#x27;ve found watching Raymond Hettinger&#x27;s and Dave Beazley&#x27;s videos especially interesting, even though some of the topics they talk about are pretty esoteric. If you find someone who is better than average at presenting tech talks, you can binge-watched their most popular stuff on YouTube (or only the stuff that is relevant to you).<p>Pluralsight (<a href="https:&#x2F;&#x2F;www.pluralsight.com" rel="nofollow">https:&#x2F;&#x2F;www.pluralsight.com</a>) is decent for structured video courses - the quality is generally high but content gets outdated fast, and my impression was videos can seem drawn out (I think authors get paid by the minute of video watched). Still worth starting a trial if you haven&#x27;t done so yet.
jxubover 7 years ago
Aside from just techniques, it would be great to have videos about: - Discussing interesting open-source codebases architecture and detail their design decisions. - Implementing complex algorithms like Paxos, or some bit-twiddling walkthroughs.
评论 #16258325 未加载
westurnerover 7 years ago
These aren&#x27;t channels, but a number of the links are marked with &quot;(video)&quot;:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jwasham&#x2F;coding-interview-university" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jwasham&#x2F;coding-interview-university</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;jwasham&#x2F;coding-interview-university&#x2F;blob&#x2F;master&#x2F;programming-language-resources.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jwasham&#x2F;coding-interview-university&#x2F;blob&#x2F;...</a>
评论 #16258332 未加载
thetall0neover 7 years ago
Package Main is awesome: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCI39wKG8GQnuzFPN5SM55qw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCI39wKG8GQnuzFPN5SM55qw</a>
pyeuover 7 years ago
For advanced programming topics, books are the best friends.
Monkeygetover 7 years ago
As you go into more advanced topics, youtube might to be the best media. Have you tried looking into books about topics that interest you?
评论 #16250804 未加载
评论 #16258351 未加载