Simple Django deployment part two: local setup
A guide to preparing a Django application for deployment, covering virtual environments, production settings, and static files.
A guide to preparing a Django application for deployment, covering virtual environments, production settings, and static files.
A tutorial on creating an Alexa skill to remotely control your computer using AWS Lambda and ngrok, even without a physical Alexa device.
A developer explains how broken software packaging led to user issues and how they automated testing with Travis CI and Tox to prevent future errors.
An introduction to virtualenv, a tool for creating isolated Python environments to manage library dependencies for different projects.