Colors of Python Interpretersby@exactor
227 reads

Colors of Python Interpreters

by Maksim Kuznetsov4mNovember 26th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

CPython is a reference implementation of the Python interpreter under the guidance of Guido van Rossum. It is best described as a mixture of interpreter and compiler, as the code you write is converted to bytecode. Other Python implementations include Jython, IronPython and PyPy. PyPy is written in Python itself and is an alternative to CPython. Stackless is a version of Python that avoids the use of the standard call stack in favor of its own stack. It adds microthreads to the standard Python standard operating system.
featured image - Colors of Python Interpreters
Maksim Kuznetsov HackerNoon profile picture
Maksim Kuznetsov

Maksim Kuznetsov

@exactor

Development Lead.

About @exactor
LEARN MORE ABOUT @EXACTOR'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Maksim Kuznetsov HackerNoon profile picture
Maksim Kuznetsov@exactor
Development Lead.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!