Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.68 KB

Python.md

File metadata and controls

52 lines (34 loc) · 2.68 KB

Python

## Python开源项目 * [500lines](https://github.com/aosabook/500lines):少于500行的Python项目-英文版 * [500LineorLess_CN](https://github.com/HT524/500LineorLess_CN):少于500行的Python项目-中文版 * [Python-100-Days](https://github.com/jackfrued/Python-100-Days):Python - 100天从新手到大师 * [bokeh](https://github.com/bokeh/bokeh):Python图形项目 * [python-is-cool](https://github.com/chiphuyen/python-is-cool):Python隐藏功能合集 * [30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python):30 days of Python programming challenge is a sep by step guide to learn Python programming language in 30 days.

爬虫项目:

1.【pyspider】github地址:https://github.com/binux/pyspider

A Powerful Spider(Web Crawler) System in Python. TRY IT NOW!

  • Write script in Python
  • Powerful WebUI with script editor, task monitor, project manager and result viewer
  • MySQL, MongoDB, Redis, SQLite, Elasticsearch; PostgreSQL with SQLAlchemy as database backend
  • RabbitMQ, Beanstalk, Redis and Kombu as message queue
  • Task priority, retry, periodical, recrawl by age, etc...
  • Distributed architecture, Crawl Javascript pages, Python 2.{6,7}, 3.{3,4,5,6} support, etc...

Tutorial: http://docs.pyspider.org/en/latest/tutorial/ Documentation: http://docs.pyspider.org/ Release notes: https://github.com/binux/pyspider/releases

Installation:

2.【requests】github地址:requests

Python HTTP Requests for Humans™ ✨🍰✨ http://python-requests.org

3.【ipython】github地址:ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc. https://ipython.readthedocs.org

4.【cpython】github地址:cpython

The Python programming language https://www.python.org/

5.【thefuck】github地址:thefuck

Magnificent app which corrects your previous console command.

6.【flask】github地址:flask

A microframework based on Werkzeug, Jinja2 and good intentions http://flask.pocoo.org/

7.【warner/magic-wormhole】github地址:magic-wormhole