设为首页 收藏本站
查看: 902|回复: 0

[经验分享] 值得学习的python项目

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2015-12-2 10:32:31 | 显示全部楼层 |阅读模式
  此网站整理的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、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-146236-1-1.html 上篇帖子: C++中嵌入Python 下篇帖子: 【selenium学习笔记一】python + selenium定位页面元素的办法。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表