Joey Manani: The Blog

python

Want to get started with Python programming? Here’s a quick, step-by-step guide to installing Python and Visual Studio Code (VSCode) on Windows.

Read more...

When you're writing Python code, you’ll often need to handle exceptions to ensure your program doesn't crash unexpectedly. However, catching all exceptions might seem like an easy fix, but it's actually a bad practice. Here's why.

Example Python traceback Example Python traceback | Joey Manani

Read more...