An open API service indexing awesome lists of open source software.

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

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)