Welcome to MVCForge!
A social news site written by programmers for programmers who build applications using MVC Frameworks like CodeIgniter, CakePHP, Ruby on rails, Django and more.

python frameworks

24

Python vs Ruby, slightly more in-depth

http://rapd.wordpress.com

Python has map, reduce, lambda, and list comprehension. Ruby has select, collect, reject, inject, and block.
These techniques allow programmers to perform operations on lists (or dict/hash) effectively. Some of these are not optimized for speed, so do not expect much on speed gain.
Both have set type, collection of distinct values. Set and List/Array are cast able bi-directionally.

More »
blassreiter's picture
Created by blassreiter 51 weeks 2 days ago – Made popular 51 weeks 1 day ago
Category: python frameworks   Tags: