Python
#
- tags
- ,
Multiple purpose scripting and

Python 3.9 #
Python Apps #
#



CPython #
- CPython is the original Python implementation.
- CPython happens to be implemented in . That is just an implementation detail, really.
- CPython compiles your Python code into (transparently) and interprets that bytecode in a evaluation loop.
- It is the implementation you download from Python.org.
- People call it CPython to distinguish it from other, later, Python implementations, and to distinguish the implementation of the language engine from the Python programming language itself.
- For CPython, it is Python Virtual Machine (PVM), while for Jython it is Java Virtual Machine (JVM).

Jython #
Jython is the java implementation of Python where it compiles the Python code into Java Bytecode. The Java Bytecode is executed by the Java Virtual Machine (JVM).

IronPython #
IronPython is another implementation of Python language written in . It uses Virtual Machine (Microsoft’s Common Language Runtime (CLR)). Other .NET languages can use the Python code easily as it uses .NET Framework, and Python Libraries.
PyPy #
PyPy is the implementation of Python programming language written in Python. Python’s Interpreter is written in ( a subset of Python). PyPy uses something called JIT (Just-in-Time) Compilation, where the bytecode is compiled into native machine code and so it speeds up the Python code execution process. It is faster than CPython.
Some other implementations of Python are Cython, IPython, Psyco, Stackless Python, MicroPython etc,.
Links to this note
- Evil Mode
- LangChain
- Superset
- sentry
- Object Storage in OCI
- gRPC
- buildbot
- jinja template
- chilkat2
- OpenCensus
- mux
- pikepdf
- Ray
- pgvector
- Learn Vector Database using Python, Pinecone, LangChain, Open AI, Hugging Face and build out AI, ML , Chat applications
- deepdoctection
- Django
- Twisted
- layout-parser
- Mayan-EDMS
- paperless-ngx
- FlagEmbedding
- papermerge
- Oracle Cloud Infrastructure
- Apache Lucene
- debugging in python
- Pydantic
- Spacy
- Data Science in OCI
- oci-cli
- PKL File
- Anaconda
- python development
- opencensus-python
- gunicorn
- ERPNext
- eland
- Functions in OCI
- trafilatura
- Camunda Workflow Engine
- debugging in elisp
- django-storage
- Regular Expressions
- Frappe Framework
- Python Apps
- Pytorch
- uWSGI
- Playwright
- Encode/Decode in Python3
- FastAPI
- Unicode
- Falcon API Framework
- ASGI
- WSGI
- Apache Spark
- S3
- Xapian
- CherryPy
- Daphne
- Uvicorn
- ASGI
- Jupyter
- Pandas
- MLflow
- Open function in python