python-beginner-projects icon indicating copy to clipboard operation
python-beginner-projects copied to clipboard

Explore a collection of beginner-friendly Python projects that can be completed with minimal code. Perfect for learning the basics and improving your coding skills.

Results 136 python-beginner-projects issues
Sort by recently updated
recently updated
newest added

Hi there, As for the sub project "API Based Weather Report", I think it's a good idea to add "wind direction" to the output. Because the wind direction in the...

The Snake Game currently closes immediately as the player loses. I would like the UI to display that the game is over and ask the player if they want to...

There is no processing in exceptional situations for negative or non-numerical values entered by the user.

Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...

dependencies

There is no ReadMe.md in this project, so it is needed the document which explain what this project is and how to run it. ReadMe.md will include: - What is...

**Modularize code in Quiz Game.** This project has only one file called main.py. I think it is needed modularization to improve the code because of the following reasons: - Reduce...

Personal information document is missing

I implemented Random Sentence Generator using python. i also added a readme explaining the code. Hoping to get the PR merged and getting the hacktoberfest and hacktoberfest-accepted badge. # Type...

Hi, Test cases are missing for health management system.

The project is stopping execution after every action. Ask a "Do you want to continue(y/n) " option and make it friendly.