All articles tagged Django

Thumbnail image for Faster Django Sites with PyPy

Faster Django Sites with PyPy

<p>This post was created as a collaboration between Lincoln Loop and</p><p>Maciej Fijalkowski</p><p>from</p><p>baroquesoftware.com</p><p>.</p><p>In the space of web architecture, the prevalent belief states that “database based applications are I/O bound”. While this might have been true in …</p>
Thumbnail image for The uWSGI Swiss Army Knife

The uWSGI Swiss Army Knife

<p>uWSGI is one of those interesting projects that keeps adding features with every new release without becoming totally bloated, slow, and/or unstable. In this post, we’ll look at some of its lesser used features and how you might use them …</p>
Thumbnail image for Fast Immutable Python Deployments

Fast Immutable Python Deployments

<p>Alternate title: Pip 7 is Awesome, Here’s Why</p><p>A typical Python deployment looks like this:</p><p>Pave the server, setting up a virtualenv and installing any pre-requisites necessary to build/install the Python requirements (compiler, development headers, etc.).</p><p>To update to a …</p>
Thumbnail image for Concurrency in Python vs GO

Concurrency in Python vs GO

<p>At Pycon in Montreal few weeks ago I attended a talk that blew my mind away and got me thinking:</p><p>Python concurrency from the Ground Up: LIVE!</p><p>by David Beazley. The video is available on</p><p>YouTube</p><p>.</p><p>The gist of …</p>
Thumbnail image for Django: From Runserver to Reddit Hugs

Django: From Runserver to Reddit Hugs

<p>Last month, I presented</p><p>High Performance Django: From Runserver to Reddit Hugs</p><p>at DjangoCon US in Portland. My assertion was that Django, left to its own devices, does not scale. With the right supporting servers, however, it can scale fantastically. …</p>
Thumbnail image for High Performance Django: Shipped

High Performance Django: Shipped

<p>I’m excited to announce that our book, High Performance Django is officially complete. You can buy a copy at</p><p>highperformancedjango.com</p><p>now.</p><p>Thank You</p><p>Writing the book was hard work and there were definitely times where the challenge felt insurmountable. I …</p>