13 มีนาคม 2560

Published มีนาคม 13, 2560 by with 0 comment

เช็ค Python Implementation ว่าเป็น CPython , PyPy หรืออื่น ๆ

เราสามารถเช็ค Python Implementation ว่าเป็น CPython , PyPy หรืออื่น ๆ ได้ง่าย ๆ โดยใช้ไลบรารี platform ดังนี้
In [50]: import platform
In [52]: platform.python_implementation()
Out[52]: 'CPython'

0 ความคิดเห็น:

แสดงความคิดเห็น

แสดงความคิดเห็นได้ครับ :)