Download WordPress Themes, Happy Birthday Wishes
Home » Computer » Python » Think Python, 2nd Edition, – How to Think Like a Computer Scientist

Think Python, 2nd Edition, – How to Think Like a Computer Scientist

  • Category: Python Programming
  • Author: Allen B. Downey
  • License: CC BY-NC 4.0
  • Pages: 292 pages
  • File type: HTML and PDF

Read and download free eBook intituled Think Python, 2nd Edition, – How to Think Like a Computer Scientist in format HTML and PDF – 292 pages created by Allen B. Downey.

 

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second edition and its supporting code have been updated for Python 3.

If you are using Python 2, you might want to use The First Edition.

Read and Download Links:

Think Python, 2nd Edition, – How to Think Like a Computer Scientist

 

READ  Automate the Boring Stuff with Python: Practical Programming for Total Beginners

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

Learning with Python: How to Think Like a Computer Scientist

The user-friendly, object-oriented programming language Python is quickly becoming the most popular introductory programming language for both students and instructors.This book provides a comprehensive, accessible introduction to Python fundamentals