Posts Tagged ‘featured’

Finding a Python IDE

In the last month, I have been reading Collective Intelligence and checking out the Google API’s. Both of these source make heavy use of Python. However, I have been spoiled by Visual Studio and I want a good IDE for programming. The basic command line and IDLE just were not cutting it. I have found two [...]

Continue reading »

Programming Mantra

Jeff Atwood’s post at Coding Horror reminded me of a couple simple rules for programming (and life). 1. DRY – Don’t Repeat Yourself 2. KISS – Keep It Simple, Stupid 3. YAGNI – You Ain’t Gonna Need It

Continue reading »