4 Articles about Python Internals
Posted on Thu, 29 Mar 2018 in Python • Tagged with python, python internals, cpython
Maybe, knowing Python internals is not a thing you should know to be a good Python developer. However, if you want to improve your code it becomes more important. If you know it works under the hood, you write a code with less stupid mistakes and architecture issues.
Continue reading