Python

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
Debugging Python code with pdbDebugging Python code with pdb
|
December 9, 2014

Debugging Python code with pdb

This post offers an introduction to the interactive Python Debugger tool (pdb), including basic commands, examples, alternative implementations, and helpful links.

READ MORE
Performance Testing with LocustPerformance Testing with Locust
|
November 17, 2014

Performance Testing with Locust

During a recent load-test, we successfully used the Python plugin Locust to create a working test as an alternative to Jmeter.

READ MORE
SaltStack for server configuration management and moreSaltStack for server configuration management and more
|
October 21, 2014

SaltStack for server configuration management and more

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.

READ MORE