gitextract_p4ilgqem/ ├── .gitignore ├── 00 Programming Environment.ipynb ├── 01 Hello World.ipynb ├── 01 Introducing the IPython Notebook.ipynb ├── 02 Variable Strings and Numbers.ipynb ├── 03 List and Tuples and Sets.ipynb ├── 04 If Statements.ipynb ├── 05 While Loops and User input.ipynb ├── 06 Dictionaries.ipynb ├── 07 Introduction to Functions.ipynb ├── 07 More Functions.ipynb ├── 08 Classes and OOP.ipynb ├── 09 Exceptions.ipynb ├── 10 External files.ipynb ├── 11 Persistence.ipynb ├── Coding Style (PEP8).ipynb ├── Importing Modules.ipynb ├── Index.ipynb ├── LICENSE ├── README.md ├── Resources and References.ipynb ├── The Zen of Python.ipynb ├── data/ │ ├── data.txt │ ├── data2.txt │ ├── dbase1 │ ├── elderlyHeightWeight.csv │ ├── male_data.tsv │ ├── new_data.csv │ ├── test.txt │ └── testdb ├── files/ │ ├── example.css │ └── makedicts.py ├── multiplying.py └── rocket.py