20.181:python tutorial: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
So, rather than offer a purely introductory tutorial to programming + Python we've instead cooked up a short refresher course.  We've produced a [http://openwetware.org/images/e/eb/20.181.cheat.sheet.pdf Python+Emacs+Shell cheat sheet] and will be doing a basic demonstration of how to run Python and use its data structures Friday Sept. 8th, at 10 AM in 48-216.  (If you find any errors in the cheat sheet, please email them to Lawrence.)
So, rather than offer a purely introductory tutorial to programming + Python we've instead cooked up a short refresher course.  We've produced a [http://openwetware.org/images/e/eb/20.181.cheat.sheet.pdf Python+Emacs+Shell cheat sheet] and will be doing a basic demonstration of how to run Python and use its data structures Friday Sept. 8th, at 10 AM in 48-216.  (If you find any errors in the cheat sheet, please email them to Lawrence.)


For any eager beavers out there, [http://openwetware.org/wiki/Image:Fibonacci_example.zip here's the code] that we'll be walking through this Friday.   
For any eager beavers out there, [http://openwetware.org/wiki/Image:Fibonacci_example.zip here's the code] that we'll be walking through this Friday.  The main piece of code we'll be looking at is Fibonacci_tutorial.py.


Finally, if you still crave more Python-tutorial-goodness here is  
Finally, if you still crave more Python tutorials here is  
[http://www.awaretek.com/tutorials.html A list of 300 Python Tutorials].  You may also find the [http://docs.python.org/lib/ the official Python documentation] to be handy.
[http://www.awaretek.com/tutorials.html A list of 300 Python Tutorials].  You may also find the [http://docs.python.org/lib/ the official Python documentation] to be handy.

Revision as of 14:55, 7 September 2006

Given the programming content of 20.180's assignments and the superb tutorial composed by our TA predecessors, we've assumed that the class has had some experience with Python.

So, rather than offer a purely introductory tutorial to programming + Python we've instead cooked up a short refresher course. We've produced a Python+Emacs+Shell cheat sheet and will be doing a basic demonstration of how to run Python and use its data structures Friday Sept. 8th, at 10 AM in 48-216. (If you find any errors in the cheat sheet, please email them to Lawrence.)

For any eager beavers out there, here's the code that we'll be walking through this Friday. The main piece of code we'll be looking at is Fibonacci_tutorial.py.

Finally, if you still crave more Python tutorials here is A list of 300 Python Tutorials. You may also find the the official Python documentation to be handy.