Roadmap

Hello everyone, I'm learning online, would like to be a backend web developer, struggling with the roadmap since I'm self taught. I'm using Python as the programming language.Please help....
2 Replies
Joao
Joao5mo ago
Assuming you are already familiar with the basics of the language, start looking into a framework like Flask or Django. Learning about databases is also a good idea; SQL is the most common type so I'd recommend going with that first. The basics of how the web works is also important, things like HTTP request cycle, headers, and so on. There's a ton to learn but most things you will pick up along the way, so better get started with small projects, and increasingly add more features to force you to keep learning.
Mimie
Mimie5mo ago
Thanks a lot for your help... really appreciate it....will definitely write it down....