How to make sure all servers are backed up, and do so in a way to avoid a performance hit…
Useful tidbits of information collected at the annual Python conference in Portland, OR...
In the final part of our series on Python Command Line Tools, we'll put our application to work. I'll show you how to import the CSV module and handle timezones post import.
Here's a recap from the Sixies who headed South to PyTennessee...
For the third part of our series on Python Command Line Tools, I'll show you how to use your console_script to bootstrap a Pyramid App.
Resulting from our recent Python Testing and Debugging event, check out these five key considerations developers should understand before diving into Python testing.
In this second part of our series on Python Command Line Tools, I'll show you how to make the agrparse script executable and ready to be installed as a console script when someone installs your Pyramid or Django app.
This article is part one of a four-part series on building and using python command line tools. Get ready to learn how to parse command line arguments and import csv files for a Django or Pyramid app.
This article will help you save effort processing HTML content using BeautifulSoup.