https://github.com/evavic44/learn_python
Python classroom
https://github.com/evavic44/learn_python
Last synced: 2 months ago
JSON representation
Python classroom
- Host: GitHub
- URL: https://github.com/evavic44/learn_python
- Owner: Evavic44
- Created: 2023-09-17T19:32:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T16:25:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T05:22:05.090Z (about 1 year ago)
- Language: Python
- Size: 716 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/