In Python is there a way to directly access memory locations on the local machine? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

In Python is there a way to directly access memory locations on the local machine?

A question about Python and Memory locations

6th May 2017, 7:20 AM
h1ghstrung
h1ghstrung - avatar
1 ответ
+ 4
In Python, you don't generally use pointers to access memory unless you're interfacing with a C application. If that is what you need, have a look at the ctypes module for the accessor functions.
6th May 2017, 9:31 AM
Jackson Alappatt
Jackson Alappatt - avatar