Fork me on GitHub

Python Resources

September 01, 2013

Beginner's Delight

Style Guide and Idioms

Dictionary

Decorators

Generators

Yield

Context Managers

Unicode

Metaclasses

Documentation

Sphinx

Debugging

Testing

Profiling

Packaging

Deployment

Fabric

Web

Frameworks

Flask

Web2Py

Django

Bottle

API and Web Services

Scraping

Mobile Development

Kivy

Image Processing

  • http://www.riisen.dk/dop/pil.html

WSGI

Databases

SQLAlchemy

  • http://www.aosabook.org/en/sqlalchemy.html
  • http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/

Data Mining

Data Analysis

Pandas

Design Patterns

Concurrency Patterns

Distributed Systems

  • http://architects.dzone.com/articles/gevent-zeromq

Python 2 vs 3

Porting to Python 3

  • http://python3porting.com/

Books

Free

Paid

Discussions

  • https://news.ycombinator.com/item?id=3746692
  • https://news.ycombinator.com/item?id=5944863
  • http://stackoverflow.com/questions/92230/python-beyond-the-basics
  • http://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru
  • http://stackoverflow.com/questions/228181/zen-of-python
  • http://stackoverflow.com/questions/101268/hidden-features-of-python

Conferences and events

  • Official PyCon website
  • http://lanyrd.com/topics/python/
  • http://lanyrd.com/topics/django/
  • http://python.meetup.com/
  • http://django.meetup.com/

Videos

Editors and IDE's for Python programming

Miscellaneous

source: pycrumbs github

[How to automatically search and download torrents with Python and Scrapy]: http://fuzz-box.blogspot.in/2013/03/how-to-automatically-search-download-torrent-python-scrapy.html [Data Structures and Algorithms with Object-Oriented Design Patterns in Python]: http://www.brpreiss.com/books/opus7/html/book.html



Comments