Logo

Algorithmic Problem Solving with Python

Small book cover: Algorithmic Problem Solving with Python

Algorithmic Problem Solving with Python
by

Publisher: Washington State University
Number of pages: 360

Description:
Python's syntax and idioms are much easier to learn than those of most other full-featured languages. This book uses programming language Python to introduce folks to programming and algorithmic thinking. The book is completely hyper-linked.

Home page url

Download or read it online for free here:
Download link
(2MB, PDF)

Similar books

Book cover: Python Standard LibraryPython Standard Library
by - O'Reilly
A large collection of useful Python scripts, the best parts of comp.lang.python newsgroup messages, plus hundreds of new scripts. The text covers the standard library, the examples should work on most platforms and Python versions.
(23757 views)
Book cover: Python CookbookPython Cookbook
by - O'Reilly Media
This cookbook is for experienced Python programmers who want to focus on modern tools and idioms. You'll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of applications.
(17457 views)
Book cover: Learn Python The Hard WayLearn Python The Hard Way
by
This is a very beginner book for people who want to learn to code. If you can already code then the book will probably drive you insane. It's intended for people who have no coding chops to build up their skills before starting a more detailed book.
(18582 views)
Book cover: Learning to Program with PythonLearning to Program with Python
by - Southern Adventist University
The focus is on introducing programming techniques and developing good habits. Our approach avoids some more esoteric features of Python and concentrates on the programming basics that transfer directly to other imperative programming languages.
(15476 views)