Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.16 KB

programming_01.md

File metadata and controls

52 lines (37 loc) · 2.16 KB

Programming Intro

code

Here are some short videos you can review (use your Newschool log-in):

The development environment

We are using the Atom text editor with the script package installed in order to code and run vanilla python when not using the Circuit Playground.

Section 1

The computers "memory"

Numbers and basic operations

Strings

Creating variables

Lists

If

Elif

Section 2

Ints, floats, and types of variables

Variables in strings

Booleans

Comparisons

Loops

Ranges

Functions