This project was created to support a live webinar "How to Build a Simple Program in Java / Python + Git & GitHub" which you can view here
In the video, we discuss the following topics:
- Installing Java
- Installing Python
- Installing Git
- Writing and running a simple Python application to find prime numbers
- Writing and running a simple "Guess My Number" game in both Python and Java
- Writing and running our code from the command line interface and various IDEs.
- Pushing our work to GitHub
- The Importance of README's
- CodingNomands Online Learning Platform
- CodingNomads In-Person Intensive Courses
Please feel free to follow along in the webinar video!
If the various installations outlined in the webinar do not immediately seem to work for you, you may need to add these elements your system PATH. For instance if the any of the following commands do not work on your *nix system:
java -version
python3 --version
git --version
