Recursive-vizualisations as a Python module :-) #30
cperrod
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Awesome! What's the URL of your website? I recently made a custom HTML element for Python code editing, available as an npm module: I embed that in proficientpython.com - I didn't add this module to it though, as my course never talks about recursion. Great idea though! |
Beta Was this translation helpful? Give feedback.
0 replies
-
http://193.49.249.136:20180/~web/terminale/recurs_principes.php |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thank you so much for your inspirational work !
I embedded it as a Python module ( "VizuRec" , credits to you of course ;-) ) to be loaded in tiny editors, on my site aimed at coding teaching; I had to slightly tinker it for compatiblity with running in a worker.
I choose to let the SVG begin at first frame, instead of displaying it first whole.
Thanks again !
Chris
Beta Was this translation helpful? Give feedback.
All reactions