Berat-O / Python_Project

Basic Python projects for beginners and you can add your own project, good first issue
12 stars 13 forks source link

Stock Analysis Python Script:Improve Error Handling for Better User Experience #8

Open Berat-O opened 3 months ago

Berat-O commented 3 months ago

Enhance the error handling mechanism to provide more informative error messages, including the specific type of error encountered. This will make it easier for users to understand what went wrong during the execution of the program. Consider catching specific exceptions and providing context-aware error messages to guide users in troubleshooting issues effectively. Additionally, ensure that error messages are clear, concise, and user-friendly to enhance the overall user experience.

patricklawsontafe commented 1 month ago

Hi Berat, I am looking for some good first issues to work on and came across this one! After reviewing the code I would like to help by implementing some better error message handling (and user-friendly responses). I also noticed some documentation could benefit from more information that could be helpful to the user.

Berat-O commented 1 month ago

Hi, Improving error messages and enhancing documentation sounds like a great plan. Go ahead and make those changes, and feel free to reach out if you need any help along the way. Looking forward to seeing your improvements!

Blacksujit commented 1 month ago

13