Articles related to python

Github based URL shortening

Designing a URL shortening system to run on a sever that does not support scripts.

ROS Services Custom Timeouts

ROS Service calls are blocking functions. Here is a workaround.

Python daemons in sysvinit

Getting a Python script to run in the background (as a service) on boot

Stop pyc files from being generated during development

How to stop python2 from generating .pyc files when code is executed, but only during development.

If python is interpreted, what are pyc files?

A re-post of an excellent answer to this question posted on stack overflow.