Thoughts and notes on unit testing
I’m not a fan of unit testing. As a matter of fact, I have never written any unit tests in my career. Well, I almost did for one of my previous projects that was growing huge, but the client was more interested in seeing the functional requirements met over the non-functional ones (probably because they [...]
Install IDLE on Fedora 11
IDLE is the Python IDE built with the tkinter GUI toolkit. IDLE has the following features: coded in 100% pure Python, using the tkinter GUI toolkit cross-platform: works on Windows and Unix multi-window text editor with multiple undo, Python colorizing and many other features, e.g. smart indent and call tips Python shell window (a.k.a. interactive [...]
web2py Enterprise Web Framework
web2py Enterprise Web Framework is a Free and open source full-stack enterprise framework for agile development of fast, secure and portable database-driven web-based applications. Written and programmable in Python. web2py follows a Model View Controller design like Rails (Ruby) and CodeIgniter (PHP). Another good thing about web2py is that it can run on the Google [...]
