Organizing object-oriented code in Python
Python makes it easy to logically organize object-oriented code with modules. We will work with a hierarchy of folders to organize the code of an application that allows you to create and furnish house floor plans. Then, we will use code from different folders and the source files of Python.
Working with source files organized in folders
We will create the following six folders to organize the code in our house floor plan layout application. Then, we will add subfolders and the source files of Python to each of the previously created folders:
Build
Decorate
Furnish
General
Landscape
Outdoor
We will include all the base classes in the general
folder. The following lines show the code for the general/floor_plan_element.py ...
Get Learning Object-Oriented Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.