GitHub上有趣的python资料
admin
2023-07-31 00:38:24
0

和大家分享一下我整理的有趣的GitHub repository,最新版本信息请移步项目地址:
repo_starred

大家可以给我发送issue 分享自己觉得有趣的资源

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

navigation

  • Study materials
  • python
    • django
    • flask
    • other
  • raspberry pi

Study metarials

djangobook.com

  • http://www.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

  • https://github.com/rtfd/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


相关内容

热门资讯

Mobi、epub格式电子书如... 在wps里全局设置里有一个文件关联,打开,勾选电子书文件选项就可以了。
小程序支付时提示:appid和... [Q]小程序支付时提示:appid和mch_id不匹配 [A]小程序和微信支付没有进行关联,访问“小...
Apache Doris 2.... 亲爱的社区小伙伴们,我们很高兴地向大家宣布,Apache Doris 2.0.0 版本已于...
项目管理和工程管理的区别 项目管理 项目管理,顾名思义就是专注于开发和完成项目的管理,以实现目标并满足成功标准和项目要求。 工...
pycparser 是一个用... `pycparser` 是一个用 Python 编写的 C 语言解析器。它可以用来解析 C 代码并构...
python返回昨天日期的方法 本文实例讲述了python返回昨天日期的方法。分享给大家供大家参考。具体实现方法如下: #-*-co...
微信小程序使用slider实现... 众所周知哈,微信小程序里面的音频播放是没有进度条的,但最近有个项目呢,客户要求音频要有进度条控制,所...
Apache Doris 常见... 什么是 Apache Doris Apache Doris 是一款 MPP 架构的 OLAP 列式存...
在SSIS 中使用 Web S... Web Service简介 Web Service是一种构建应用程序的普遍模型,可以在任何支持网络通...
Python函数中*args和... 单星号形式(*args)用来传递非命名键可变参数列表。双星号形式(**kwargs)用来传递键值可变...