Python

FacebookTwitter
http://css.dzone.com/articles/python-getting-data-graphite-0 This post shows code examples in Python (2.7) for sending data to Graphite .

How-to: Python Data into Graphite for Monitoring Bliss

1. Getting started with couchdb-python — couchdb-python v0.8 documentation

Some snippets of code to get you started with writing code against CouchDB. http://pythonhosted.org/CouchDB/getting-started.html
When CivilizationTM IV (Firaxis Games, published by Take2) was announced, one of the most exciting features was that much of the scripting code will be in python, and the game data in XML. http://www.sthurlow.com/python/

Home

Let’s learn by example.

Writing your first Django app, part 1

https://docs.djangoproject.com/en/dev/intro/tutorial01/
This is a distributed, volunteer project with many contributors. http://www.scipy.org/Developer_Zone

Developer Zone -

http://docs.python.org/library/

The Python Standard Library — Python v2.7.2 documentation

While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.
Notes on Python variable scope Example 1: The difference between global and local variables ¶

Notes on Python variable scope