Haiti Python Workshop/Friday: Difference between revisions

imported>Jesstess
 
(7 intermediate revisions by one other user not shown)
Line 18:
 
* [[Haiti Python Workshop/Friday/Windows text editor|Windows]]
 
 
== Goal #3: practice starting and exiting Python ==
Line 24 ⟶ 25:
 
* [[Haiti Python Workshop/Friday/Windows interactive Python|Windows]]
 
 
== Goal #4: practice navigating the computer from a command prompt ==
Line 30 ⟶ 32:
 
* [[Haiti Python Workshop/Friday/Windows terminal navigation|Windows]]
 
 
== Goal #5: practice running Python code from a file ==
Line 36 ⟶ 39:
 
* [[Haiti Python Workshop/Friday/Windows Python scripts|Windows]]
 
 
== Goal #6: start learning Python! ==
Line 41 ⟶ 45:
It's time to start learning, reading, and writing some Python! Tonight, you'll work through a self-directed tutorial. Saturday morning, we'll have an interactive lecture to cover more Python basics.
 
<br />
<div style="font-size:125%">[[Haiti Python Workshop/Friday/Tutorial| &raquo;Click here to work through tonight's tutorial&laquo;]]</div>
<br />
 
 
== Goal #7: practice Python using CodingBat ==
Line 48 ⟶ 53:
Learning about functions opened up a whole new way for us to practice, using the programming site codingbat.com. The big goal of this practice section is to get you thinking about how to solve problems in Python.
 
<br />
<div style="font-size:125%">[[Haiti Python Workshop/Friday/CodingBat Using Codingbat|&raquo; Click here to work through tonight's CodingBat questions &laquo;]]</div>
<br/>
 
You don't have to create a CodingBat account to do the exercises, but if you do create an account it'll keep track of which problems you've completed and other statistics.
 
 
== Goal #8: Checkoff ==
 
TellTo amake staff membersure that you are readyset toup befor checked off. Together youtomorrow, willplease go through the following check-off steps:
 
<ol>
Line 71 ⟶ 77:
</li>
<li>
Open your text editor, and press "Tab". UseThen press the left arrow key. toIt showshould only move the instructorcursor to the left one space. This shows that you are using spaces to indent, and not tabs.
</li>
 
Anonymous user