🌐
OneCompiler
onecompiler.com β€Ί python2
Python 2 Online Compiler & Interpreter
OneCompiler's Python2 online editor helps you to write, compile, debug and run Python2 code online.
HTML Online Editor (Compiler, Interpreter & Runner)
OneCompiler's HTML online compiler helps you to write, compile, run and view HTML code online. It also supports CSS and JavaScript
Python Online Compiler & Interpreter
Write, Run & Share Python code online using OneCompiler's Python online compiler for free. It's one of the robust, feature-rich online compilers for python language, supporting both the versions which are Python 3 and Python 2.7. Getting started with the OneCompiler's Python editor is easy and fast.
JavaScript Online Compiler & Interpreter
OneCompiler's JavaScript online editor helps you to write, compile, debug and run JavaScript code online
Tester - HTML
Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast.
🌐
JDoodle
jdoodle.com β€Ί python-programming-online
Online Compiler and Editor/IDE for Java, C, C++, PHP, Python, Ruby, Perl - Code and Run Online
JDoodle is an Online Compiler, Editor, IDE for Java, C, C++, PHP, Perl, Python, Ruby and many more. You can run your programs on the fly online, and you can save and share them with others. Quick and Easy way to compile and run programs online.
🌐
Python
python.org β€Ί download β€Ί releases β€Ί 2.0
Python 2.0 | Python.org
The compiler in Tools/compiler was updated to support the new language features introduced in 2.0: extended print statement, list comprehensions, and augmented assignments. The new compiler should also be backwards compatible with Python 1.5.2; the compiler will always generate code for the version of the interpreter it runs under.
🌐
Work at Tech
workat.tech β€Ί ide β€Ί online-python2-compiler
Python 2.7 Online Compiler and Editor (IDE)
Python2 Online Compiler and Editor (IDE). Online compiler and editor (IDE) for coding/programming languages like C/C++, Java, Python 2 and Python 3. Write, Run and Share your code easily with others.
🌐
CoderPad
coderpad.io β€Ί languages β€Ί python-2
Python 2 Online IDE & Code Editor for Technical Interviews
March 31, 2023 - The unittest library that ships with Python by default. Here’s a quick example: import unittest class TestStringMethods(unittest.TestCase): def test_upper(self): self.assertEqual('foo'.upper(), 'FOO') def test_isupper(self): self.assertTrue('FOO'.isupper()) self.assertFalse('Foo'.isupper()) def test_split(self): s = 'hello world' self.assertEqual(s.split(), ['hello', 'world']) # s.split should throw when the separator is not a string with self.assertRaises(TypeError): s.split(2) unittest.main(exit=False)Code language: Python (python)
🌐
Programiz
programiz.com β€Ί python-programming β€Ί online-compiler
Online Python Compiler (Interpreter) - Programiz
Write and run your Python code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for multiple programming languages.
🌐
GitHub
github.com β€Ί pfalcon β€Ί python-compiler.old
GitHub - pfalcon/python-compiler.old: Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects. - GitHub - pfalcon/python-compiler.old: Python2 compiler package ported to Python3.
Starred by 41 users
Forked by 3 users
Languages Β  Python 99.4% | Shell 0.6% | Python 99.4% | Shell 0.6%
🌐
OnlineGDB
onlinegdb.com β€Ί online_python_compiler
Online Python Compiler - online editor
''' Online Python Compiler. Code, Compile, Run and Debug python program online. Write your code in this editor and press "Run" button to execute it.
Find elsewhere
🌐
OneCompiler
onecompiler.com β€Ί python β€Ί 3wenxqvff
ONLINE PYTHON COMPILER - Python - OneCompiler
Write, Run & Share Python code online using OneCompiler's Python online compiler for free. It's one of the robust, feature-rich online compilers for python language, supporting both the versions which are Python 3 and Python 2.7. Getting started with the OneCompiler's Python editor is easy and fast.
🌐
Pythononlinecompiler
pythononlinecompiler.com β€Ί python-online-compiler-27
Python Online Compiler 2.7 - Python Online Compiler
February 19, 2024 - Python Online Compiler 2.7 Write, Share, Build and Compile your Python 2.7 code online - An online free Python 2.7 compiler and editor.
🌐
Python
docs.python.org β€Ί 2 β€Ί library β€Ί compiler.html
33. Python compiler package β€” Python 2.7.18 documentation
July 1, 2020 - The top-level of the package defines four functions. If you import compiler, you will get these functions and a collection of modules contained in the package. ... Returns an abstract syntax tree for the Python source code in buf. The function raises SyntaxError if there is an error in the source code.
🌐
Domsignal
domsignal.com β€Ί home β€Ί python online compiler | one-stop solution for code testing and debugging
Python Online Compiler | One-Stop Solution for Code Testing and Debugging
Compile and run Python code online with Domsignal Compiler free tool. No need to install any software; write, test, and debug Python code in your browser.
🌐
Online Python
online-python.com
Online Python - IDE, Editor, Compiler, Interpreter
Build and Run your Python code instantly. Online-Python is a quick and easy tool that helps you to build, compile, test your python programs.
🌐
Python Tutor
pythontutor.com β€Ί python-compiler.html
Visualize Python Code - Python Visualizer, Tutor, and Debugger with AI Help
Free online Python compiler and visual debugger. Step-by-step visualization with AI tutoring to learn data structures and recursion.
🌐
AlmaBetter
almabetter.com β€Ί online-compiler β€Ί python
Online Python Compiler (Editor, IDE, Interpreter)
Python 3 and 2.7 Support: Our online compiler for Python accommodates both Python 3 and Python 2.7, ensuring flexibility for your coding preferences.
🌐
Reddit
reddit.com β€Ί r/python β€Ί list of python compilers
r/Python on Reddit: List of Python compilers
May 9, 2023 -

Saw a post about Codon over on Hacker News and put together a list of similar Python compilers. Others added more. Here's the list so far, feel free to add another, or to give experiences with any of these.

  • Codon "is a high-performance Python compiler that compiles Python code to native machine code... Typical speedups over Python are on the order of 10-100x or more, on a single thread... supports native multithreading, which can lead to speedups many times higher still."

  • Nuitka "is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11."

  • Pypy "is a replacement for CPython... implements Python 2.7.18, 3.9.15, and 3.8.15... is really fast in running most benchmarks..."

  • Cython "is an optimising static compiler for both the Python programming language and the extended Cython programming language... makes writing C extensions for Python as easy as Python itself."

  • Numba "translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library... Just apply one of the Numba decorators to your Python function, and Numba does the rest."

  • Pyston "is a performance-optimizing JIT for Python, and is drop-in compatible with the standard Python interpreter."

  • mypyc "compiles Python modules to C extensions. It uses standard Python type hints to generate fast code."

  • Mojo "Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models."

  • Taichi "translates the compute-intensive Python code into fast machine code at runtime with a just-in-time compiler, accelerating your Python code."

🌐
OneCompiler
onecompiler.com β€Ί python
Python Online Compiler & Interpreter
Write, Run & Share Python code online using OneCompiler's Python online compiler for free. It's one of the robust, feature-rich online compilers for python language, supporting both the versions which are Python 3 and Python 2.7. Getting started with the OneCompiler's Python editor is easy and fast.
🌐
CodeUtility
python.codeutility.io
Run Python Code Online - Free Python Compiler & Interpreter
PHP Interpreter Ruby Interpreter JavaScript Runner TypeScript Compiler Kotlin Compiler Swift Compiler Matplotlib Compiler Β· Beautify Code Beautify JavaScript Beautify Python Beautify JSON Beautify HTML Beautify SQL Format Hash/Array Β· HTML+ERB to Haml HTML+ERB to Slim HTML to JSX HTML to Pug CSS to SCSS/Sass JSON to YAML Python 2 to 3
🌐
TutorialsPoint
tutorialspoint.com β€Ί compilers β€Ί online-python-compiler.htm
Online Python Interpreter (Compiler) & IDE - Free Python programming Tool
Free online Python Interpreter (Compiler) and IDE. Write, compile, run and debug Python code online. No installation required. Supports debugging, code sharing, and multiple examples.