Great feedback on Python Ecosystem guide - Thank You

November 29, 2011 09:35 AM

I got a great feedback on Python Ecosystem guide.

Python Ecosystem - An Introduction

November 28, 2011

When developers shift from PHP, Ruby or any other platform to Python, the very first road block they face (most often) is a lack of an overall understanding of the Python ecosystem. Developers often yearn for a tutorial or resource that explains how to accomplish most tasks in a more or less standard way.

LocalTunnel - Expose local web server to the world

August 12, 2011 05:00 PM

How many times did you hope there was a quick way to show the changes to your client quickly. Well LocalTunnel does exactly that.

Convore - A modern take on IRC

February 22, 2011 01:35 AM

Convore.com is latest entry in the realm of web based chat systems. While there are many others(Campfire, StackOverflow Chat, TinyChat etc.), Convore really is the first chat service that hits the sweet spot between IRC and web based chat service.

argparse - Command line option and argument parsing

August 09, 2010 04:04 AM

The argparse module was added to Python 2.7 as a replacement for optparse. The implementation of argparse supports features that would not have been easy to add to optparse, and that would have required backwards-incompatible API changes, so a new module was brought into the library instead. optparse is still supported, but is not likely to receive new features.