Python Interpreter
Interactive Python interpreter in your browser. Includes numpy and other scientific libraries.
Package Management
Pre-installed packages:
numpy
Popular packages to install:
import micropip # Install multiple packages await micropip.install(['pandas', 'matplotlib', 'scipy']) # Or install single package await micropip.install('requests')
Limitations:
- Only pure Python packages or those with WebAssembly builds work
- Packages with binary extensions (like
opencv-python
,tensorflow
) cannot be installed - Some packages may take a while to load due to browser limitations
Python Code
Loading...
Output
Run code to see output...