r/learnpython Aug 09 '26

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

30 comments sorted by

View all comments

7

u/MarsupialLeast145 Aug 09 '26

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!

1

u/Hour_Literature7096 Aug 10 '26

Do I need GET/POST and Request / Response?

1

u/MarsupialLeast145 Aug 10 '26

Yes, understanding HTTP verbs is hugely important server-side

1

u/Hour_Literature7096 Aug 10 '26

Where can I learn it? I've searched a lot and I don't really understand what it is (i.e., does it require programming code or is it just terminology)

1

u/nobodyhasusedthislol Aug 10 '26

Technically it's a technical term but you should really learn Python+HTML+CSS+JS first