-
### Brython & PyScript are projects that enable Python in modern browsers, the latter of which has gained a lot of attraction from the Python community recently.
They both work by enabling the use …
-
As a side-event of NodeSchool Havana 2016 and a possible immediate opportunity to apply the lessons learned during NodeSchool Havana 2016 , I've talked to the organizers about running a sprint with th…
-
Not really packaged at present...
https://www.brython.info/gallery/turtle.html
-
![image](https://user-images.githubusercontent.com/4236275/48272712-49e12600-e40d-11e8-8c3a-6a3a2c06c7ad.png)
-
From https://github.com/brython-dev/brython/issues/1351:
I'm hoping to load Brython into the client side code through Browserify, so that it can be bundled together with all other dependencies into…
-
We're using the [Brython dialog widget](https://brython.info/static_doc/en/widgets-dialog.html) in some sample apps: [TWP50](https://pyar.github.io/PyZombis/master/lectures/TWP50/TWP50_4.html)
This…
-
This code block
```
from cmu_cpcs_utils import testFunction
@testFunction
def test():
assert
test()
```
when run in CPython 3.11, prints
`SyntaxError: invalid syntax`
and when ru…
-
Comment peut on contribuer à brython ?
-
When I copy-paste code from GitHub into the [Brython test console](https://brython.info/tests/console.html), it turns out to be almost invisible:
![Скриншот 13-09-2024 125425](https://github.com/user…
-
https://brython.info/static_doc/en/dom_api.html
Brython does this by creating a module `browser` with two major interface, `document` and `window`.
Implementing `window.alert()` should be good en…