Skip to content

Instantly share code, notes, and snippets.

View ValBerthe's full-sized avatar
🐒

Valentin Berthelot ValBerthe

🐒
View GitHub Profile
@revolunet
revolunet / python-es6-comparison.md
Last active April 22, 2024 19:22
# Python VS JavaScript ES6 syntax comparison

Python VS ES6 syntax comparison

Python syntax here : 2.7 - online REPL

Javascript ES6 via Babel transpilation - online REPL

Imports

import math