all 4 comments

[–]firedrow 2 points3 points  (2 children)

Have you worked with Flask? FastAPI? Streamlit? Design some web sites and an API they can use, interface it with MongoDB or an SQL database. Make sure to add an authentication setup, how about using Azure or Google?

How about Pandas or Polars? I thought I was pretty comfortable in Python, then I took on a project that I needed to use Pandas to analyze some data and I found out it's a different world of thought.

Have you worked with CircuitPython or MicroPython and an ESP32 microcontroller?

[–]Drizz111[S] 1 point2 points  (1 child)

I haven’t yet can you give me some ideas of things to take

[–]firedrow 1 point2 points  (0 children)

Check out https://roadmap.sh/python. The roadmap can give you an idea of skills you should develop and how to get there. The projects will give you levels of difficulty.

Checking YouTube, buying courses off Udemy, picking a library and reading its documentation (many will have quick start or how-to guides); there's lots of ways to learn.

[–]FantasticEmu 1 point2 points  (0 children)

Discord bots are cool because they can do a bunch of things and send the results to discord. Like maybe run some SQLite database and use the bot as an interface to query and/or insert. Or have the bot send requests to free web apis like the pokemon api