home.social

#computingeducation β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #computingeducation, aggregated by home.social.

  1. #ThonnyIDE 5.0.0 is out!
    It comes with #Python 3.14 :)

    You can get it from thonny.org

    I'm investigating the compatibility with the thonny-py5mode plug-in and so far it seems to work fine. github.com/py5coding/thonny-py

    #py5 #ComputingEducation

  2. Hi people with access to computers with #Windows

    I have put together a new zip file with the portable version of #ThonnyIDE + #py5 #shapely #trimesh and the #thonnypy5mode plugin pre-installed. I'd love to have some testers... it should work on most Windows 64-bit machines I think...

    here-> github.com/villares/thonny-por

    Unzip it and double-click on the thonny.exe file. Tip: use 7-zip.org to unzip it, it is much faster than the native Windows extract tool.

    If you are unfamiliar with py5, you could perhaps read this, which I will update with the new portable Thonny link at some point.

    If you use other OSs, like MacOS or GNU/Linux, maybe you could help us make other student friendly bundles? DM me #CreativeCoding #ComputingEducation

  3. Would anyone know of an offline #blockly-like editor for #Python, that is, something with blocks like #scratch, but to run programs on a normal local Python interpreter? #ComputingEducation

    Update: It seems that #blockpy is based on #blockly, but the later is more well known, so I edited this toot to make it more "findable". Also, I asked a question at the blockly email forum, let's see if someone answers...

  4. CW: Teaching introductory programming, Parsons Problems, Python + visual

    Check here:
    abav.lugaralgum.com/faded-pars

    I have made it with lots of help from friends, specially bolha.us/@lucianoratamero, it's a prototype of a tool to make/run #ParsonsProblems with visual output (using the #Processing #p5js vocabulary).

    As I prefer to teach with #Python, I'm using a #pyodide based #pyp5js hack, with names changed to match #py5. The #ParsonsPuzzles infrastructure is a fork from a tool by amazing @pamelafox you can also fork and adapt it easily (static pages, can be served from GitHub Pages).

    The repository:

    github.com/villares/faded-pars

    #EduComp #ComputingEducation