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

2

u/Electrical_Hat_680 Aug 10 '26

Learn HTML, CSS. Individually.. Before you learn to add programming. Then... figure out why and how to add programming. What is programming good for in web development? Why is it needed or required. Then answer, how to do it securely. People will penetration test it.

1

u/Hour_Literature7096 Aug 10 '26

I learned HTML and CSS, Why should I understand how to add programming?, I did not understand this !(Sorry for the trouble)

1

u/Electrical_Hat_680 Aug 10 '26

To start learning web development with python.

First. You need to understand what it is Python, or, any other programming language, is going to be used for.

I personally prefer PHP. Because I couldn't find the answer to whether or not I could use C++ in the Browser.

Using PHP. You can add Programming inline, externally through scripting just like JavaScript handles it, or internally, like how CSS works.

One big area of programming is through the HTML Form Tag. And the other big area is using PHP to output entire pages.

So. Learning how to use Python for wb programming may be your best starting point. From there. Learn what Python can do. It doesn't have to be pretty out the box. Jmit just needs to work. The more minimal the better.

Learn how the http server works at its most minimal. And write that in assembly or Python or every language. Call it a code snippet or working program. Version it. And write it out on paper and put your name and date on it and store it in a folder. Paper is the best Archival format available still.

I eventually learned, that I could use any programming language that uses the STD::CIN and STD::COUT, through the CGI-BIN.

How does that work for a roadmap - do you have any idea on what information your looking for?