Logo

How to Think Like a Computer Scientist: Learning with Python

Large book cover: How to Think Like a Computer Scientist: Learning with Python

How to Think Like a Computer Scientist: Learning with Python
by

Publisher: Green Tea Press
ISBN/ASIN: 0971677506

Description:
This 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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Invent Your Own Computer Games with PythonInvent Your Own Computer Games with Python
by
A programming book for kids interested in learning to program their own computer games with python, a serious computer language which is used by professional programmers also. The book explains programming principles from the source code examples.
(54020 views)
Book cover: Python for EducationPython for Education
by - 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.
(16211 views)
Book cover: Python 101: Introduction to PythonPython 101: Introduction to Python
by
This document is a syllabus for a first course in Python programming. It contains an introduction to the Python language, instruction in the important features of the language, and practical exercises in the use of those features.
(20954 views)
Book cover: Dive Into PythonDive Into Python
by - Apress
This is a book for experienced programmers, a hands-on guide to the Python language. Each chapter starts with a complete code sample, picks it apart and explains the pieces, and then puts it all back together in a summary at the end.
(27196 views)