-
Hi, thank you for this incredible library :) I'm making a website for my students (learning python)
Long post here : [https://stackoverflow.com/questions/64935302/brython-python-through-javascript-…
-
In brython.info console:
Brython 3.9.0 on Netscape 5.0 (Windows)
>>> import ipaddress
Traceback (most recent call last):
File , line 1, in
File https://brython.info/src/Lib/ipaddress.py, lin…
-
I am hesitant to ask because I already asked one stupid question, but I am struggling with dynamic import using `importlib`.
My project has this structure
```
index.html
+ app
__init__.py
…
-
I firstly noticed that logging.basicConfig was failing:
```
Brython 3.9.0 on Netscape 5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36
>>> import log…
-
need suggestion for GitHub repo similar to brython for c++ compiler.
-
brython can be used as an web based interpreter and can make the python courses like the others.
https://cdnjs.cloudflare.com/ajax/libs/brython/3.4.0/brython.min.js
s1099 updated
4 years ago
-
Let's use this issue to collect python related news, new package updates and events happening around Pune. We can compile and publish it during **April PythonPune** meetup.
## How to add news:
Co…
-
When I run `window.runCode("import smartpy")` at [cryptocodeschool root url path](https://develop.cryptocodeschool.in/) it works perfectly fine.
But, when I try running the same command at a speci…
-
Some buggy examples (`has_bug=True`), have either an empty `repair_targets` or none of the `repair_targets` is _not_ in the `repair_candidates` field (below see a list of such examples from `train__VA…
-
Currently every or import ... is loaded with an timestamp. I am trying to write an offline application, which should run in mobile, but this "feature" block to load my app from cache. Is it possible …