Frank Wiles
Pro-Tip – Python 3 run command over SSH
Sometimes you just need to run a command on a remote host with ssh and Python 3 without any real fuss. Here is the simplest way we have found to do that and retrieve the output.
Frank Wiles
Sometimes you just need to run a command on a remote host with ssh and Python 3 without any real fuss. Here is the simplest way we have found to do that and retrieve the output.
Frank Wiles
Python's atexit handler is one of those things people should use more often. Some developers aren't even aware that it exists and that makes me sad.
Frank Wiles
Getting your configuration from the system environment for your Python and/or Django apps is often the best way to provide security and flexibility. envparse makes it easy.
Frank Wiles
Our recap of the Django's 10th Birthday Party
Frank Wiles
Django is turning 10 years old this summer and we're throwing it a birthday party in the city where it was born.
Frank Wiles
Improve your Django Tests using django-test-plus' helpful additions to the standard Django TestCase
Frank Wiles
Four simple steps you can take to improve the performance of your Django applications
Frank Wiles
Is Wagtail the best Django CMS? Review of Wagtail 1.0 features and our experiences using it.
Frank Wiles
March 2015 update on happenings around Revolution Systems including our new team member Stephen Spencer
Frank Wiles
How to load files into Django models, not via a file upload, but from a script or Python shell.