30 likes | 230 Views
Chapter 1 Python Has Class. More Python Programming. Objectives. How to enter Python code into the IDLE editor Using the tools that come with Python Reviewing the language features of Python Perusing the history of programming languages
E N D
Chapter 1Python Has Class More Python Programming
Objectives • How to enter Python code into the IDLE editor • Using the tools that come with Python • Reviewing the language features of Python • Perusing the history of programming languages • Speculating on the next generation of programming methodology • Polymorphism and inheritance • Writing an example using multiple inheritance
The Geometry Program • OOP = Object Orientated Programming • What does it mean to you? • Search the web • Develop a definition • Make it meaningful • Use several resources to develop a simple (as simple as possible but no simpler) analogy, metaphor, or allegory as a definition for the term.