Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

CodeSignal

Creational Patterns in Python

via CodeSignal

Overview

Creational design patterns are essential for managing object creation mechanisms, which promote flexibility, code reuse, and robustness. This course covers widely used creational patterns like Singleton, Factory Method, Abstract Factory, and Builder, demonstrating their applications in solving real-world programming challenges.

Syllabus

  • Lesson 1: Understanding the Singleton Pattern
    • Add Logging Count to Singleton Pattern
    • Prefix Log Messages with Severity Level
    • MusicPlayer Singleton Implementation
    • Completing the Singleton ConfigManager
    • Implementing the Singleton Pattern with Logger
  • Lesson 2: Introduction to the Factory Method Pattern
    • Adding PDFDocument to Factory Method Pattern
    • Factory Method Pattern for Cars
    • Factory Method Pattern for Vehicles
    • Implementing Factory Method Pattern for Notification Management
    • Creating a Beverage System with the Factory Method Pattern
  • Lesson 3: Introduction to the Abstract Factory Pattern
    • Implement Linux Style in Abstract Factory Pattern
    • Abstract Factory Pattern for Gaming Accessories
    • Creating and Rendering UI Components
    • Creating a Meal-Ordering Application
    • Creating an Abstract Factory Pattern for Space Missions
  • Lesson 4: Builder Pattern Introduction in Python
    • Modify the Builder to Create a BrickHouse
    • Implementing WoodenHouseBuilder with Builder Pattern
    • Implementing Robots and Robot Builders
    • Implement the Builder Pattern for Creating a ConcreteHouse
    • Building a Humanoid Robot in Python
  • Lesson 5: Applying Creational Patterns in Banking System
    • Creating a Loan Application
    • Implementing Singleton and Abstract Factory Patterns in a Banking System
    • Writing a Customer Database from Scratch

Reviews

Start your review of Creational Patterns in Python

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.