Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minsithu/python-practice-problems
Problems to practise python skills
https://github.com/minsithu/python-practice-problems
List: python-practice-problems
awesome awesome-list list problemsolving python
Last synced: 2 months ago
JSON representation
Problems to practise python skills
- Host: GitHub
- URL: https://github.com/minsithu/python-practice-problems
- Owner: MinSiThu
- License: mit
- Created: 2024-01-25T11:26:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T10:48:03.000Z (12 months ago)
- Last Synced: 2024-04-24T07:24:44.962Z (9 months ago)
- Topics: awesome, awesome-list, list, problemsolving, python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-practice-problems
Problems to practise python skills## Basic Python Problems
- [Calculate Discount Percentage for a customer Problem](./basic/percentage.md)
- [Operations on Grade List](./basic/grade_list.md)
- [Calculate Area](./basic/calcualate_area.md)
- [Calculate Factorial](./basic/calculate_factorial.md)#### Notes
Some of the problems are generated via the help of ChatGPT. But the idea is originated by the repository contributor.