开关
GUI开发
将 py 文件编译成 pyd
为什么转成 pyd 文件性能提升、可以更好的保护你写的代码等环境win10python 3.9Microsoft Visual C++ 14.0安装Cythonpip install cython示例hello.pydef hello(): print("hello")world.pydef world(): print("world")setup.py# -*- coding:utf-8 -*- from distutils.core import setup from Cython.Build import cythonize ...
最近评论