Course Overview

  1. 1
    • What is the PCAP?

  2. 2
    • Intro to Character Representation

    • chr() and ord()

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Character Representation Quiz

  3. 3
    • Intro to I/O Streams

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • I/O Streams Quiz

  4. 4
    • Intro to Advanced Strings

    • find() and rfind() Methods

    • Sorting Data

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Advanced Strings Quiz

  5. 5
    • Intro to Advanced Modules / Importing Modules

    • The dir() command

    • sys.path

    • __pycache__

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Advanced Modules Quiz

  6. 6
    • Intro to Platforms

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Platforms Quiz

  7. 7
    • Intro to Pseudorandom Numbers

    • Python Math Module

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Math Quiz

  8. 8
    • Intro to Self-Defined Exceptions

    • Exception Hierarchy

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Self-Defined Exceptions Quiz

  9. 9
    • Intro to Advanced Classes

    • Class Variables

    • Multiple Inheritance

    • Name Mangling

    • hasattr() Function

    • Vocabulary Terms & Language Constructs

    • Lesson Notes

    • Advanced Classes Quiz

  10. 10
    • PCAP Prep Final Quiz