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?
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
You're viewing a single thread.
Entirely depends on the project you want to build
20 0 ReplyThat'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
5 1 ReplySounds like your project is building arrays in different dimensions and multiplying them.
Maybe give polars and pandas a try.
Definitely check out SciPy
8 0 ReplyIn that case, maybe get a good textbook and follow the examples.
7 0 ReplyMy man I think you missed the part about "I'm at work”
2 3 ReplyYou're in luck! The book I've generally heard recommended to beginners for Python is available for free online!
8 1 Reply
Perhaps BeautifulSoup for scraping data to fill your arrays...
5 0 ReplyPeople keep telling me that scrapy is the best for scraping but I haven't had time to try it yet.
1 0 Reply
I learned a lot about pandas (a library built mostly on top of numpy) by going to stackoverflow and trying to answer questions with the tag. Hopefully the questions have a minimal reproducible example and are isolated to one specific question
4 0 Reply