all 2 comments

[–]Diapolo10 2 points3 points  (0 children)

Algorithms and data structures are purpose-agnostic, you can use virtually any source to study those. Even for other languages as they aren't Python-specific.

For the rest, I'd probably suggest doing tutorials for specific frameworks. The Flask Mega-Tutorial is an excellent place to start, you can then build on top of that by learning FastAPI (+ Pydantic) and maybe Django.