My Portfolio

From Python To Java

Description

From Python to Java is a Java-based project that simplifies the process of transitioning from Python to Java for developers. The project is designed with JavaFX and offers a Python syntax reference for users as they code in Java. This tool is created to assist users in adapting to Java syntax and help Python developers advance their skills smoothly. The project comes with a user-friendly interface, making it easy for anyone to navigate and use, regardless of their level of expertise. Whether you're a beginner or an experienced developer, From Python to Java is a valuable resource that will help you become proficient in both programming languages.

Screenshots
Tools Used
  • Python
  • Java
  • JavaFx
  • Eclipse
  • What I Learned From This Project
  • How to make my own compiler for Java as Java has to compile all files at runtime, and can't compile one file in the middle of runtime.
  • The similarities and differences between programming in Python and Java.