Practical Programming in Python
by Jeffrey Elkner, at al.
2010
Number of pages: 259
Description:
The goal of this book is twofold: to teach you how to program in Python; and to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science.
Download or read it online for free here:
Download link
(3.5MB, PDF)
Similar books
Object-Oriented Programming in Python
by Michael H. Goldwasser - Prentice Hall
This book provides a comprehensive introduction to Python programming with a focus on object-oriented design. It covers fundamental concepts, including classes, inheritance, and polymorphism, alongside practical examples and exercises.
(174 views)
by Michael H. Goldwasser - Prentice Hall
This book provides a comprehensive introduction to Python programming with a focus on object-oriented design. It covers fundamental concepts, including classes, inheritance, and polymorphism, alongside practical examples and exercises.
(174 views)
Python for Education
by Ajith Kumar - Inter University Accelerator Centre
Primary objective of this book is to explore the possibilities of using Python language as a tool for learning mathematics and science. The reader is not assumed to be familiar with computer programming. Ability to think logically is enough.
(17145 views)
by Ajith Kumar - Inter University Accelerator Centre
Primary objective of this book is to explore the possibilities of using Python language as a tool for learning mathematics and science. The reader is not assumed to be familiar with computer programming. Ability to think logically is enough.
(17145 views)
Python for Fun
by Chris Meyers
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques.
(25479 views)
by Chris Meyers
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques.
(25479 views)
How to Make Mistakes in Python
by Mike Pirnat - O'Reilly Media
Even the best programmers make mistakes, some are simple and silly, others embarrassing and downright costly. In this book, Mike Pirnat dissects some of his most memorable blunders, peeling them back layer-by-layer to reveal just what went wrong.
(8173 views)
by Mike Pirnat - O'Reilly Media
Even the best programmers make mistakes, some are simple and silly, others embarrassing and downright costly. In this book, Mike Pirnat dissects some of his most memorable blunders, peeling them back layer-by-layer to reveal just what went wrong.
(8173 views)