Menu
About me Kontakt

Brython - program in Python directly on the website (just like you would do in JS)

Brython is a project that allows programming in Python within web browsers. This enables developers to write code in Python instead of using JavaScript, making it more accessible to those familiar with the language. Brython translates Python code into JavaScript in real-time, allowing scripts to execute directly on the client side. The project is actively developed and supports many modern standards of HTML and CSS. With Brython, it is easy to integrate well-known Python libraries into web applications, significantly simplifying life for developers. Additionally, Brython includes many built-in modules that facilitate interaction with DOM elements and event handling, making it a versatile tool for creating web applications.