what's the best python libraries for beginners to download and learn with?
what's the best python libraries for beginners to download and learn with?
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
Sounds like your project is building arrays in different dimensions and multiplying them.
Maybe give polars and pandas a try.
Definitely check out SciPy
If you want to do web requests/ use API’s, use ‘requests’
graphs/reporting, I’ve used ‘bokeh’ before, it was nice.
I’ve never used PyDroid, so I’m not sure how you’d install things, but these are both available via pypi, python’s package repository.
I personally also put Pydantic on the S tier.
Also, I use (geo)pandas on a regular basis and when it comes to geometric operations Shapely is an amazing library.
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)
I heard there are quantum computing libraries in Python if that interests you!
If I were you I’d browse PyPi for any packages that look cool.