Everything(!) is an object
if __name__ == ‘__main__’:
Dictionaries use squiqqly brackets
Lists use square brackets
Tuples use parens
Basic syntax is
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
I've got a masters degree in computer science and over 10 years of experience building web-based systems using Java/J2EE, Ruby, Rails and PHP. I'm a strong believer in the effectiveness of Agile Methods. Read more »
Learning Python: Hour 1
General
Everything(!) is an object
if __name__ == ‘__main__’:
Collections
Dictionaries use squiqqly brackets
Lists use square brackets
Tuples use parens
Dictionaries
Basic syntax is
Lists
Basic syntax is
Slicing
Adding elements
Searching
Removing elements
List arithmetic
Tuples (immutable lists)
Simultaneous multi-value assignment:
Consecutive value assignment
String formatting