An open API service indexing awesome lists of open source software.

https://github.com/evavic44/learn_python

Python classroom
https://github.com/evavic44/learn_python

Last synced: 2 months ago
JSON representation

Python classroom

Awesome Lists containing this project

README

          



Learn Python


Personal Notes and Class Exercises using the Think Python: How to think like a computer scientist book by Allen Downey

## Topics
- [01. Functions](01_functions.py)
- [02. Variables Expressions and Statements](02_variables-expressions-statements.py)
- [03. Case Study - Interface and Design](03_case-study.py)
- [04. Conditionals and Recursion](04_conditionals-recursion.py)
- [05. Fruitful Functions](05_fruitful-functions.py)
- [06. Iteration](06_iteration.py)
- [07. Strings](07_strings.py)
- [08. Lists](08_lists.py)
- [09. Dictionary](09_dictionaries.py)
- [10. Tuples](10_tuples.py)
- [11. Files](11_files.py)

## Exercises
- [3.14](exercise/3.14.py)
- [4.30](exercise/4.30.py)
- [5.14](exercise/5.14.py)
- [8.40](exercise/8.40.py)
- [9.20](exercise/9.20.py)
- [10.15](exercise/10.15.py)

## Documentation
- [Moby Shakespear](https://shakespearereadingsociety.co.uk/texts/1993originals/mobyshak.txt)
- [Moby Hyphenator II](words.txt)

[think_python]: https://greenteapress.com/wp/think-python-2e/