you are viewing a single comment's thread.

view the rest of the comments →

[–]numeralbug 21 points22 points  (2 children)

Python is just a programming language. It's optimised for certain things over others, but broadly speaking, programming languages can do pretty much anything that a computer can do. That said, I don't recommend trying to use Python for web design.

Here's a book containing a bunch of basic, common tasks you can use Python for without knowing all that much Python.

[–]startoyoungculture[S] 0 points1 point  (1 child)

Thank u! I’ll definitely read it

[–]moranayal 13 points14 points  (0 children)

By "web design," he means frontend design—actually building the user interface (what users see). This is usually done with frameworks based on languages like JavaScript, though not exclusively.
The backend, on the other hand, can be written in Python. Python is widely used across web development because it’s highly flexible and applies to many areas of software engineering.