Monday, October 22, 2012

Java to Python Cheatsheet

Null -> None array -> list hash -> dictionary or collections.Counter method -> methods (attached to classes) and functions (detached from classes) casting -> coercion overloading -> no overloading http://pypi.python.org/pypi - python packages http://docs.python.org http://www.pythontutor.com/ import time import sys import datetime import collections

No comments: