blockpy
blockpy copied to clipboard
Blockly that's more Python than JavaScript, powered with Skulpt
Apparently Microbits are popular. Perhaps we should support them. I have no idea what that means, but it sounded good!
Thanks for the fantastic project. I've developed a deep learning python package for earthquake detection. And just wondering if I could deploy (import) it on the blockpy, it will be...
Hi, I followed the installation instructions, but when running `npm run devbuild` for the skulpt package, I encounter the following error: ``` Error: Cannot find module '../../dist/skulpt.js' Require stack: -...
Hi, I was developping something similar to blockpy when I discovered blockpy (too bad I didn't saw it before, but as I was too much advanced i decided to continue...
Someone's gotta go add it to Skulpt.
When someone copy/pastes an image into the BlockPy editor, you can set up hooks with BlockMirror to convert the image into a URL (potentially uploading it to a remote server...
I should be able to click a button in the editor to export the exact config. In fact, I should be able to do that from other menus too! And...
Apparently, if you import a module that contains a field with the same name, the `exec` implementation we use breaks down. I'm super unclear why and how, but that needs...
When you create a new submission, the starting files are copied verbatim. This poses an issue with files that are meant to be replicated as regular old files; instead, file...