.PYX 파일 확장자
Pyrex Source Code File
| 개발사 | Greg Ewing |
| 인기도 |
3.5 | 8 투표 |
PYX 파일이란 무엇인가요?
A PYX file is a source code file written in Pyrex, a Python-like language used for writing Python extension modules with C-like syntax. It may contain references to existing C modules. PYX files are used to speed up the execution of Python programs.
추가 정보
PYX 파일을 여는 방법
You can open a PYX file and edit the source code it contains with Microsoft Visual Studio Code (multiplatform) or any other source code editor.
To use a PYX file with Pyrex (multiplatform) or Cython (multiplatform), refer to those programs' documentation.
PYX 파일을 열거나 참조하는 프로그램
Windows
Mac
Linux
