Skip to content
Snippets Groups Projects

Intro to Programming

Agenda

  • Computer architecture, memory, compile vs interpret, JIT

  • Programming 101

    • Variables, Types, etc
    • Conditionals ("if/else")
    • Iterations ("for loops")
    • Functions, Scopes, Arduino Functions
    • Objects
  • Programming Languages

    • low level -> abstract
    • C Hello World
    • Python Hello World
    • Javascript Hello World
    • NodeJS Hello World
  • Programming Embedded Systems

Resources