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:
Post a Comment