/learn_python

Binder notebooks to follow along J. Cogliati's "Non-Programmers Tutorial for Python 3"

Primary LanguageJupyter Notebook

Non-Programmers Tutorial for Python 3 - Jupyter Notebook Version

Binder notebooks to follow along J. Cogliati's "Non-Programmers Tutorial for Python 3"

The text content of these notebooks is licensed under the Creative Commons Attribution-ShareAlike 2.0 license or the Creative Commons Attribution-ShareAlike 3.0 Unported license.

All example python source code in this tutorial is granted to the public domain. Therefore you may modify it and relicense it under any license you please.

Table of contents

  1. Hello World
  2. Who Goes There?
  3. Count to 10
  4. Decisions
  5. Debugging
  6. Defining Functions
  7. Lists
  8. For Loops
  9. Boolean Expressions
  10. Dictionaries
  11. Using Modules
  12. More on Lists
  13. Revenge of the Strings
  14. File IO
  15. Dealing with the imperfect (or how to handle errors)