Proper error handling can make your Python code simpler, more readable, and idiomatic. Here are 7 tips to help you.
Author
Bob Belderbos
Latest articles
by
-
-
If there is one career book we could recommend you it’s “So Good They Can’t Ignore You”. In this article some of the main takeaways for me.
-
When people come to Python one of the things they struggle with is OOP (Object Oriented Programming). Not so much the syntax of classes, but more when and when not to use them. If that’s you, read on. In this article I will give you some insights that will get you clarity on this.
-
Refactoring is all about making your code more maintainable. In this article I will provide you with Python and generic software tips to write better code.
-
We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make efficiency trade-offs.
-
Last week I did a couple of shared screen sessions debugging and teaching. I paused and reflected on the tools I used and how I sharpened my sword over the years.
-
There is just too much stuff out there when it comes to being more productive. I am reading The Ultimate Sales Machine (Chet Holmes) and it offers what is probably the most concise time management system I have seen so far.
-
How are you progressing with your Python? What could be holding you back? I gave it some thought and identified 4 issues we commonly see that hold people back from becoming a proficient Pythonista and programmer.
-
Today a wanted to share a neat trick that might save you some headache: debugging a hanging test.