What is the translation of " CPYTHON " in Chinese?

Examples of using Cpython in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
So what is CPython?
那么什么是CPython.
CPython, a version with C.
CPython,C实现的版本.
This behavior was implementation detail of CPython from 3.6.
此行为是自3.6版开始的CPython实现细节。
However, CPython is a general-purpose implementation.
然而,CPython是一种通用实现。
I haven't had the time to learn a new GUI API so I have been using Jython,but I would prefer to use CPython.
我没有时间学习一个新的GUIAPI,所以我一直在使用Jython,但我更喜欢使用CPython
CPython is the most widely used Python interpreter.
Cpython是使用最广的python解释器。
If you are writing open source Python code and want to reach the widest possible audience,targeting CPython is best.
如果您正在写开源的Python代码,并希望有尽可能广泛的用户,用CPython是最好的。
Embedding the CPython runtime in a larger application¶.
在较大的应用程序中嵌入CPython运行时¶.
A major limitation for IronPython's adoption is the need to interoperate withC based libraries in the same manner as CPython.
限制IronPython应用的一个主要原因是,需要采用和CPython一样的方式同基于C的库进行互操作。
In the CPython v3.3 reference implementation, the internal string representation was changed.
在CPythonv3.3的参考实现中,字符串的内部表示发生了改变。
The Python implementation, written in C and known as CPython, is available on many platforms and is the most commonly used.
Python的参考实现(以C编写,被称为CPython)在许多平台上可用,并且是众多实现中最常用的。
In CPython, id() returns the address of the object in memory, which is guaranteed to be unique.
CPython中,id()函数返回的是一个对象在内存中的地址,并且是确定唯一的。
When we downloaded and installed Python 3.x from the official Python website,we directly got an official version of the interpreter: CPython.
Cpython当我们从python官方网站下载并安装好python后,我们就直接获得了一个官方版本的解释器:cpython
I know that a CPython object has 16 bytes of overhead, for example- a type pointer and a refcount.
例如,我们知道一个CPython对象占用16字节--一个类型指针和一个引用计数。
Further compilation steps, if any, are at the discretion of the runtime, be it CPython, PyPy, Jython/JVM, IronPython/CLR, or some other process virtual machine.
更进一步的编译过程,如果有的话,取决于运行时环境,不管是CPython,PyPy,Jython/JVM,IronPython/CLR,或是其它的进程式虚拟机。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
Py,那么CPython会启动读取、分析、解析、编译、解释和执行代码的一长串操作。
Python Tools for Visual Studio, which has its first production release today,now supports all four major Python interpreters, CPython, IronPython, Jython, and PyPy.
针对VisualStudio的Python工具最近发布了第一个产品,它现在支持所有四种主要的Python解释器:CPython、IronPython、Jython和PyPy。
CPython makes it very easy to write C-extensions for your Python code because in the end it is executed by a C interpreter.
CPython中很容易为你的Python代码写C扩展,因为最终都是由C解释器执行的。
The reference counter that each CPython object keeps internally in order to determine when it can be destroyed by the garbage collector.
每个CPython对象在内部保存的引用计算器,以便决定它自身何时能被垃圾回收器回收。
CPython is the reference implementation of Python programming language, and the most well-known one, which most of the people run.
CPython是Python编程语言的参考实现,也是大多数人运行的最着名的编程语言。
In addition to supporting refactoring in CPython and IronPython, this release offers support for MPI(Message Passing Interface) and Microsoft HPC(High Performance Computing).
除了支持CPython与IronPython的重构外,此次发布还提供了对MPI(MessagePassingInterface)与MicrosoftHPC(HighPerformanceComputing)的支持。
CPython implementation detail: While a list is being sorted, the effect of attempting to mutate, or even inspect, the list is undefined.
CPythonimplementationdetail:在一个列表被排序期间,尝试改变甚至进行检测也会造成未定义的影响。
It also means that CPython pre-allocates 266* 24= 6384 bytes for all these integers, even if you don't use most of them.
这意味着CPython为所有这些整数都预先分配了266*24=6384个字节,即便它们中的大部分你用不到。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
Py,那么CPython将对这段代码开始一系列的读取,词法分析,解析,编译,解释和运行。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
Py时,cpython会启动一长串操作,包括读取、词法分析、语法分析、编译、解释以及执行。
As for CPython, this is more of a pragmatic decision, Dropbox was the goal of using CPython as much as possible.
至于CPython,这更多的是一个务实的决定,Dropbox当时的目标是尽可能多地利用CPython
Nick Coghlan- Nick is a CPython core developer and a member of the Board of Directors for the Python Software Foundation.
NickCoghlan-Nick是CPython的核心开发人员,也是PythonSoftwareFoundation的董事会成员。
Results: 27, Time: 0.0251

Top dictionary queries

English - Chinese