Recap

What and Why?

Goals/Recap

  1. Introduction to programming environment
    • What is Github.
    • How to clone a repo from Github
    • How to do basic command line operations (create a file, enter a directory, etc)
    • Launch the python shell.
    • Using Sublime Text

  2. Get familiar with programming concepts
    • What a programming language is
    • Variables and functions -> Launch google search
    • Conditional Statements -> Snake Game
    • Lists and Loops -> Image manipulation
    • Dictionaries and Loops -> Banker game

  3. Remove fear so you can continue learning on your own

Why you should care?