Python worker

Python worker

Pyodide shortcodes #

IDE 1 #

Run Reset Download Stop

Python 2 #

Run Reset Download Stop

Test everything #

LaTex #

Inline math : $\int_1^2 x^2dx = \dfrac{3}{2}$

$$\sum_{k=1}^n k = \frac{n(n+1)}{2}$$

Code #

Python

def f(x):
    return x ** 2

s = "bonjour"
t = "❤️"
a = 1234
b = 456.789
d = [1, 2]
# comment

Inline code no color class A(): with color

1a = "abc" + "def"

SQL

SELECT * FROM table
WHERE age > 18;

Du code en ligne self.pyodide = await load();

Tableau #

a b
1 2

Liens #

mon site

Images #

Depuis l’extérieur :

exterieure

Depuis mon site :

locale