GitHub上有趣的python資料

發表於2016-01-30

和大家分享一下我整理的有趣的GitHub repository,最新版本資訊請移步專案地址:
repo_starred

大家可以給我傳送issue 分享自己覺得有趣的資源

本文的主題是python,正文如下:

navigation

Study metarials

djangobook.com

flask-dev-bookmarks

  • Lists of flask development recourses

Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

  • An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python

python-guide

  • Python best practices guidebook, written for Humans

pycrumbs

  • Bits and bytes of Python from the Internet

python_koans

  • Python Koans – Learn Python through TDD

PyZh

  • 一起寫Python文章,一起看Python文章 – 利用readthedocs的Python技術文章的收集和翻譯

explore-flask

  • Source of Explore Flask book

 

Projects

  • Trying to complete over 100 projects in various categories in Python. Fork to learn any new language.

python-patterns

  • A collection of design patterns in python

python

django

djangoproject.com

  • Source code to djangoproject.com

django-shorturls

  • A URL shortening app for Django

django-extensions

  • This is a repository for collecting global custom management extensions for the Django Framework

django-tastypie

  • Creating delicious APIs for Django apps since 2010

django-compressor

  • Compresses linked and inline javascript or CSS into a single cached file.

wagtail

  • A new Django content management system

django-sql-explorer

  • Easily share data via SQL queries, right from Django

django-pyodbc

  • An ODBC-powered MS SQL Server DB backend for Django 1.4+

django-faq

  • a simple faq application for django apps

django-cms

  • The easy-to-use and developer-friendly CMS

django-configurations

  • A helper for organizing Django project settings by relying on well established programming patterns

django-social-auth

  • Django social authentication made simple

django-rest-framework

  • Awesome web-browseable Web APIs

djangoappengine

  • Django backends for App Engine (datastore, mail, …)

flask

eve

  • REST API framework powered by Flask, MongoDB and good intentions

flask

  • A microframework based on Werkzeug, Jinja2 and good intentions

flask-api

  • Browsable web APIs for Flask

flask-restful

  • Simple framework for creating REST APIs

other

python-twitter

  • A Python wrapper around the Twitter API

xml2json

  • Python script converts XML to JSON or the other way around

pypyodbc

  • A pure Python Cross Platform ODBC interface module

51dingpiao

  • A python script used to buy ticket on 12306

httpie

  • HTTPie is a CLI, cURL-like tool for humans

readthedocs.org

python-markdown2

  • markdown2: A fast and complete implementation of Markdown in Python

sandman

  • Sandman “makes things REST”.

pyodbc

  • Python ODBC bridge

evermd

  • A command line tool that make your markdown file to an Evernote

twosheds

  • Hack your shell, in Python

pyspider

  • A spider system in python(most powerful spider system in python!)

jieba

  • “結巴”中文分詞:做最好的Python中文分片語件

requests

  • Python HTTP Requests for Humans

essay

  • Python專案自動化多伺服器部署的工具

marshmallow

  • A lightweight library for converting complex objects into datatypes that can be used in a REST API.

scrapy

  • Scrapy, a fast high-level screen scraping and web crawling framework for Python.

python-social-auth

  • Social auth made simple

sqlmap

  • Automatic SQL injection and database takeover tool

pyrailgun

  • Simple And Easy Python Crawl Framework,支援javascript解析的簡單實用高效的python網頁爬蟲抓取模組

shadowsocks

  • a lightweight tunnel proxy which can help you get through firewalls

tweepy

  • Twitter for Python!

v2ex

  • Community running on Google App Engine

sinaweibopy

  • 新浪微博Python SDK

Raspberry Pi

 

Adafruit-Raspberry-Pi-Python-Code

  • Adafruit library code for Raspberry Pi

相關文章