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.
Review
2018
Review
2018
As Machine Learning is becoming more accessible to small businesses, thanks to the rapid advance in computing power, smaller… 
2018
2018
Dynamic Software Updating (DSU) is a promising technique for updating running software systems without incurring downtime. It is… 
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… 
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… 
2012
2012
Current HENP libraries and frameworks were written before multicore systems became widely deployed and used. From this… 
2007
2007
Dynamic languages enable rapid prototyping, while statically typed languages offer early error-detection and efficient execution…