All posts by Max Johnson

Beginner Programming Projects

People learn to program for many reasons . Some have to satisfy a school requirement; others, want to pad their resume. Others…just want to learn how to make computers do stuff! So, what’s the best way to learn to program? It’s a tough question to answer but one thing that you’ll hear over and over … Continue reading Beginner Programming Projects →

Why Learn Python as Your First Programming Language?

Why Learn Python as Your First Programming Language? So, you decided you want to learn programming, congratulations! You are about to begin a journey that , I hope, is as stimulating and rewarding for you as it was for myself! But the first question is–Which programming language should you first learn?? We thought long and … Continue reading Why Learn Python as Your First Programming Language? →

How to Remove Element from Java Array

The AP Computer Science A exam often asks students to resize an array, typically by removing some stuff from the array, stuff that doesn’t meet some kind of criteria. I have already gone over an AP styled question  here on this, but let’s now look at some more intuitive code for removing an element from … Continue reading How to Remove Element from Java Array →