Aug 21, 2022
Hi Matin and thank you for reaching out.
The string manipulation example should be taken as nothing more but an illustration for pointers and what can be done with them.
It doesn't mean that you literally should create string pointers to mutate your strings.
I'm aware of buffers and I know that you can write C extensions for python, explicit python pointers are another tool in the tool box that might be suitable for some cases.