Python Forum
most interesting or useful modules?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
most interesting or useful modules?
#1
Wondering what you guys consider the most interesting and useful python modules. I like modules that provide tangible results for common tasks and may have various use cases... such as tkinter, pyodbc, pygal, stuff like that, where it's easy to get your feet wet.

Trying to expand my familiarity and play around with new useful modules.

Thank you in advance.
Reply
#2
You can see the top 100 downloaded python 3rd party libs here. Many places show similar lists.

Out of these i would point out as common is pip, requests, numpy, pandas, flask, scipy, pillow, matplotlib, beautifulsoup4 (bs4), selenium, twisted, pygame, django, etc.

What library you use depends on what you are doing. Every one of these libraries produces results. If you search read the docs INSERT_LIBRARY_NAME_HERE...all popular libraries has decent documentation and a lot of fan tutorials across the web.
Recommended Tutorials:
Reply
#3
Thanks for the link and suggestions!
I'm familiar with pip, requests, and flask... I will have to check out the others.
Reply
#4
Toolz is a useful library.
Reply
#5
Also look at Awesome Python and Awesomo.

If i should pick 2 medium size project that dos a lot of stuff right.
Pendulum | TextBlob.
Look at Documentation, code Github, ease of use(and installation).
These two are star examples of doing Python project the right way.
Reply
#6
Getting data from web pages could be a quite annoying task. I put on first place everything related to web scraping.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#7
I'm a sys admin and really just code as a hobby and to automate some stuff at work... so I haven't really explored or realized the benefits of web scraping, but it seems to be a pretty popular topic.. I'll have to check it out.
Reply
#8
It's a real deal. For example. We have 240 people in our parliament and you can't get a list of their emails. There is no such document. So you have to open every person's web page and copy and paste what you need. It takes time. A small script is doing this in less than six seconds and save all data in csv and json files for further processing.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  An interesting BUG with double assignment Gribouillis 2 755 Oct-08-2023, 01:56 PM
Last Post: Gribouillis
  Interesting/Fun Scripts? ejected 2 2,379 Mar-27-2019, 07:49 AM
Last Post: Skaperen
  Interesting article on PyTourch Larz60+ 0 2,283 Jan-03-2018, 09:06 PM
Last Post: Larz60+
  Any interesting works in progress? mpd 5 3,744 Dec-15-2017, 09:34 PM
Last Post: wavic
  An interesting blog wavic 0 2,388 Dec-12-2017, 09:09 PM
Last Post: wavic
  interesting gotcha Skaperen 11 6,513 Nov-30-2017, 03:53 AM
Last Post: wavic
  Interesting new features in python3 Kebap 8 5,894 Jul-05-2017, 03:53 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020