Boston Python Workshop 3/Saturday lecture: Difference between revisions

Content added Content deleted
imported>Adamf
No edit summary
Line 1: Line 1:
Welcome to the Saturday lecture section of the Boston Python Workshop! For about 2 hours, we'll work through an introduction to the Python programming language via both a lecture and hand-on exercises.
Welcome to the Saturday lecture section of the Boston Python Workshop! For about 2 hours, we'll work through an introduction to the Python programming language via both a lecture and hand-on exercises.


== Lecture outline ==
Thank God! Someone with banris speaks!

# review printing and Python as a calculator from Friday evening
# booleans and flow control: truthiness, if, equality and comparing, in
# lists
# loops and more flow control: for, while, break, continue
# dictionaries
# functions
# modules

== Resources ==

* [[Boston Python Workshop 3/Data types| cheat sheet]] for Python data types.
* A Python script explaining [[Boston_Python_workshop_2/Python_classes | Python classes]].

For extra practice, see Python's [http://docs.python.org/tutorial/ official tutorial].

[[Boston Python Workshop 3|« Back to the Workshop home page]]