A recently published package allows us to use the power of pointers directly in our Python code. Pointers are defined as data-types which value is a physical address in the computer's memory. In C, it’s done with the use of the malloc function, as shown below.
Table of contents
Pointers in Python? Wait… Is It Possible?What’s a Pointer?Why Pointer?Introducing pointers.pyA Final NoteSort: