"Python Programming Case Tutorial" is a practical, easy-to-learn, lightweight Python introductory textbook. It uses 30 practical cases as a carrier to introduce the basic knowledge and programming ideas of the Python language in detail. The content includes an overview of the Python language, basic syntax, flow control statements, strings and regular expressions, common data structures such as lists, tuples, and dictionaries, functions, exception handling, file operations, modules and packages, and object-oriented programming. Each chapter is equipped with a wealth of exercises, after-class training and concise summaries to facilitate readers to further consolidate their knowledge and enhance their practical abilities.
Reader comments
This book is great for a novice programmer like me! The cases are rich and the content is detailed. You can easily learn Python by following along. Moreover, the code specifications in the book are concise, which helped me develop good programming habits. What impressed me most was the part about object-oriented programming in the book. "A class is an abstraction of objects with the same properties and behaviors in the real world." This sentence gave me a deeper understanding of programming. All in all, highly recommended!
This book is great for a novice programmer like me! The cases are rich and the content is detailed. You can easily learn Python by following along. Moreover, the code specifications in the book are concise, which helped me develop good programming habits. What impressed me most was the part about object-oriented programming in the book. "A class is an abstraction of objects with the same properties and behaviors in the real world." This sentence gave me a deeper understanding of programming. All in all, highly recommended!