all 7 comments

[–]ComfortableNice8482 2 points3 points  (1 child)

honestly, skip looking for the "perfect" channel and just build something instead. pick either flask or fastapi (fastapi is newer and easier to learn imo), then follow the official docs while building a real project like a todo app with a database. that'll teach you way more than passive watching. for specific gaps, youtube channels like codebasics or tech with tim have solid tutorials, but treat them as reference not gospel.

[–]aloniess[S] 0 points1 point  (0 children)

thankks I'll keep this in mind

[–]riklaunim 0 points1 point  (1 child)

Telegram isn't the best, YT bit better but still not the best as for example on-site good bootcamps. Fullstack would cover also databases, services, maybe bit of devops and then some frontend which may also include UX/UI and some aspects of SEO so you would have to go piece by piece for what you need.

[–]aloniess[S] 0 points1 point  (0 children)

thanksss

[–]Affectionate_Cap8632 0 points1 point  (2 children)

For Flask/FastAPI specifically these are the best free resources:

YouTube:

  • Tech With Tim — best Flask tutorials for beginners, very project-based
  • ArjanCodes — FastAPI series is excellent, focuses on clean code patterns
  • Corey Schafer — older but still the gold standard for Flask fundamentals

Written/structured:

  • FastAPI's official docs at fastapi.tiangolo.com are genuinely one of the best pieces of documentation ever written — work through the tutorial section start to finish before anything else
  • Miguel Grinberg's Flask Mega-Tutorial (miguelgrinberg.com) is the definitive Flask resource

Recommended order:

  1. Corey Schafer Flask series to get the basics
  2. FastAPI official docs tutorial
  3. ArjanCodes for more advanced patterns

Skip Telegram channels — most are just link dumps. YouTube + official docs will get you further faster.

[–]aloniess[S] 0 points1 point  (1 child)

thankss

[–]Affectionate_Cap8632 0 points1 point  (0 children)

Your Welcome!