https://github.com/helenanevesdeveloper/python-challenges
Palindrome seeker, bin file decode, power calculator and more
https://github.com/helenanevesdeveloper/python-challenges
bin-checker bin-generator bin-packing dice palindrome palindrome-checker python python3
Last synced: 16 days ago
JSON representation
Palindrome seeker, bin file decode, power calculator and more
- Host: GitHub
- URL: https://github.com/helenanevesdeveloper/python-challenges
- Owner: helenanevesdeveloper
- Created: 2022-08-31T22:29:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T01:16:42.000Z (over 2 years ago)
- Last Synced: 2025-04-15T01:27:28.031Z (6 months ago)
- Topics: bin-checker, bin-generator, bin-packing, dice, palindrome, palindrome-checker, python, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Challenges
## Small projects:
-
palindromes_seeker: searches for palidrome words inside strings (English) -
powerful_power_calculator: calculate power in which the exponent or base can be negative numbers (English) -
credit_card_discount_in_bin_file: converts text file into a binary file then decodes it to calculate the client's discount (Portuguese)
## How to use it:
- Navigate to the specific folder on the list above
- Download code as a ZIP file
- Try out the app