Skip to content

Latest commit

 

History

History
92 lines (79 loc) · 8.41 KB

README.md

File metadata and controls

92 lines (79 loc) · 8.41 KB

Useful Python resources

Official sites

Blogs

Newsletters

Scientific

WWW

  • Django - high-level Web framework
  • Flask - a microframework for Web development
  • Falcon - a bare-metal Python web API framework
  • CherryPy - a minimalist Web framework
  • Zope - application server for web applications
  • Pylons and Pyramid - lightweight web frameworks
  • Bottle - fast, simple and lightweight WSGI micro web-framework
  • Web2Py - rapid development of web-based applications
  • Plone - Content Management System
  • PyPy.js - fast and compliant python environment for the web
  • Mastering Django - new version of "Django Book"

Tutorials and workshops

Scraping

Books online

Tips and tricks

Different tools