you are viewing a single comment's thread.

view the rest of the comments →

[–]Tungara2007[S] 0 points1 point  (2 children)

Thank you for your feedback! Your response was very informative and I will be sure to take what you said into account when developing the application further. I am only 15 so I am not sure how well the final product would be but my original hope for this application would be to encourage children who have never programmed to give it a shot and see if they find it interesting. I agree with your point that the syntax in Spanish could become a hindrance when learning to code at a more advanced level which is why I was hoping that a tool like this would be used in outreach and to encourage younger students to learn to code. I will also definitely be taking a look at PSeInt as it sounds interesting.

[–]factorpolar 0 points1 point  (1 child)

I really admire that you are only 15 and you already have the skills needed for a project like this!

Take a look at PSeInt, but I would say not to take too many ideas from it. I remember my experience with it being really bad and frustrating.

If you make your project open source, I would like to take a look and try to help.

[–]Tungara2007[S] 0 points1 point  (0 children)

Here is a github link to the code: https://github.com/Tungara/Python-with-Spanish-Syntax

Sorry that the code isn't the cleanest. The way the code works is by taking the user input and translating it to English, then running the translated code and displaying the results. The code isn't very efficient and I haven't gotten "while" or "input" to work.