#python
Read more stories on Hashnode
Articles with this tag
NOTE: This article assumes basic familiarity with object-oriented programming in Python. A descriptor is an object that hooks into attribute...
To understand circular imports, let's take a brief look at what happens when you import a module. On reaching an import module_name statement, the...