Jump to content

Boston Python Workshop 3/Friday/Tutorial: Difference between revisions

no edit summary
imported>Jesstess
imported>Jesstess
No edit summary
Line 1:
Welcome to the Friday tutorial!
Type each of the following expressions at the Python prompt (no copying and pasting! You'll learn the concepts better if you type them out yourself). After you type an expression, hit Return. This causes the Python interpreter to evaluate the expression.
 
This tutorial covers several core programming concepts that we'll build upon during an interactive lecture tomorrow morning. It will take 1-2 hours to complete. There's a break in the middle, and exercises at the middle and end to help review the material.
 
This is an interactive tutorial! As you go through this tutorial, any time you see something that looks like this:
 
<pre>
a = "Hello"
</pre>
 
you should type the expression at a Python prompt, hitting Return after every line and noting the output.
 
No copying and pasting! You'll learn the concepts better if you type them out yourself.
 
==Math==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.