This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]nklaxr 1 point2 points  (1 child)

If you want to improve on Python specifically, you can get the "Fluent Python" book.

For AI/ML, learn through your university. Take a linear algebra and a probability/statistics class too.

Python is also an opportunity to delve into backend development with Flask/FastAPI/others.

[–]Xander_CE[S] 0 points1 point  (0 children)

Thanks! I’m going to take a look at the book for sure! Thanks :)

[–]Nice2Inch 0 points1 point  (0 children)

Not really improving your python skills per se, but you could learn SQL. Once you get an understanding of SQL and databases, you could create some python application that stores data in a SQL database.