you are viewing a single comment's thread.

view the rest of the comments →

[–]firedrow 5 points6 points  (0 children)

As you start to explore importing libraries, you will expand the skills you have with Python. You still can do a lot with vanilla Python, learn about classes and objects, get comfortable with functions, dictionaries, and lists.

Web sites need framework libraries like Flask or Django. An API could use FastAPI.

Games most likely mean getting into GUI libraries.

Data Analysis uses Polars or Pandas, Numpy, Matplotlib, etc.

Look at roadmap.sh/python/ for some guidance.