12 Dec
Convert pseudo code below into Python ( can use repl.it)
TRACE and show workings in a trace table
Add in print statements to show the contents of the variable SUM during each iteration
11 Nov 2018 Lesson Primitive Types
Log into your coding bat account and complete String-1 Exercise
Subroutines Functions
Grade 11 Join Python Classroom by following this this link and complete assignment
Grade 12 join with this Link Click here
Loops and Trace Tables - Learning Objectives
Mini Project:
For inspiration please look at examples from the 2 links below: These can be used as a starting point , but you need to enhance and ensure that the end product/program does contain the programming constructs above and is not too trivial.
Your Solution should include:
- 1A description that details the purpose of your program
- 2Proof of a structured approach to program design ( flow charts /pseudo code
- 3Set of test data , program should be robust not crash, test for expected and non expected input ( extreme cases )
- 4Create a new web page and provide link in Google Classroom when finished
Loops and Trace Tables - Learning Objectives
Loops and Trace Tables : Please click here
Link to Iterations exercise please click here
Complete the logic-1 exercise THEN begin work on lists/arrays, click here to get started
Jupyter Load Instructions
Locate and Run Jupyter Notebook from the start menu
If can not find Jupter Notebook Then open Anaconda and type into control panel Jupyter Notebook
Select new from the Open Menu ( see image below )
Python Documentation
Documentation on Python user Functions click here
https://www.ocr.org.uk/Images/200825-data-structures-delivery-guide.pdf
http://pythonschool.net/basics/the-maze-game/