tendency seems to be to disengage from material ’I’m learning Pyton...Not this ’other stuff’ ’
I posted this ’Fix the broken code challenge - calculator’ the other day using your Brython calculator as a base , and got feedback about ’it’s not really python- I don’t want to mess with it’,
from people who normally engage with challenges ...
scrimba.com/scrim/co357414cbd5cc2f0ff6c053d ...
Is my ambition possible?Ofcourse, I realise my Brython usecase is quite specific - ’ Teaching Python in a browser window on Scrimba’, and I am struggling to get past the basics, partly based on what Brython Supports.Largely due to my own coding level.
The goal, for me, is to create a suite of tutorials in Scrimba covering more and more python, so people can learn as much Python as possible in the interactive GUI of Scrimba( or if another service like it comes along)
(Have considered trying pyodide for matplotlib, numpy etc...but I can’t get it to work properly( i.e like Brython in Scrimba), and last time I tried a year ago it was was very slow. but right now nothing. I am failing at even connecting it to scrimba)
TKinter or other Python GUI packages?Being able to trigger a ’Native Python gui’ like tkinter would be an example that I think learners would appreciate.
Is there a way to run tkinter or any of the other gui Packages with Brython/Scrimba or is a JS wrapper the more likely way(less python-y for me)?
Thank you very much as always!