This introduction to computer programming with Python begins with some of the basics of computing and programming before diving into the fundamental elements and building blocks of computer programs in Python language. From the installation of Python, Python interactive programming, and integrated development environments to raising and handling exceptions, using compound data types to solve problems, and implement divide-and-conquer processes using functions, classes and modules, this textbook will set students up for success in programming and computing study and practice. The included exercises and projects are designed to hone students’ skills.
Conditions of Use
This book is licensed under a Creative Commons License (CC BY-NC-SA). You can download the ebook Introduction to Computer Programming with Python for free.
- Title
- Introduction to Computer Programming with Python
- Publisher
- Athabasca University Press
- Author(s)
- Harris Wang
- Published
- 2023/09/05
- Edition
- 1
- Format
- eBook (pdf, epub, mobi)
- Pages
- 504
- Language
- English
- ISBN-13
- 9781998944088
- License
- CC BY-NC-SA
- Book Homepage
- Free eBook, Errata, Code, Solutions, etc.
Chapter 1 Introduction Chapter 2 Essential Building Blocks of Computer Programs Chapter 3 Flow Control of Statements Chapter 4 Handle Errors and Exceptions in Programs Chapter 5 Use Sequences, Sets, Dictionaries, and Text Files Chapter 6 Define and Use Functions Chapter 7 Object-Oriented Programming with Python Chapter 8 Modules and Packages Chapter 9 Develop GUI-Based Applications