Java “Hello World!”

Hey! Welcome back. Lets learn how to print to the console with Java. 1. Open up NetBeans and click the button that looks like a folder to create a new project environment. 2. Make sure “Java” is selected then hit continue. 3. Now name your project something meaningful and make Read more

Python if-else statements

Computers are simple creatures. Simple creatures that can be told to do very complex tasks. If you break a problem down far enough you can represent it as a simple series of yes or no questions. If “statement” do “something”, else do “something else.” Ok, lets begin. 1. Start by Read more

Python “Hello world!”

The first step on any programmers journey is, of course, to greet the world. However, before you can start typing away, you will need to install Python3. To do this, follow these steps: (I will be describing the installation procedure for Mac computers) 1. Click the magnifying glass in the Read more