Python-Java Translator
- Group Members: Skylar Bruce, Kirsten Babsa-ay, Likhita Konakalla
- Description: This translator will translate Python syntax in Java syntax. Allowing programmers to use their prior knowledge of a language and apply that knowledge to another.
- Purpose: We are trying to accomplish an easy way for a programmer to look up syntax and their equivalents in a handy dictionary.
- Audience: Our target audience are programmers who want to broaden their knowledge on different programming languages.
- Inspiration: We were inspired by our own struggles in remembering syntax. Our initial idea was to create a program to give definitions to any syntax in any language, all in one place. We then decided to take it a step further and create a translator between programming languages.
- Tech Stack: Our main programming language is Python. We used websites such as Azure Notebooks and Jupyter to interpret our code.
- Challenges: Jupyter is a very unstable platform which makes it difficult to write code, and test. We were forced to use this platform because the classroom in which or meeting are held do not have python IDLE downloaded to the computers. This means we were forced to use a website’s interpreter.
Future Plans: Some of the future changes we plan to do to improve the translator are:
- Include more complex syntax for python and Java
- Add more computer languages to translate
- Make a website or an app
Code
Continue scrolling to the bottom to play the game!