I like to know what is CPython.
What I understood is
Its flavor of python, (correct me if its wrong) so basically systems programming made easy in Python language but again I could not find system calls code in CPython implementation for mmap or etc. does CPython has sockets, listen, accept, send, and recvfrom system calls too for Cpython user developer.
This is the link of Cpython https://github.com/python/cpython so if I install it then will my version already python version
Python 3.9.7 (default, Sep 10 2021, 14:59:43) [GCC 11.2.0] on linux
will it continue working or do I need to make changes to that.Can I install any other module and run it in Cpython application?
Thanks for any info