Python Comparisons

Ruby vs Python
  • Ruby: Ruby's OO-model uses implicit 'self'.
  • Python: Python's OO-model requires 'self' to be passed explicitly to all member functions.
  • (9 more points...)
Rails vs Django