On Sat, 20 May 2023 at 02:53, Michael R <michaelr...@gmail.com> wrote: > > To whom it may concern: > > Is it possible to create a Visual Python with options and editing tools > similar to Excel? > In the beginning it could be a combo with a command-docker, calling for a > visual Routine. > Indented structure of coding in Python is perfectly suited for it. > In my mind such structure was the first subconscious step in this direction. > It would make programming much easier: almost like playing with LEGO blocks. >
Sounds like you want something like Scratch? https://scratch.mit.edu/ It's not as powerful as Python, but it's a great way to get started in programming. Scratch itself has inspired a family of related concepts, including domain-specific languages, that take advantage of that "almost like playing with LEGO blocks" UI style. I wouldn't want to write a large-scale application in that, but I definitely *do* like building channel bot commands that way! ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/24CO4SOKOJINLYDT75S35SEFQJWKFPMB/ Code of Conduct: http://python.org/psf/codeofconduct/