Python-Projects icon indicating copy to clipboard operation
Python-Projects copied to clipboard

Basic Python projects, good first issue

Results 159 Python-Projects issues
Sort by recently updated
recently updated
newest added

The first time I made my contribution to an open-source project. Excited to accept my contribution.

I noticed that the datetime module is imported in the code but is not used anywhere. To keep the code clean and avoid unnecessary imports, we should remove the datetime...

I have starred the Python-Projects repo .adding my project in the repo

Removed the unused datetime import from the ScheduledMessageWhatsapp project, as it was not being utilized within the project.

print('Hello World!')

I create this app in order to improve my python skills. Working with external dependencies, libraries etc.

This PR has added Readme file to Hangman game project. Fixes #138

This PR corrected the spelling of lose. Fixes #158