Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

programming_recitation

  • Clone with SSH
  • Clone with HTTPS
  • Intro to Programming

    Agenda

    • Computer architecture, memory, compile vs interpret, JIT

    • Programming 101

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

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

    Resources