CodeMirror Open Source Software - Find, Evaluate, Collaborate - OStatic elRTE - open source WYSIWYG editor for Web Home - Pencil Project Open Culture welcome to Mako! Welcome | Flask (A Python Microframework) Welcome to Flask’s documentation. Get started with Installation and then get an overview with the Quickstart. There is also a more detailed Tutorial that shows how to create a small but complete application with Flask. Common patterns are described in the Patterns for Flask section. The rest of the docs describe each component of Flask in detail, with a full reference in the API section. Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit. User’s Guide¶ Flask provides configuration and conventions, with sensible defaults, to get started. API Reference¶ If you are looking for information on a specific function, class or method, this part of the documentation is for you. Additional Notes¶
Tutorial — Bottle 0.13-dev documentation This tutorial introduces you to the concepts and features of the Bottle web framework and covers basic and advanced topics alike. You can read it from start to end, or use it as a reference later on. The automatically generated API Reference may be interesting for you, too. It covers more details, but explains less than this tutorial. Solutions for the most common questions can be found in our Recipes collection or on the Frequently Asked Questions page. If you need any help, join our mailing list or visit us in our IRC channel. Installation Bottle does not depend on any external libraries. $ wget This will get you the latest development snapshot that includes all the new features. $ sudo pip install bottle # recommended $ sudo easy_install bottle # alternative without pip $ sudo apt-get install python-bottle # works for debian, ubuntu, ... Either way, you’ll need Python 2.7 or newer (including 3.2+) to run bottle applications. Quickstart: “Hello World” Note
Wiki on a Stick Official Website