cvbf333 发表于 2015-12-2 10:32:31

值得学习的python项目

  此网站整理的2014年值得一学的pytho项目,http://pycoders.com/2014/
  项目资源都在github上,python程序员进阶必备。
  就当作2015年的计划吧。先列表,再对号
  Projects
  1. robobrowser
  A library for web scraping built on Requests and BeautifulSoup. Like Mechanize, but with tests, docs, and a Pythonic interface.
  github.com
  Shared by @whatthecarp
  2. mining
  github.com
  Shared by @mgrouchy
  3.wagtail
  Wagtail is a Django content management system with a fresh take. Beautifully designed so if you are looking for an alternative to Django CMS here is your shot.
  github.com
  Shared by @tomd
  4. huey
  A multi-threaded task queue for Python.
  github.com
  Shared by @myusuf3
  5.Flask API
  Love Django REST Framework? You can now enjoy the same beautiful APIs within Flask.
  flaskapi.org
  Shared by @myusuf3
  6.Mario Level 1 In Python
  Recreating the first level in Mario using PyGame. Awesome for anyone interested in build a 2D platformer.
  github.com
  Shared by @myusuf3
  7.Algorithms
  A collection of Data Structures and Algorithms in Python.
  github.com
  Shared by @myusuf3
  8.rumps
  Ridiculously Uncomplicated Mac OSX Python Status Bar Apps! Got a little app you want to write you can do it Python now!
  github.com
  Shared by @myusuf3
  9.psdash
  Nice looking web dashboard written in Flask that can display data about your system and its processes as returned by psutil.
  github.com
  Shared by @mgrouchy
  10.500 Lines or Less
  Awesome repository of how things work with computers and software. I am sure we have shared this before but its definitely worth another look.
  github.com
  Shared by @myusuf3
  11.IPython Notebook Themes
  Awesome theme customization for IPython Notebooks!
  github.com
  Shared by @myusuf3
  12.Jarvis
  An attempt to create a Jarvis-like personal assistant with Python.
  github.com
  Shared by @mgrouchy
  13.Python Practice Projects
  A series of Python practice projects to help your hone your craft with deliberate practice.
  pythonpracticeprojects.com
  Shared by @mgrouchy
  14.Flask-Foundation
  A foundation leveraging best practices that you can use to start building your flask applications with.
  github.com
  Shared by @mgrouchy
  15.Stellar
  Fast database snapshots for development. It's like Git for databases.
  github.com
  Shared by @versae
  16.percol
  Nice. Percol is an interactive grep tool in your terminal. Check out the README for a demo and more information.
  github.com
  Shared by @mgrouchy
  17.magpie
  Git-Backed Evernote Replacement.
  github.com
  Shared by @myusuf3
  18.Explore Flask
  The Explore Flask book is now freely available online. Time to upgrade your Flask knowledge.
  exploreflask.com
  Shared by @mgrouchy
  19.The Stolen Crown RPG
  Cool! A Fantasy RPG built with Python and PyGame.
  github.com
  Shared by @mgrouchy
  20.django-quicky
  A collection of tools to get you focused on what you building rather than the usual nitty gritty, tons of of cool little functionality to speed things up!
  github.com
  Shared by @myusuf3
  21.doitlive
  Cool little hack to make you look like a superstar during presentations and screencasts. It allows you to write code before hand, and replays the commands in a fake terminal session as you type random characters.
  github.com
  Shared by @myusuf3
  22.Data Science 45 minute intros.
  45 minute Ipython notebook presentations for getting starting with basic programming, statistics and machine learning techniques.
  github.com
  Shared by @mgrouchy
  23.battleschool
  This is neat. Set up your development environment using ansible in a similar way you would set up your machine with something like Boxen.
  github.com
  Shared by @mgrouchy
  24.awesome-python
  A curated list of awesome Python resources, frameworks, libraries and software.
  github.com
  Shared by @mgrouchy
  25.inbox
  Inbox platform launched earlier this week, with tons of SDKs and libraries! This is the one in Python. Great premise and should enable people to do some great stuff!
  github.com
  Shared by @myusuf3
  26.py-must-watch
  A great collection of must watch Python videos. Great resource to start levelling up your Python knowledge.
  github.com
  Shared by @STajbakhsh
  27.awesome-machine-learning
  A curated list of awesome Machine Learning frameworks, libraries and software.
  github.com
  Shared by @myusuf3
  28.python-fields
  Writing container classes often requires the writing of significant amounts of boilerplate. Avoid all of that with the fields module which offers a way to avoid it.
  github.com
  Shared by @mgrouchy
  29.awesome-django
  Over the last few issues there have been other "awesome" collections. If you are into Django, this is the one for you!
  github.com
  Shared by @myusuf3
  30.Toga
  A Python native, OS native GUI toolkit. Very cool project for building Native GUI apps with Python.
  pybee.org
  Shared by @mgrouchy
  31.doorman
  Keeps your secrets, secret. Allows you to put the keys, passwords and things you want to keep secret in a config file and then hide and show your secrets.
  github.com
  Shared by @halitalptekin
  32.vim-bootstrap
  A simple website that helps you bootstrap your .vimrc for your preferred language.
  github.com
  Shared by @mgrouchy
  33.python-patterns
  A collection of common Python design patterns and idioms.
  github.com
  Shared by @mgrouchy
  34.flask-xxl
  Interesting. A best practices approach to creating large web apps, with the goal of making flask feel more like django.
  github.com
  Shared by @mgrouchy
  35.discover-flask
  A weekly series of Screencasts covering an introduction to Flask.
  github.com
  Shared by @mgrouchy
  36.awesome-sqlalchemy
  Lots of really awesome SQLAlchemy resources.
  github.com
  Shared by @mgrouchy
  37.lenscap
  Lenscap is a static site generator for creating beautiful photo narratives
  github.com
  Shared by @myusuf3
  38.schematics
  A Python library to combine types into structures, validate them, and transform your data based on simple descriptions.
  github.com
  Shared by @mgrouchy
  39.home-assistant
  Home automation with Python.
  github.com
  Shared by @mgrouchy
  40.500 Lines or Less
  Awesome repository of how things work with computers and software. I am sure we have shared this before but its definitely worth another look.
  github.com
  Shared by @myusuf3
  41.tortilla
  Very cool project for consuming APIs made easy. Give it a look if you are tried of writing API wrappers.
  github.com
  Shared by @myusuf3
  42.iterstuff
  A collection of tools for working with iterators.
  github.com
  Shared by @benlast

[*]本文来自:Linux教程网
页: [1]
查看完整版本: 值得学习的python项目