Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python caches the bytecode in .pyc files, so the compilation happens only the first time you import a module. In a typical Python start-up only the main source file is byte-compiled.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: