Does Python have something like peek(memory) and poke(memory) of other languages that read and write to memory addresses directly?

Oh gee, I do remember the peek and poke days of some basic dialects. You could use peek and poke to copy one array to another real fast. Borland C and Pascal have a way to write and read to absolute memory. Python, I don't know, must not be needed any longer. Writing to absolute memory addresses could be rather damaging! Somebody is bound to correct me here!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.