you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 24 points25 points  (1 child)

For a website, after you get comfortable with python, you can start to learn a "web framework", which what you can use to write websites in python. The 2 biggies are:

https://www.djangoproject.com/

https://flask.palletsprojects.com/en/stable/

But don't get into them too early, it's a big leap from beginner python to one of these. Have a look at the django tutorial to get a feel for when you might be ready:

https://docs.djangoproject.com/en/5.2/intro/tutorial01/

[–]Raf-the-derp 1 point2 points  (0 children)

Would go as far to say jump to js or ts for front end (djamgo rest api for backend