2022-2023 Catalog 
    
    Apr 24, 2024  
2022-2023 Catalog [ARCHIVED CATALOG]

Add to Portfolio (opens a new window)

CPGM 120 - Introduction to Python Programming

4 Credit: (2 lecture, 2 lab, 0 clinical) 4 Contact Hours: [Math Level 2 ] 


This course investigates programming and problem solving using the Python programming language. It will focus on program design, sequences and dictionaries, functions, control structures, and working with files. Planning, testing, debugging and style are emphasized throughout.
OFFERED: spring semesters

Course Goals/ Objectives/ Competencies:
Goal 1:  Define the programming development process.

  1. Design programs by identifying Input, Process, Output (IPO).
  2. Develop the program algorithm.
  3. Incorporate flowcharting.
  4. Use desk checking to test the design.
  5. Differentiate between syntactical and logical coding errors.

Goal 2:  Implement programming control structures.

  1. Correctly incorporate variables and constants.
  2. Incorporate the control structures of sequence, selection, and repetition.
  3. Utilize nesting structures for both selection and repetition.

Goal 3:  Create programs which utilize Sequences and Dictionaries.

  1. Create and initialize lists and tuples.
  2. Refer to elements of lists, tuples and strings.
  3. Create new sequences using slicing techniques.
  4. Use Dictionaries to represent unordered collections of key-value pairs.
  5. Create, initialize and refer to elements of dictionaries and sets.

Goal 4:  Apply user defined functions.

  1. Create void and value passing functions.
  2. Pass lists and tuples to functions.
  3. Return multiple values from a function via a tuple.

Goal 5:  Build programs that work with files.

  1. Develop programs to read, write, and update files.
  2. Develop programs to read and write CSV files.



Add to Portfolio (opens a new window)