scienceday2016



scienceday2016

0 0


scienceday2016


On Github aaronr / scienceday2016

Computers

Code

Computer Science

Coding can be a job

Work for NOAA

Environmental Response

I make maps

Many types

of computers

Computers are

everywhere

Language

is important

Computers speak

many languages

... called Code

Not all code

looks scary

Code is Fun

Code can make things fast!

Coding can involve

getting outside!

Code basics

Variables

>>> x = 1
>>> x
1
>>> y = 2
>>> y
2
>>> x + y
3
>>> x = 10
>>> x + y
12

Input and Output

If

Loops

Critical Thinking

Math

Logic