<p>With the version 1.0 release of</p><p>react-router</p><p>, the named</p><p>Route</p><p>feature was dropped. In</p><p>earlier versions</p><p>, you were able to define each</p><p>Route</p><p>with a</p><p>name</p><p>parameter:</p><p><</p><p>Route</p><p>path</p><p>=</p><p>"/account/billing"</p><p>name</p><p>=</p><p>"account-billing"</p><p>/></p><p>and link …</p>
<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>
<p>Featured</p><p>Django’s Roadmap</p><p>Based on the results of the community survey, a long-term release roadmap has been put in place. Extra effort was made to ease the upgrade burden on developers and third-party applications.</p><p>Django Software Foundation announces Diversity Statement …</p>
<p>Featured</p><p>Django Developers Community Survey</p><p>The Django Core Team wants to know more about how</p><p>you</p><p>use Django. Take a few minutes to fill out the survey and help them tailor Django so it meets our needs.</p><p>Bugfix and Security …</p>
<p>I’ve been working on improving our deployment processes as part of the</p><p>High Performance Django Infrastructure</p><p>project we’re building out. One consistent pain point is our front-end build system, and particularly,</p><p>npm</p><p>installs. For a number of reasons, instead of …</p>
<p>The following is the second installment of our Loop Letters series, an interview with</p><p>Tracy Osborn</p><p>.</p><p>Tracy is the author of</p><p>Hello Web App</p><p>, a book to help designers and non-programmers get up and running with Python and …</p>
<p>We recently decided to the start a semi weekly written interview series of the humans behind programming, Loop Letters. What motivates these individuals? What sort of team culture are they working in? What hobbies are they good at? What hobbies …</p>
<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>
<p>Featured</p><p>Security Advisory: Arbitrary file inclusion through docutils</p><p>If you are allowing untrusted users to input reStructuredText which later gets passed through</p><p>docutils</p><p>, be sure to read this advisory to ensure your application is configured securely.</p><p>DjangoCon EU Talk …</p>
<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>