Все публикации

Value-returning and input validation methods in Java; Intro Java course Lesson 5 Video 3

Introduction to method parameters in Java; Intro Java course Lesson 5 Video 2

Introduction to writing static methods in Java; Intro Java course Lesson 5 Video 1

How is mod % used in programming? Answering student questions!

Common loop errors, debugging loops, and designing loop tests; Intro Java course Lesson 4 Video 8

Explaining the different import methods in Python

Reading from a text file with loops in Eclipse; Intro Java course Lesson 4 Video 7

Counting (for) loops in Java; Intro Java course Lesson 4 Video 6

How to avoid these loop design mistakes; Intro Java course Lesson 4 Video 5

Save a character using JSON, Part 2: Answering viewer questions!

Save a character using JSON, Part 1: Answering viewer questions!

Nested loops in Java; Intro Java course Lesson 4 Video 4

While vs do while and input validation loops in Java; Intro Java course Lesson 4 Video 3

Looping patterns in Java (summing, find largest value, sentinel); Intro Java course Lesson 4 Video 2

Overview of conditional (while) loops in Java; Intro Java course Lesson 4 Video 1

Equip a sprite with parallel sprite sheets and change cosmetics w/masks, answering viewer questions!

Testing and debugging branching programs; Intro Java course Lesson 3 Video 8

Serial if, switch, ternary / conditional operator; Intro Java course Lesson 3 Video 7

Complementing Boolean expressions & writing asserts for testing; Intro Java course Lesson 3 Video 6

Checking ranges and nested if statements; Intro to Java (full course) Lesson 3 Video 5

Boolean variables and patterns of using them; Intro to Java (full course) Lesson 3 Video 4

How to (and how not to) compare Strings in Java; Intro to Java (full course) Lesson 3 Video 3

Relational and logical operators in Java; Intro to Java (full course) Lesson 3 Video 2

A Turing machine puzzle for Pride! Make a puzzle with pygame and pygame-gui!