Share some open-source packages commonly used in Python development

Source: Internet
Author: User
This article mainly introduces some common open-source packages for Python development. common open-source projects include the WEB development framework, toolkit, database operation Package, and network operation Package, for more information about how to install Python, I will first install some commonly used packages. Make a note and record it for query:

Web FrameWorks

Tornado, access: http://www.tornadoweb.org/en/stable/
Flask, access: http://flask.pocoo.org/
Web. py, access: http://webpy.org/

Tools

Xlrd, Excel processing tool, visit: http://www.python-excel.org/
Lxml, XML processing, access: http://lxml.de/
Configparser, INI file parsing, access: https://docs.python.org/2/library/configparser.html
Uuid, generate uuid, access: https://docs.python.org/2/library/uuid.html
Msgpack-python, similar to a JSON data serialization, access: https://pypi.python.org/pypi/msgpack-python/
Psutil, a module for obtaining processor and system-related information, access: https://github.com/giampaolo/psutil

Database

MySQL-Python, Mysql Library, access: http://mysql-python.sourceforge.net/
Pymongo, MongoDB Library, visit: https://pypi.python.org/pypi/pymongo/
Redis, Redis database, access: https://pypi.python.org/pypi/redis/
CxOracle, Oracle Database, access: https://pypi.python.org/pypi/cx_Oracle
SQLAlchemy, SQL toolkit and object ORM ing (ORM) tool, visit: http://www.sqlalchemy.org/
Peewee, SQL toolkit and object ORM ing (ORM) tool, visit: https://pypi.python.org/pypi/peewee
Torndb, Tornado original DB, visit: https://github.com/bdarnell/torndb

Net

Requests, the best http tool, visit: http://www.python-requests.org/
Gevent, a high concurrency network performance Library, access: http://www.gevent.org/
Twisted is an event-driven network engine framework. Access: https://twistedmatrix.com/trac/

System

Sh, powerful system management artifact, access: https://pypi.python.org/pypi/sh

Date

Arrow, easy-to-use time processing library, access: http://crsmithdev.com/arrow/
When. py, friendly time and date Library, visit: https://github.com/dirn/When.py

Image

PIL, Python Imaging Library, image processing, very powerful, visit: http://www.pythonware.com/products/pil/

Spider

PyQuery, parse web page, visit: https://pypi.python.org/pypi/pyquery
BeautifulSoup, analysis page, visit: https://pypi.python.org/pypi/beautifulsoup4
Scrapy, famous crawler framework, visit: http://www.scrapy.org/

Other

Jinja2, template engine, https://pypi.python.org/pypi/Jinja2
Virtualenv, Python virtual environment, access: https://pypi.python.org/pypi/virtualenv/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.