Python On-line Books

Required Reading

  1. Think Python (2nd Edition) by Allen B. Downey: http://greenteapress.com/wp/think-python-2e/. Following this link you will find:

    This book is available under Creative Commons Attribution-NonCommercial 3.0 Unported License

  2. How to Think Like a Computer Scientist: Interactive Edition. This interactive books allows you to write Python code while reading the book. It also has test questions for self-control within every section.

Recommended reading:

  1. Algorithmic Problem Solving with Python by John B. Schneider, Shira Lynn Broschat, and Jess Dahmen.
  2. How to Think Like a Computer Scientist by Peter Wentworth, Jeffrey Elkner, Allen B. Downey, and Chris Meyers.
  3. Python Bibliotheca
  4. Python official site that includes documentation, downloads (IDLE for Python 3.6), news: https://www.python.org/
  5. To the instructor’s discretion

Leave a Reply

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