I’m at work in a slow moment with only my phone and pydroid, I wanted to see if there was anything I could learn and mess around with while I’m here
Entirely depends on the project you want to build
That’s assuming I want to build a project, right now I’m messing around with numpy building arrays in different dimensions and multiplying them.
I know, but this is the weird way I learn things
Pandas. Python’s only killer library imo
That’s like saying “what’s the best ingredients to learn cooking with?”, firstly it all depends on what your want to eat, secondly it doesn’t really matter what the ingredients are to learn cooking skills.
Flask is a fun framework for making web apis.
Pika is a client for RabbitMQ, if you want to try message queue stuff.
Numpy and sklearn for numerical and machine learning stuff.
Matplotlib for making nice plots of your numerical stuff.
Pytorch for deep learning.
Pillow for image processing.
OpenCV for computer vision.
Pygame for 2D games (maybe a bit old, but I had lots it fun with it when I started learning programming years ago)
Standard library of course. And collections module too, among the others that come by default. What you need is assignments to solve. Like project euler or hacker rank.