Python Work book
A full 30+ page work book book to cover all basic python skills (version 3.X). Written using simple terms suitable for all KS3 and KS4. This book includes activities both written and coded along with some help with troubleshooting error messages. This was developed in to support students use of python working towards OCR Computing/Computer science however it is not limited to this exam board. <br />
<br />
Each section can be broken down into lesson by lesson resources or as a reference book for extended projects.<br />
<br />
Taken straight from the contents page:<br />
<br />
Introduction to the Python Language <br />
How to load the right programs <br />
1 - Let’s begin our first program <br />
2 – Practice Strings <br />
3 - Maths in python <br />
Arithmetic <br />
Comparisons <br />
Boolean connectors <br />
4 – Variables <br />
Data Types <br />
5 - Strings <br />
Length <br />
Upper & Lower Case <br />
Picking our letters <br />
Slices <br />
Concatenation <br />
User input <br />
6 – Lists <br />
Splitting text into lists <br />
7 - Iterations (or loops) <br />
For loops <br />
While loops <br />
8 - If Statement <br />
elif (else if) <br />
User input with IF statements <br />
9 - File handling <br />
Read a text file <br />
Write a text file <br />
10 - Error Messages <br />
Basic typing Error <br />
EOF(End of file) error <br />
EOL(End of line) error <br />
Invalid syntax <br />
Expected an Indented Block <br />
11 - Cheat sheet