How to Think Like a Computer Scientist: Learning with Python

Ebook Free Download : How to Think Like a Computer Scientist: Learning with Python | How to Think Like a Computer Scientist: Learning with Python` is an introduction to computer science using the Python programming language. It covers the basics of computer programming, including variables and values, functions, conditionals and control flow, program development and debugging. Later chapters cover basic algorithms and data structures.

User review
Superb job using interactive mode.
This book is great at teaching all the basics of programming in a very short time. If you use Python’s interactive mode you don’t even have to write many programs using this book, as much of the book can just be done via exploration at the interactive prompt.

I recommend this book for several types of users. It does make a great first introduction to programming, even covering OOP concepts. It also is a great introduction to the Python language for those with a little programming experience in another language.

You won’t find much about all the modules available to Python, but that is not the intent of this book.

Download : How to Think Like a Computer Scientist: Learning with Python
Ebook Free Download




pdf download

Related posts:

  1. Beginning Python: From Novice to Professional, Second Edition
  2. Foundations of Python Network Programming
  3. Beginning Python: Using Python 2.6 and Python 3.1
  4. Core Python Programming
  5. Beginning Python