
- English
- PDF
- Available on iOS & Android
Readings from Python Fundamentals
About this book
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. Course Objectives are: • Use control statements • Manipulate primitive and non-primitive data structures • Use loops to iterate over objects or data for accurate results • Write encapsulated and succinct Python functions • Build Python classes using object-oriented programming • Manipulate files on the filesystem (open, read, write, and delete)
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Brief Contents
- Table of Contents
- Preface
- 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
- Module 7: Object-Oriented Programming
- Module 8: Modules, Packages, and File Operations
- Module 9: Error Handling