If you don't like reading and writing, if "tl;dr" (= "too long, didn't read") is a phrase you use often, then you might consider a different profession, perhaps ballet or baseball or carpentry, where watching videos (plus a lot of practice) can get you all you need to know.
But computers run the world. If you want to take control of your life, you need to know how computers work, in particular how they are programmed. We can get you that far, if you are willing to -- just for this course -- spend the time reading. You can do it, if you want to. We are here to help you do what you want to do (with computers), but you must do the work yourself. It's hard work, but that's why the pay is good. As sci-fi novelist Heinlein told us, "There Ain't No Such Thing As A Free Lunch." If you believe there is (or should be) easy money, you need to find it some other place. Churchill offered his people "Blood, sweat, toil and tears." Programming isn't quite that bad, but expect to earn your keep. It's actually fun after you've done it a while, you get a feeling of accomplishment, of creativity: you did something new! Other kinds of creativity like writing novels or songs and painting also give some of that satisfaction if you work at doing it well, but only computer programming can actually change the world.
The most important requirement to be good at this is attention to detail.
I call it "Observant, Careful, and Determined"
I had a lot more introductory remarks, but they filled up my page with this massive gray sea of text, so I cut them out. I still rather like what I said, and you can read them here ("tl;dr" is OK, it won't cost you much, but it does help you know if this is what you want to do for the rest of your life).
OK, let's get started. Here are the topics we cover, in subsequent
(and previous) pages:
You Already Know How (programming in "English")
Introduction & ToC (you are here)
Lesson #0: Programming Environment
Lesson #1: Sequence & Output
Lesson #2: Variables & Expressions (Strings)Variables & Expressions (Numbers)
Bitwise Operators
Controlling Chomp from Java
Lesson #3: Conditionals & Input (Guessing Game)Using the BlueJ Debugger
Lesson #4: IterationRock-Paper-Scissors Game
Lesson #5: Arrays & HangmanASCII Graphics & Subroutine(s)
Lesson #6: Simple Calculator
Lesson #7: Exceptions
Lesson #8: Native Java InputClasses & Objects
Lesson #9: Event-Driven Software (Convert Game)Unix vs Mac
Pong in GameEngine
Calculator in GameEngine
Rock-Paper-Scissors in GameEngine
Hangman with better graphics
Lesson #10:
Lesson #11:
Lesson #12:
Lesson #13:
Lesson #19: ExtrasBuild Your Own Game in Java
Programming Tic-Tac-ToeAppendix:
Things You Need to Know in Java
Trouble-Shooting GameEngine
Useful Tech Issues
Why 6? Why Not Objects? Why Java?
Flat vs the Real World
Next: Programming Environment
<<Previous | ToC | Next >>
Revised: 2020 December 11