Python

<< ALL BLOG POSTS
Managing complex Bacula configurations with YAML, Jinja and PythonManaging complex Bacula configurations with YAML, Jinja and Python
|
August 12, 2016

Managing complex Bacula configurations with YAML, Jinja and Python

How to make sure all servers are backed up, and do so in a way to avoid a performance hit…

READ MORE
My Take-Aways From PyCon 2016My Take-Aways From PyCon 2016
|
June 17, 2016

My Take-Aways From PyCon 2016

Useful tidbits of information collected at the annual Python conference in Portland, OR...

READ MORE
Building Python Command Line Tools, Part 4: CSV Importing and Time ZonesBuilding Python Command Line Tools, Part 4: CSV Importing and Time Zones
|
March 13, 2015

Building Python Command Line Tools, Part 4: CSV Importing and Time Zones

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.

READ MORE
PyTennessee 2015 RecapPyTennessee 2015 Recap
|
March 7, 2015

PyTennessee 2015 Recap

Here's a recap from the Sixies who headed South to PyTennessee...

READ MORE
Building Python Command Line Tools, Part 3: Bootstrapping PyramidBuilding Python Command Line Tools, Part 3: Bootstrapping Pyramid
|
March 2, 2015

Building Python Command Line Tools, Part 3: Bootstrapping Pyramid

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.

READ MORE
5 Critical Considerations for Python Testing5 Critical Considerations for Python Testing
|
February 26, 2015

5 Critical Considerations for Python Testing

Resulting from our recent Python Testing and Debugging event, check out these five key considerations developers should understand before diving into Python testing.

READ MORE
Building Python Command Line Tools, Part 2: Console ScriptsBuilding Python Command Line Tools, Part 2: Console Scripts
|
February 9, 2015

Building Python Command Line Tools, Part 2: Console Scripts

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.

READ MORE
Building Python Command Line Tools, Part 1: ArgParseBuilding Python Command Line Tools, Part 1: ArgParse
|
January 26, 2015

Building Python Command Line Tools, Part 1: ArgParse

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.

READ MORE
An Introduction to BeautifulSoupAn Introduction to BeautifulSoup
|
December 19, 2014

An Introduction to BeautifulSoup

This article will help you save effort processing HTML content using BeautifulSoup.

READ MORE