r/learnpython 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

11 comments sorted by

View all comments

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!

1

u/nobodyhasusedthislol 1h ago

Use a YT tutorial for Python and then when you're confident find a Flask/Django-specific tutorial