To know how exception works in Python is really important. Exceptions are not just used to control the program's errors but also to manage the program's flow and in this post, we will discuss this specific topic
-
-
Python Metaclasses
“Metaclasses are deeper magic than 99% of users should ever worry about. If you wonder whether you need them, you don’t". That's what Tim Peters once said. But aren't you curious to know something about them? :)
-
Python: How to open a file on Windows without locking it
I've lost a couple of hours on trying to understand how to open a file without locking it on Windows, Do you want to save this time? :)