Skip to search formSkip to main contentSkip to account menu

CPython

Known as: Python 
CPython is the default, most widely used implementation of the Python programming language. It is written in C.CPython is a source code interpreter… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
Some language runtimes such as Java Hotspot or the virtual machine for Squeak/Smalltalk support edit-and-continue debugging… 
Review
2018
Review
2018
As Machine Learning is becoming more accessible to small businesses, thanks to the rapid advance in computing power, smaller… 
2017
2017
The article describes the features of the application of the modern general-purpose language Python for solving the dynamic… 
2017
2017
Interactive debuggers are indispensable in many software development scenarios. However, they are often hard to extend and more… 
2016
2016
Jython is a Java-based Python implementation and the most seamless way to integrate Python and Java. It achieves high efficiency… 
2015
2015
Developers and security analysts have been using static analysis for a long time to analyze programs for defects and… 
2014
2014
Jython is a Java based Python implementation and the most seamless way to integrate Python and Java. However, it does not support… 
2013
2013
Interpreters have a bad reputation for having lower performance than just-in-time compilers. We present a new way of building… 
2012
2012
Python is a dynamic language with multiple implementations that utilize dierent garbage collection mechanisms. This paper…