| python Programming Glossary: distrosStart Another Program From Python >Separately< http://stackoverflow.com/questions/13078071/start-another-program-from-python-separately  compatible nix systems which includes most modern linux distros etc. there's a very similar command called xdg open xdg open.. 
 Execute terminal command from python in new terminal window? http://stackoverflow.com/questions/19308415/execute-terminal-command-from-python-in-new-terminal-window  everyone has xterm . Or you could look at how various distros configure a default terminal and search for all of them. Or.. 
 Python snippet to remove C and C++ comments http://stackoverflow.com/questions/241327/python-snippet-to-remove-c-and-c-comments  Windows and comes installed by default on most GNU Linux distros and Mac OS X. This will probably be better than a pure Python.. 
 Installing Python-2.7 on Ubuntu 10.4 http://stackoverflow.com/questions/4047212/installing-python-2-7-on-ubuntu-10-4  package which is zlib1g dev . Debian based Linux distros split each C library into a separate runtime binary package.. 
 Packaging and shipping a python library and scripts, the professional way http://stackoverflow.com/questions/5661385/packaging-and-shipping-a-python-library-and-scripts-the-professional-way  initscripts. It should work fine on a bunch of popular distros and therefore shouldn't rely on distro specific stuff. What.. 
 Are there any all in one packages like XAMPP for Django? http://stackoverflow.com/questions/5929696/are-there-any-all-in-one-packages-like-xampp-for-django  need to get started with Django is Python 2.x. Most linux distros and OSX include Python 2.x. The easiest way to install Django.. 
 Getting started with secure AWS CloudFront streaming with Python http://stackoverflow.com/questions/6549787/getting-started-with-secure-aws-cloudfront-streaming-with-python  secure streaming.html Once boto v2.1 gets packaged by more distros I'll update the answer here. To accomplish what you want you.. 
 |