Read more
List of contents
Module 1-- Introducing Python.
Module 2 --Data Types.
Module 3 -- Control Statements.
Module 4 -- Functions.
Module 5 -- Lists and Tuples.
Module 6 -- Dictionaries and Sets Lesson 5.6: Tuple Methods.
Module 7 -- Object-Oriented Programming.
Module 8 -- Modules, Packages, and File Operations.
Module 9 -- Error Handling.
About the author
Cengage is a leading educational content, technology, and services company for the higher education and K-12, professional and library markets worldwide. The company provides superior content, personalized services and course-driven digital solutions that accelerate student engagement and transform the learning experience. Cengage is headquartered in Boston, MA with operations in more than 20 countries around the world. For more, visit: www.cengage.com
Summary
This text is organized into 9 modules. As you work with the language, you’ll learn about control statements, delve into controlling program flow, and gradually work on more structured programs via functions. As you settle into the Python ecosystem, you’ll learn about data structures and study ways to correctly store and represent information. By working through specific examples, you’ll learn how Python implements object-oriented programming (OOP) concepts of abstraction, encapsulation of data, inheritance, and polymorphism. Coverage also includes an overview of how imports, modules, and packages work in Python, how you can handle errors to prevent apps from crashing, as well as file manipulation.