A first look at Python Lists – part a. Introduction into the basic concept of LISTS and how we use them.
Part b – this looks at how we manipulated and process lists.
pcrt c – Links on to Dictionaries and SEts
LESSON 7 – Structured Programs
This section looks at how to take a programming problem and break down into structured parts using FUNCTIONS. An example is given to help illustrated the concept.
Part b focusses on how we remove GLOBAL variables and use parameter passing between functions.
LESSON 8 – Introduction to Filing
This set of videos focusses on using and processing TEXT files in Python.