你将学到什么
Produce your own functions to break down problems into more manageable parts
Apply several common search and sort algorithms to data
Compare the efficiency of algorithms
Modify functions to take parameters and output return values
Interpret algorithms expressed in plain English, in pseudocde and as flowcharts
课程概况
On this course, you’ll explore Python programming at an intermediate level.
You’ll discover how to break down problems into smaller parts, and then design and apply algorithms to data. You’ll also explore list structures and their various uses.
Ultimately, what you learn will build upon your foundational Python skills – preparing you to progress onto more advanced programming.
课程大纲
Use functions with parameters and return values
Design and apply algorithms to data
Breaking down problems into smaller parts
Searching and sorting
Efficiency of algorithms
Understanding of list structures and their uses
面向人群
This course would suit teachers with some Python experience, who are able to write simple programs demonstrating sequencing, selection, iteration and data types.