Skillshare intro to Python/Unit 2: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
 
Line 1: Line 1:


== Goal #1: practice reading and running Python files ==
== Goal #1: practice reading and running Python files ==

(Estimated completion time: 15 - 30 minutes)


We'll be practicing two skills with this goal. The first is <b>reading and understanding Python programs</b>. The second is <b>running these programs from the terminal</b>.
We'll be practicing two skills with this goal. The first is <b>reading and understanding Python programs</b>. The second is <b>running these programs from the terminal</b>.
Line 30: Line 32:


== Goal #2: Codecademy practice ==
== Goal #2: Codecademy practice ==

(Estimated completion time: 1 - 1.5 hours)


Let's get some practice thinking like programmers: breaking down problems and solving them in code using the Python tools that we've learned so far.
Let's get some practice thinking like programmers: breaking down problems and solving them in code using the Python tools that we've learned so far.