https://github.com/lancelote/practical_python
My solutions for "Practical Python" course by David Beazley
https://github.com/lancelote/practical_python
education python
Last synced: about 2 months ago
JSON representation
My solutions for "Practical Python" course by David Beazley
- Host: GitHub
- URL: https://github.com/lancelote/practical_python
- Owner: lancelote
- Created: 2020-06-25T16:51:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T09:28:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T00:12:49.738Z (2 months ago)
- Topics: education, python
- Language: Python
- Homepage: https://dabeaz-course.github.io/practical-python/
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# practical_python
My solutions for "Practical Python" course by [David Beazley][1]
## ToC
- [x] 0. Course Setup
- [x] 1. Introduction to Python
- [Exercise 1.5 - The Bouncing Ball](src/bounce.py)
- [Exercise 1.6 - Debugging](src/sears.py)
- [Exercise 1.7 - Dave's Mortgage](src/mortgage.py)
- [Exercise 1.8 - Extra Payments](src/extra_payment.py)
- [Exercise 1.9 - Making an Extra Payment Calculator](src/extra_payment_calc.py)
- [Exercise 1.10 - Making a Table](src/mortgage_table.py)
- [Exercise 1.11 - Bonus](src/mortgage_overpayment.py)
- [Exercise 1.27 - Reading a Data File](src/pcost.py)
- [Exercise 1.30 - Turning a Script into a Function](src/pcost_function.py)
- [Exercise 1.31 - Error Handling](src/pcost_error_handling.py)
- [Exercise 1.32 - Using a Library Function](src/pcost_library.py)
- [Exercise 1.33 - Reading from the Command Line](src/pcost_args.py)
- [ ] 2. Working with Data
- [ ] 3. Program Organization
- [ ] 4. Classes and Objects
- [ ] 5. The Inner Workings of Python Objects
- [ ] 6. Generators
- [ ] 7. A Few Advanced Topics
- [ ] 8. Testing, Logging, and Debugging
- [ ] 9. Packages[1]: https://dabeaz-course.github.io/practical-python/