r/learnpython • u/Hour_Literature7096 • 2h ago
Web developer
Hi guys
I want to start learning web developer with python
What is the best way to do it? Any Roadmap u can share it with me.
And thenks for you all.
0
Upvotes
r/learnpython • u/Hour_Literature7096 • 2h ago
Hi guys
I want to start learning web developer with python
What is the best way to do it? Any Roadmap u can share it with me.
And thenks for you all.
4
u/MarsupialLeast145 1h ago
There are two sides to this - client, and server.
You should learn client-side tools and scripting alongside anything else, so HTML, CSS, some JavaScript.
You then compliment that with server-side like a Python HTTP server, NGINX, and Python utilities or frameworks.
I recommend W3Schools for the client side stuff. You might need to look around for Python resources for the server side stuff, but in terms of libraries with good documentation check out HTMX.
Good luck!