Search Results

2
votes

Why should I use an IDE?

I have used Emacs as my primary environment for both development and mail/news for about 10 year (1994-2004). I discovered the power of IDEs when I forced myself to learn Java in 2004, and to my s …
3
votes

exit codes in python

Quote from http://www.wingware.com/psupport/python-manual/2.6/library/sys.html (about sys.exit()) …