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.
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.
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.
Increase your account security using this Two Factor Authentication (TFA) Setup Guide.
Using ZFS for snapshots is easier than collective.recipe.backup for backing up Plone sites. I'll show you how it allows you to instantly rollback to a previous version if something goes wrong.
Lineage is a free and open source Plone product that makes it easy to manage subsites. It works by enabling regular subfolders of a Plone site to appear as autonomous Plone sites to the everyday user.
We've seen a lot of activity around Lineage this year and wanted to make sure that before PloneConf we had a fresh new version of Lineage for Plone 4.x and Plone 5.
SaltStack (Salt) is currently one of the fastest growing configuration management systems. It's written in Python and uses ZeroMQ to communicate nearly instantaneously with all of the servers in your infrastructure that it calls minions. Here is how we use Salt and why.