August 2016
Beginner to intermediate
847 pages
17h 28m
English
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.
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:
BuildDecorateFurnishGeneralLandscapeOutdoorWe will include all the base classes in the general folder. The following lines show the code for the general/floor_plan_element.py ...