#!/usr/bin/env python # coding: utf-8 # # An Introduction To Scripting in Python 3 # By __[Hans van der Kwast](http://www.linkedin.com/in/jvdkwast)__
# __[IHE Delft Institute for Water Education](http://www.un-ihe.org)__
# Twitter: @hansakwast # # # ## Contents # ### __[Lesson 1: Very Simple Programs](PythonIntroCh1.ipynb)__ # ### __[Lesson 2: Programs in a file, variables and strings](PythonIntroCh2.ipynb)__ # ### __[Lesson 3: Loops, Loops, Loops, Loops...](PythonIntroCh3.ipynb)__ # ### __[Lesson 4: Functions](PythonIntroCh4.ipynb)__ # ### __[Lesson 5: Tuples, Lists, and Dictionaries](PythonIntroCh5.ipynb)__ # ### __[Lesson 6: For Loop](PythonIntroCh6.ipynb)__ # ### __[Lesson 7: Classes](PythonIntroCh7.ipynb)__ # ### __[Lesson 8: Modules](PythonIntroCh8.ipynb)__ # ### __[Lesson 9: File I/O](PythonIntroCh9.ipynb)__ # ### __[Lesson 10: Exception Handling](PythonIntroCh10.ipynb)__ #
#
# # *This Jupyter Notebook has been developed based on "A Beginner's Python Tutorial" by Steven Thurlow. The __[original material](https://github.com/stoive/pythontutorial)__ has been ported to Python 3.* # # *This work is licensed under the Creative Commons Attribution 2.5 Australia License. To view a copy of this license, visit http://creativecommons.org/licenses/by/2.5/au/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.*