Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 2.37 KB

README.md

File metadata and controls

50 lines (44 loc) · 2.37 KB

Nebula Class - What is Code?

A bearded man wearing a blue shirt resting his head on his fist, sitting next to an Apple II+ Computer. The text reads: What is code? with Daniel Shiffman (The Coding Train). Nebula Classes.

This repository includes all the source code and related links/resources mentioned in the videos.

To sign up for Nebula Classes: http://nebulaclasses.com/codingtrain

This repository also contains the accompanying source code for the Snake Game from the Coding Challenge YouTube video (link to come).

Outline

  1. Introduction
  2. What is Programming?
  3. Pseudocode
  4. Programming Languages
  5. Applesoft Basic
  6. Hello, World
  7. Variables
  8. Conditionals
  9. Loops
  10. Arrays
  11. Functions
  12. Putting It All Together
  13. Conclusion