Working with Exception in Python
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
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
“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? :)
Let’s have a quick look at the news about Python 3.6!
In this post, we will learn to serialize objects for storing the state of an object and cloning objects. Cool stuff, right?
virtualenv, virtualenv-wrapper, pyvenv, python3 -m venv… What are they? Here you will find everything you need to know about virtual environments in Python!