Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajwate/57-python-exercises
Exercises from the book.
https://github.com/surajwate/57-python-exercises
Last synced: 10 days ago
JSON representation
Exercises from the book.
- Host: GitHub
- URL: https://github.com/surajwate/57-python-exercises
- Owner: surajwate
- License: mit
- Created: 2021-07-06T15:05:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T18:20:46.000Z (over 3 years ago)
- Last Synced: 2023-05-13T16:24:47.598Z (over 1 year ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 57-python-exercises
Exercises from the book - Exercises for Programmers 57 Challenges to Develop Your Coding Skills.
## Table of the files
| Exercise Number | Test file | Code file |
|---|:---:|---|
| **Input, Processing, and Output** |
| Exercise 01 | [Test01](tests/test_exercise01.py) | [Saying Hello](exercises/exercise01.py) |
| Exercise 02 | [Test02](tests/test_exercise02.py) | [Counting the Number of Characters](exercises/exercise02.py) |
| Exercise 03 | [Test03](tests/test_exercise03.py) | [Printing Quotes](exercises/exercise03.py) |
| Exercise 04 | [Test04](tests/test_exercise04.py) | [Mad Lib](exercises/exercise04.py) |
| Exercise 05 | [Test05](tests/test_exercise05.py) | [Simple Math](exercises/exercise05.py) |
| Exercise 06 | [Test06](tests/test_exercise06.py) | [Retirement Calculator](exercises/exercise06.py) |
| **Calculations** |
| Exercise 07 | [Test07](tests/test_exercise07.py) | [Area of a Rectangle Room](exercises/exercise07.py) |
| Exercise 08 | [Test08](tests/test_exercise08.py) | [Pizza Party](exercises/exercise08.py) |
| Exercise 09 | [Test09](tests/test_exercise09.py) | [Paint Calculator](exercises/exercise09.py) |
| Exercise 10 | [Test10](tests/test_exercise10.py) | [Self-Checkout](exercises/exercise10.py) |
| Exercise 11 | [Test11](tests/test_exercise11.py) | [Currency Conversion](exercises/exercise11.py) |
| Exercise 12 | [Test12](tests/test_exercise12.py) | [Computing Simple Interest](exercises/exercise12.py) |
| Exercise 13 | [Test13](tests/test_exercise13.py) | [Determining Compound Interest](exercises/exercise13.py) |
| **Making Decisions** |
| Exercise 14 | [Test14](tests/test_exercise14.py) | [Tax Calculator](exercises/exercise14.py) |
| Exercise 15 | [Test15](tests/test_exercise15.py) | [Password Validation](exercises/exercise15.py) |
| Exercise 16 | [Test16](tests/test_exercise16.py) | [Legal Driving Age](exercises/exercise16.py) |
| Exercise 17 | [Test17](tests/test_exercise17.py) | [Blood Alcohol Calculator](exercises/exercise17.py) |
| Exercise 18 | [Test18](tests/test_exercise18.py) | [Temperature Converter](exercises/exercise18.py) |
| Exercise 19 | [Test19](tests/test_exercise19.py) | [BMI Calculator](exercises/exercise19.py) |
| | | |
| Exercise 21 | [Test21](tests/test_exercise21.py) | [Numbers to Names](exercises/exercise21.py) |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |