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

Resolve Issue #638: Enforce PEP 8 naming conventions

Open bhandareasmita opened this issue 1 year ago • 3 comments

Type of change

  • [✔] Bug fix
  • [✔] New features
  • [✔] Enhanced documentation

Changes proposed in this pull request:

This pull request addresses two issues:

  1. Input Validation (Issue #607 ):
  • Implemented input validation to ensure users provide only valid and expected values.
  • Added error handling mechanisms for invalid inputs, providing a better user experience.
  1. PEP 8 Compliance (Issue #638 ):
  • Adjusted variable and function names to adhere to PEP 8 naming conventions.
  • Ensured consistent indentation, spacing, and formatting throughout the codebase.
  • Resolved any other PEP 8 violations present in the affected files.
  • Project name: Number Guessing App

  • Short description: The changes in this pull request aim to enhance the user experience by validating input and bring the codebase in line with PEP 8 guidelines.

Checklist

  • [✔] The code is Python 3 compatible
  • [✔] I have added relevant comments in my file to make code understandable
  • [✔] I have added my project in a folder which includes all the necessary files

bhandareasmita avatar Nov 23 '23 06:11 bhandareasmita

Greetings! This is an automated message from GitHub Actions. :robot: Your pull request has been received and is awaiting for a review by the repository owner or a maintainer. This may take some time, so please be patient. While you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day. Thank you for your contribution to this project! You are awesome! :star:

github-actions[bot] avatar Nov 23 '23 06:11 github-actions[bot]

Please maintain project directory structure , remove .idea folder

Mrinank-Bhowmick avatar Dec 26 '23 06:12 Mrinank-Bhowmick

Why you removed projects/Conway’s-Game-Of-Life/ files ?

Mrinank-Bhowmick avatar Dec 28 '23 06:12 Mrinank-Bhowmick