CommuniPy 🐍 📚
This repository includes exercises for refreshing Python skills, from strings, lists to Object Oriented Programming.
-
It is also a place that provides valuable insights from real humans on real life matters. People with different backgrounds share their stories and advices on how to become a better programmer and asset in the workfoce.
-
This is intended to be a place for everyone with any Python knowledge to contribute and make an impact within the community. Have a problem in mind or want to share your story? Make a pull request!
See Notes for other usage features.
How it works:
CommuniPy is a place to craft your Python skills and learn from a large community of amazing people with valuable insights.
- Implementation happens in the source file (reverse_string.py) within each Folder (e.g. 'Strings).
- After that, all you have to do is execute the source file.
- If you pass all tests no error will be thrown.
- If error is thrown it will trace back to the exact implementation where the error is coming from.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Usage
Using Strings as an example.
git clone https://github.com/RafaelBroseghini/CommuniPy.gitcd CommuniPy/Practice\ Problems/01-Strings/Beginner- Choose one of the exercise files and write code. (e.g reverse_string.py)
python reverse_string.py
Collaborators
![]() RafaelBroseghini |
Ashish Shukla |
|---|
Contributors
Vishnu Raveendran |
PedroRTeles |
|---|
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Notes
- Unittest will test all the functions specified in test file.
- To test all functions, run the test file.
- "To test single excercise run that file directly.".
- Read more about unittest at:

