Skip to content

Instantly share code, notes, and snippets.

View rafaelncarvalho's full-sized avatar
🕶️
cool code

Rafael Carvalho rafaelncarvalho

🕶️
cool code
  • Intelup
  • Piracicaba - Brazil
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