Logo

Python for Fun by Chris Meyers

Small book cover: Python for Fun

Python for Fun
by

Description:
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques. Each program is very short, never more than a couple of pages and accompanied with a write-up.

Home page url

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

Similar books

Book cover: Building Skills in PythonBuilding Skills in Python
by - Linuxtopia.org
This book is a complete presentation of the Python for professional programmers who need to learn the language. The author leads you from a tiny, easy to understand subset of statements to the entire Python language and all built-in data structures.
(24818 views)
Book cover: Python Scripting for Computational SciencePython Scripting for Computational Science
by - Springer
With a primary focus on examples and applications of relevance to computational scientists, this useful book shows computational scientists how to develop tailored, flexible, and human-efficient working environments built from small scripts.
(14802 views)
Book cover: Hacking Secret Ciphers with PythonHacking Secret Ciphers with Python
by
The book teaches complete beginners how to program in the Python programming language. The book features the source code to several ciphers and hacking programs for these ciphers. The programs include the Caesar cipher, transposition cipher, etc.
(22169 views)
Book cover: Python for Informatics: Exploring InformationPython for Informatics: Exploring Information
by - PythonLearn
The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python.
(20548 views)