background preloader

Backendpro

Facebook Twitter

Captura de pantalla 2014-06-30 11.43.58.png. Captura de pantalla 2014-06-30 11.44.16.png. Instagram. Django CMS – The easy-to-use and developer-friendly CMS - www.django-cms.org. Installing Python on Mac OS X — The Hitchhiker. The latest version of Mac OS X, Mavericks, comes with Python 2.7 out of the box. You do not need to install or configure anything else to use Python. Having said that, I would strongly recommend that you install the tools and libraries described in the next section before you start building Python applications for real-world use.

In particular, you should always install Setuptools, as it makes it much easier for you to use other third-party Python libraries. The version of Python that ships with OS X is great for learning. Doing it Right Let’s install a real version of Python. Before installing Python, you’ll need to install GCC. Note If you already have XCode installed, do not install OSX-GCC-Installer. While OS X comes with a large number of UNIX utilities, those familiar with Linux systems will notice one key component missing: a decent package manager. To install Homebrew, simply run $ ruby -e "$(curl -fsSL Setuptools & Pip Virtualenv. Django CMS – The easy-to-use and developer-friendly CMS - www.django-cms.org. Virtualenv 1.11 documentation. 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. Be sure to check their documentation as well as Flask’s when looking for information. 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¶