dc dotCreds
Flashcard notes

Python Institute PCPP1 Study Guide

Preview the Python Institute PCPP1 flashcard-note study format, then unlock Pro for the complete section-by-section guide.

24 of 24 sections shown
Study Guide preview

Unlock Pro for every Python Institute PCPP1 flashcard-note lesson.

Preview the beginning of Section 1. Pro includes the complete Study Guide by section, plus Course Notes, guided course access, and Pro downloads.

Unlock with Pro

Opens the Python Institute PCPP1 Practice Test purchase options.

Section 1 OOP terminology and object models Preview

Preview: Advanced Object-Oriented Programming

Preview includes
  • 4 of 9 lesson topics
  • 1 overview segment
  • 3 core concepts
  • 2 exam tips

Lesson Topics

  • Object Model Fundamentals
  • Class Definitions and Instances
  • Attributes and Methods
  • Inheritance Concepts

Overview

Python's object model is reference-based and highly dynamic: names bind to objects, classes are objects, and behavior is resolved through attribute lookup and the class hierarchy.

Core Concepts

  • Every object has identity, type, and value.
  • A class is an object used to construct/manage instances; most user-defined classes are instances of type.
  • An instance is an object whose type is a class.

Exam Tips

  • Draw two columns: class state vs instance state.
  • Track identity separately from equality.
Section 1 continues in Pro.

Unlock Pro to read the full OOP terminology and object models lesson plus every remaining Python Institute PCPP1 Study Guide section.

Unlock with Pro
Section 2 GUI concepts and event-driven terminology Pro
GUI concepts and event-driven terminology unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 3 Network, protocol, service, client, and server concepts Pro
Network, protocol, service, client, and server concepts unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 4 SQLite connections, cursors, transactions, and CRUD Pro
SQLite connections, cursors, transactions, and CRUD unlocks with Pro.

Unlock Pro to read the full 8 topics flashcard-note study guide for this section.

Unlock with Pro
Section 5 Special methods and core syntax operations Pro
Special methods and core syntax operations unlocks with Pro.

Unlock Pro to read the full 7 topics flashcard-note study guide for this section.

Unlock with Pro
Section 6 PEPs and Python philosophy Pro
PEPs and Python philosophy unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 7 Inheritance, polymorphism, composition, and MRO Pro
Inheritance, polymorphism, composition, and MRO unlocks with Pro.

Unlock Pro to read the full 8 topics flashcard-note study guide for this section.

Unlock with Pro
Section 8 Build simple tkinter GUIs and validate input Pro
Build simple tkinter GUIs and validate input unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 9 Socket programming and exception handling Pro
Socket programming and exception handling unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 10 Extended arguments, closures, and decorators Pro
Extended arguments, closures, and decorators unlocks with Pro.

Unlock Pro to read the full 7 topics flashcard-note study guide for this section.

Unlock with Pro
Section 11 CSV and XML processing, logging, and configuration files Pro
CSV and XML processing, logging, and configuration files unlocks with Pro.

Unlock Pro to read the full 10 topics flashcard-note study guide for this section.

Unlock with Pro
Section 12 PEP 8 conventions and best practices Pro
PEP 8 conventions and best practices unlocks with Pro.

Unlock Pro to read the full 10 topics flashcard-note study guide for this section.

Unlock with Pro
Section 13 Widgets, geometry managers, observable variables, and event handling Pro
Widgets, geometry managers, observable variables, and event handling unlocks with Pro.

Unlock Pro to read the full 8 topics flashcard-note study guide for this section.

Unlock with Pro
Section 14 Class and static methods Pro
Class and static methods unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 15 JSON and XML data transfer Pro
JSON and XML data transfer unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 16 Abstract classes and methods Pro
Abstract classes and methods unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 17 Attribute encapsulation Pro
Attribute encapsulation unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 18 REST clients, HTTP methods, CRUD, and response handling Pro
REST clients, HTTP methods, CRUD, and response handling unlocks with Pro.

Unlock Pro to read the full 12 topics flashcard-note study guide for this section.

Unlock with Pro
Section 19 PEP 257 docstrings and PEP 484 type hints Pro
PEP 257 docstrings and PEP 484 type hints unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 20 Subclassing built-in classes Pro
Subclassing built-in classes unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 21 Advanced exception techniques and tracebacks Pro
Advanced exception techniques and tracebacks unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 22 Shallow and deep copying Pro
Shallow and deep copying unlocks with Pro.

Unlock Pro to read the full 8 topics flashcard-note study guide for this section.

Unlock with Pro
Section 23 Object serialization with pickle and shelve Pro
Object serialization with pickle and shelve unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro
Section 24 Metaprogramming and metaclasses Pro
Metaprogramming and metaclasses unlocks with Pro.

Unlock Pro to read the full 9 topics flashcard-note study guide for this section.

Unlock with Pro