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

programming_recitation

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thrasyvoulos Karydis authored
    defa8de0
    History

    Intro to Programming

    Agenda

    • Computer architecture, memory, compile vs interpret, JIT

    • Programming 101

      • Python Hello World
      • Variables, Types, etc
      • Conditionals ("if/else")
      • Iterations ("for loops")
      • Functions, Scopes, Arduino Functions
      • Objects
      • Writing readable, clean, sharable code
    • Programming Languages

      • low level -> abstract
      • C Hello World
      • Javascript Hello World
      • NodeJS Hello World
      • Debugging/Testing
    • Programming Embedded Systems

    Resources