Wednesday, August 5, 2020

textbooks syllabus


Subject Schedule & Delivery

Prescribed text

The textbooks required for each of your enrolled subjects can also be found via the Student Portal Textbooks page.

Starting out with Python (Global 4th edition, 2018)
by Tony Gaddis
Pearson Education
ISBN: 9781292225753

Schedule



Session
Week
Date
Commencing
Topic/ModulesReadings and Notes
120/Jul/2020Topic 1
Programming Fundamentals
Chapter 1, sections 1.4 to 1.5
Chapter 2, sections 2.2 to 2.9
227/Jul/2020Topic 2
Selection Structures
Chapter 3, sections 3.1 to 3.6
303/Aug/2020Topic 3
Repetition Structures
Chapter 4, sections 4.1 to 4.7
CENSUS date: 09/Aug/2020
410/Aug/2020
Topic 4
Software Testing
Material on Interact site
Assessment 1 Due: 16/Aug/2020
517/Aug/2020
Topic 5
Turtle Graphics
Chapter 2, section 2.10
Chapter 3, section 3.7
Chapter 4, section 4.8
624/Aug/2020
Topic 6
Functions and Modules
Chapter 5, sections 5.1 to 5.10

31/Aug/2020Mid-session Break
607/Sep/2020
Revision 1
Assessment 2 Due: 13/Sep/2020
714/Sep/2020Topic 7
Files and Exceptions
Chapter 6
821/Sep/2020Topic 8
Sequences and Lists
Chapter 7, section 7.1 to 7.9
928/Sep/2020Topic 9
Strings and Dictionaries
Chapter 8, section 8.1 to 8.3
Chapter 9, section 9.1
Assessment 3 Due: 04/Oct/2020
1005/Oct/2020Topic 10
Object Oriented Programming
Chapter 10
05/Oct/2020: Labour Day public holiday
11
12/Oct/2020
Revision 2
 19/Oct/2020Examination period
 26/Oct/2020Examination period

No comments:

Post a Comment

Python Files and Exceptions: Unit 9

  Table of contents Reading from a File Reading an Entire File File Paths Reading Line by Line Making a List of Lines from a File Working wi...