Thread
:
Standalone Python 3?
View Single Post
03-11-2021, 09:45 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,377
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yes it has its own embedded python. And all the python modules are placed in a single file in bytecode form which is memory mapped and uses a custom import implementation for maximum import speed. See
https://github.com/kovidgoyal/bypy
for details.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS