A collection of Python "Must Reads"

Monday, March 31, 2014
https://github.com/oussemos/pycrumbs/blob/master/pycrumbs.md Beginner: http://wiki.python.org/moin/BeginnersGuide/Programmers A crash course into Python An Introduction to List Comprehensions in Python Moved to Python from other languages: The Hitchhiker's Guide to Pyhton (It's open source, too: http://github.com/kennethreitz/python-guide/) Python...
Read more ...

Python vs Ruby

Monday, March 31, 2014
Ruby is a dynamic, reflective, object-oriented general-purpose programming language which was designed and developed in the mid-1990s. Compared to Python, which treats code readability above everything else, the philosophy behind Ruby is that programmers should have the flexibility, freedom and power to write concise and compact code. The...
Read more ...

Why Node.js ?

Friday, March 14, 2014
In one sentence: Node.js shines in real-time web applications employing push technology over websockets. What is so revolutionary about that? Well, after over 20 years of stateless-web based on the stateless request-response paradigm, we finally have web applications with real-time, two-way connections, where both the client and server...
Read more ...