Python

<< ALL BLOG POSTS
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
Python Django Training Course Now AvailablePython Django Training Course Now Available
|
October 8, 2014

Python Django Training Course Now Available

We’ve taken the challenge of finding well-trained Python developers into our own hands. Clayton and I will be teaching 5-day immersive trainings on Python and Django at Eleven Fifty in Carmel, Indiana.

READ MORE
Python Myths DispelledPython Myths Dispelled
|
July 30, 2014

Python Myths Dispelled

Python is used by major organizations for mission critical applications in Indianapolis and around the U.S.

READ MORE
Pyramid Request Methods & DBSessionPyramid Request Methods & DBSession
|
August 27, 2013

Pyramid Request Methods & DBSession

Using Pyramid's add_request_method is an easy way to maintain state in your application.

READ MORE
Colander Fixes at the Pyramid Development Sprint 2013Colander Fixes at the Pyramid Development Sprint 2013
|
August 22, 2013

Colander Fixes at the Pyramid Development Sprint 2013

I attended the Pyramid Summer Sprint in Germany and made several improvements to Colander.

READ MORE
Deform Fixes at the Pyramid Development Sprint 2013Deform Fixes at the Pyramid Development Sprint 2013
|
August 20, 2013

Deform Fixes at the Pyramid Development Sprint 2013

I attended the Pyramid Development Sprint this summer and worked on several improvements for Deform...

READ MORE
4 Python Web Frameworks Compared4 Python Web Frameworks Compared
|
March 12, 2013

4 Python Web Frameworks Compared

Six Feet Up organized IndyPy's Python Web Shootout, where 4 companies showed off 4 Python frameworks through the demo of a ToDo app developed in Bottle, Django, Flask and Pyramid.

READ MORE