
Non-Programmers Tutorial For Python
by Josh Cogliati
Publisher: Wikibooks 2005
Number of pages: 90
Description:
This free tutorial is designed to be an introduction to the Python programming language. The guide is for someone with no programming experience. The author attempts to teach programming by reading code and writing code.
Download or read it online for free here:
Download link
(200KB, PDF)
Similar books
Practical Programming in Pythonby Jeffrey Elkner, at al.
The goal of this book is twofold: to teach you how to program in Python; and to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science.
(23375 views)
PyQt4 Tutorialby Jan Bodnar - ZetCode
PyQt4 is a toolkit for creating GUI applications. It is a blending of Python language and the successful Qt library. This tutorial is suited for beginners and intermediate programmers. You will learn to program non trivial PyQt4 applications.
(16504 views)
Programming Computer Vision with Pythonby Jan Erik Solem - O'Reilly Media
The idea behind this book is to give an easily accessible entry point to hands-on computer vision with enough understanding of the underlying theory and algorithms to be a foundation for students, researchers and enthusiasts.
(28918 views)
Object-Oriented Programming in Pythonby Michael H. Goldwasser - Prentice Hall
This book provides a comprehensive introduction to Python programming with a focus on object-oriented design. It covers fundamental concepts, including classes, inheritance, and polymorphism, alongside practical examples and exercises.
(2020 views)