Skip to content

Instantly share code, notes, and snippets.

@ldong
Last active April 21, 2020 04:05
Show Gist options
  • Save ldong/d78a2903d744d543dce1 to your computer and use it in GitHub Desktop.
Save ldong/d78a2903d744d543dce1 to your computer and use it in GitHub Desktop.
Useful python modules whether 3rd party or builtin

Useful python libs

Prep

Before you go, I just want to make sure you finished reading The Python Standard Library.

Let's Go

Here's a list of useful libs that can be used to extend your python abilities.

  1. Tornato

  2. Scrapy

  3. rq-queue

  4. Pycurl

  5. Asynccore

  6. Twisted

  7. gevent

  8. geventlet

  9. requests

  10. grequests

  11. frequests

  12. Beautiful Soup

  13. Web:

    1. Django
    2. Pyramid
    3. Web2py
    4. Flask
    5. Bottles
  14. GUI: wxpython

  15. SQLAlchemy

  16. Sci: NumPy, SciPy

  17. matplotlib

  18. Nose(TDD)

  19. pyquery (with lxml)

  20. dateutil

  21. fuzzywuzzy

  22. watchdog

  23. sh

  24. path

  25. 使用 Python 进行线程编程

  26. itertools — Functions creating iterators for efficient looping

  27. collections — High-performance container datatypes

References

More:

python wiki

20 Python libraries you can’t live without

7 Python Libraries you should know about

Python: 50 modules for all needs

List of useful Python libraries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment