https://github.com/ultirequiem/python-principles
:snake: Challenges and Lessons from Python Principles
https://github.com/ultirequiem/python-principles
coding-challenge python python3
Last synced: 9 months ago
JSON representation
:snake: Challenges and Lessons from Python Principles
- Host: GitHub
- URL: https://github.com/ultirequiem/python-principles
- Owner: UltiRequiem
- License: mit
- Created: 2021-08-02T20:39:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T21:51:48.000Z (about 4 years ago)
- Last Synced: 2025-05-09T01:18:37.130Z (9 months ago)
- Topics: coding-challenge, python, python3
- Language: Python
- Homepage: https://pythonprinciples.com
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Programming Challenges
Exercises from [here](https://pythonprinciples.com/challenges/).
## Useful Links
- [How to get the position of a character](https://stackoverflow.com/questions/2294493/how-to-get-the-position-of-a-character-in-python)
- [Know if is uppercase, lowercase, etc..](https://www.geeksforgeeks.org/isupper-islower-lower-upper-python-applications)
- [Specify multiple return types using hints](https://stackoverflow.com/questions/33945261/how-to-specify-multiple-return-types-using-type-hints)
- [Optional Returns](https://stackoverflow.com/questions/39429526/how-to-specify-nullable-return-type-with-type-hints)