Reiter
Here, we do some preliminary work before we actually start learning about Classes and Objects in Python.
It is very helpful for more complex programming projects to use an IDE, or "integrated development environment", which combines our code editor, file system view, and command line while also offering tools like debuggers, git integration, and many more.
When the IDE setup is done, we import the project .zip file (available in Chapter 000 - Overview) to use all of the pre-written code in the project.
It is very helpful for more complex programming projects to use an IDE, or "integrated development environment", which combines our code editor, file system view, and command line while also offering tools like debuggers, git integration, and many more.
When the IDE setup is done, we import the project .zip file (available in Chapter 000 - Overview) to use all of the pre-written code in the project.