What is the translation of " CPYTHON " in English?

Examples of using Cpython in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
CPython的区别.
Differences with CPython.
字典如何在CPython中实现?
How are dictionaries implemented in CPython?¶.
在较大的应用程序中嵌入CPython运行时¶.
Embedding the CPython runtime in a larger application¶.
我们一直在使用CPython软件来运行我们的程序。
We have been using the CPython software to run our programs.
KushalDas是CPython的核心开发者,也是Python软件基金会的董事。
Kushal Das is a CPython Core developer and fellow at the Python Software foundation.
GIL是必要的,因为CPython的内存管理是非线程安全的。
GIL is necessary mainly because Python's memory management is not thread-safe.
CPython中,id()函数返回的是一个对象在内存中的地址,并且是确定唯一的。
In CPython, id() returns the address of the object in memory, which is guaranteed to be unique.
GIL是必要的,因为CPython的内存管理是非线程安全的。
This lock is necessary mainly because CPython's memory management is not thread-safe.
我没有时间学习一个新的GUIAPI,所以我一直在使用Jython,但我更喜欢使用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.
之前有人试过将JIT插入到CPython中,但这个项目基本上搁浅了。
There was the possibility of plugging a JIT into CPython but this project has largely stalled.
如果您正在写开源的Python代码,并希望有尽可能广泛的用户,用CPython是最好的。
If you are writing open source Python code and want to reach the widest possible audience,targeting CPython is best.
Py,那么CPython会启动读取、分析、解析、编译、解释和执行代码的一长串操作。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
Python的参考实现(以C编写,被称为CPython)在许多平台上可用,并且是众多实现中最常用的。
The Python implementation, written in C and known as CPython, is available on many platforms and is the most commonly used.
它被成为CPython是因为它是使用C语言编写的,同时它也是经典的(Classical)Python解释器。
It is referred to as CPython because it is written in the C language oc is the Classical Python interpreter.
限制IronPython应用的一个主要原因是,需要采用和CPython一样的方式同基于C的库进行互操作。
A major limitation for IronPython's adoption is the need to interoperate withC based libraries in the same manner as CPython.
CPython中很容易为你的Python代码写C扩展,因为最终都是由C解释器执行的。
CPython makes it very easy to write C-extensions for your Python code because in the end it is executed by a C interpreter.
例如,MicroPython做了很多与CPython不同的事情,同时仍然渴望成为Python语言实现。
For example, MicroPython does a lot of things differently than CPython, while still aspiring to be a Python language implementation.
Py,那么CPython将对这段代码开始一系列的读取,词法分析,解析,编译,解释和运行。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
比如MicroPython做了许多和Cpython不一样的事情,同时仍然成为Python语言的一种实现。
For example, MicroPython does a lot of things differently than CPython, while still aspiring to be a Python language implementation.
Py时,cpython会启动一长串操作,包括读取、词法分析、语法分析、编译、解释以及执行。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
上面我们提到:运行CPython解释器的Python不会支持通过多线程来实现多核处理。
Above we alluded to the fact that Python on the CPython interpreter does not support true multi-core execution via multithreading.
CPython是Python编程语言的参考实现,也是大多数人运行的最着名的编程语言。
CPython is the reference implementation of Python programming language, and the most well-known one, which most of the people run.
这意味着CPython为所有这些整数都预先分配了266*24=6384个字节,即便它们中的大部分你用不到。
It also means that CPython pre-allocates 266* 24= 6384 bytes for all these integers, even if you don't use most of them.
CPythonimplementationdetail:在一个列表被排序期间,尝试改变甚至进行检测也会造成未定义的影响。
CPython implementation detail: While a list is being sorted, the effect of attempting to mutate, or even inspect, the list is undefined.
NickCoghlan-Nick是CPython的核心开发人员,也是PythonSoftwareFoundation的董事会成员。
Nick Coghlan- Nick is a CPython core developer and a member of the Board of Directors for the Python Software Foundation.
Cpython当我们从python官方网站下载并安装好python后,我们就直接获得了一个官方版本的解释器:cpython
When we downloaded and installed Python 3.x from the official Python website,we directly got an official version of the interpreter: CPython.
每个CPython对象在内部保存的引用计算器,以便决定它自身何时能被垃圾回收器回收。
The reference counter that each CPython object keeps internally in order to determine when it can be destroyed by the garbage collector.
至于CPython,这更多的是一个务实的决定,Dropbox当时的目标是尽可能多地利用CPython
As for CPython, this is more of a pragmatic decision, Dropbox was the goal of using CPython as much as possible.
Results: 28, Time: 0.0221

Cpython in different Languages

Top dictionary queries

Chinese - English