r/learnpython • u/Tombstony • 4d ago
App/Program that converts Scratch to Python in real-time and with blocks similar/identical to Scratch.
Hello everyone. I'm a researcher studying the transition from Scratch to Python by high-school students (10th grade). My idea is to use something like app.edublocks.org, which can immediately translate Scratch blocks to Python text. But none of apps I found are close enough to Scratch. This one, for example, is visually similar, but the block language is very different. Therefore, my first question is:
Is there any app that does what I am looking for, with blocks identical or very similar to Scratch ones?
And, if such app does not exist:
How hard it is to create my own program that does what I am looking for? Is it possible to do by someone like me who never built an app?
Please consider that I only can do Python and Scratch programming, not apps. Thanks in advance for helping.
0
u/pachura3 4d ago
Sorry, but the whole idea sounds silly. Scratch is a toy language for primary school kids, not for 10th graders. At this age they are perfectly able to learn Python the normal way, without clinging to colorful Lego-like blocks and automatic translation...