- 2024-07-08 –, Club A
- 2024-07-08 –, Club A
All times in Europe/Prague Remember pointers from C/C++? Why don’t we add them to Python? Make any Python object mutable by manipulating it directly in memory through the pointer as you would do in C/C++. Why do this? Well, pointers have no use in Python, but the point is not implementation itself, but all the internal parts of Python programming language that you will touch while implementing it. What you will learn: Optional: to minimise chances of inconsistencies, it is recommended to have Docker installed& and * (address of and dereference) operators just like in C/C++.pointer builtin object.pointer object behave well. Everything in Python is an object and every object internally has to make sure it’s lifecycle does not cause any issues and your program works in a predictable way.__add__ and __eq__? We will see how they are implemented internally and our object will have them.pointer object will cover all ways Python objects can be garbage collected and all tricky parts of this process. These involve reference counting and tracing garbage collector for cyclic objects.
Advanced
I'm a senior software engineer at Kiwi.com, a leading global travel tech company headquartered in the Czech Republic, and I work on the Search team.
I particularly enjoy delving into CPython and its internal workings. My preference for creating things from scratch, as opposed to relying on pre-made solutions, has helped me develop a profound grasp of the technical foundations of software development.
I'm thrilled to share my knowledge and enthusiasm for Python and low-level programming with the Python community.