Python 2100: Objects, Factories, & Frameworks

Managing Class Relationships

Ratings: 3.97 / 5.00




Description

Layered Learning

Never a "one size fits all" approach, our training opportunities are divided into beginner (1000), intermediate (2000), and advanced (3000 - 9000) experience levels. Rather than learning things you might not need to know, students can choose the topics that they are most interested in. 


In Python 2100: Objects, Factories, & Frameworks we will discover that Object Orientation is more than Inheritance. Much like we see all around us in the modern world, the ability to use Factories to create and initialize our Objects properly is a very important technique to master.


Once created however, providing a well designed Object Framework also ensures that our Factories will be able to support our object creation needs now, as well as well after our Packages have been completed.


About This Series

Written by a Principal Trainer & Principal Software Development Engineer, in order to insure mastery key topics are presented several times, as well as at ever-increasing depth. Students will also be using professional programming interfaces - the same tools that software developers use - to create their software.


From keywords & tabs, to testing & documentation, hints & tips on how to use Python in the professional world abound!


After completing the Python 1000 series, in the Python 2000 series students will complete keyword mastery by exploring a large collection of activity-related topics. Sold separately, in the 2000 series students will enjoy learning how to create Lambdas, Generators, Context Managers, Packages & Modules, Classes, Factories, Frameworks, how to manage Exceptions, as well as other professional programming topics.

What You Will Learn!

  • Acquire a professional ability to discuss Object Oriented software management.
  • Understand the difference between using @staticmethod and @classmethod.
  • Be able to create and test an Object Oriented Framework in Python.
  • Discover how to package, import, and test frameworks using your own Python Packages.
  • Learn how to apply the Factory Design Pattern!

Who Should Attend!

  • Students interested in Object Orientation.
  • Those interested in understanding what "Object Frameworks" are.
  • Computer scientists who need to create, test, & maintain related sets of objects.
  • Students interested in understanding how to create & use "Object Factories."
  • Anyone who needs to manage, maintain, and initialize complex Objects in Python.