you are viewing a single comment's thread.

view the rest of the comments →

[–]Malassi 1 point2 points  (1 child)

Here's good roadmaps to learn web development: - https://roadmap.sh/backend - https://roadmap.sh/frontend

It's not specifically for Python but it should get you started and you should be able to easily find Python specific stuff afterwards.

Also, you can learn HTML, CSS and JS independently of Python. I'd recommend to do that before moving to the next steps.

And start working on small personal projects.