Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 532 Bytes

Introduction to Computer Programming

This is a jupyter book for the course CS1302 Introduction to Computer Programming at City University of Hong Kong. The course aims to introduce key concepts, techniques, and good practices of programming using a high-level programming language Python.

Course Intended Learning Outcomes (CILOs):

  1. Explain the structure of a computer program.
  2. Analyze, test and debug computer programs.
  3. Apply proper programming techniques to solve a task.
  4. Construct well-structured programs.