Why does this site exists?
In 2004 i came in touch with Python and fell in love with it. Since then i solved as much with python as possible.
I felt humble seeing python growing up to one the most used languages on Github and top 5 Languages on TIOBE. This is why this Tutorial exists.
How does it work?
Ironically, this Website comes without any Backend Code. The python code we're running, were transpiled to JS and runs on the Browser without a server to process it. This allows us to run python code within milliseconds and doesn't need any servers to scale.
Scaling python executable serverside can be very challenging, expensive and there are security issues with executing python code. Four our purpose, to get in touch with python - transpiling to JS is sufficient.
Hey 👋, i hope you find this Tutorial helpfull.
This is just the beginning of our Python-Journey, there is a lot to learn and to discover. Support us by subscribing to our Newsletters, so we can tell you about updates and new Tutorials.
print("Hello World")