Getting up to speed with Python (a book for self-learners)

March 20, 2018



This book aims to teach the basics of the python programming language using a practical approach. Its method is quite basic though: after a very simple introduction to each topic, the reader is invited to learn by solving the proposed exercises.

These exercises have been used extensively in my web development and distributed computing classes at the Superior School of Technology of Setúbal. With these exercises, most students are up to speed with Python in less than a month. In fact, students of the distributed computing course, taught in the second year of the software engineering degree, become familiar with Python's syntax in two weeks and are able to implement a distributed client-server application with sockets in the third week.

This book is made available on github (https://github.com/joaoventura/full-speed-python) so I welcome any pull requests to correct misspellings , to suggest new exercises or clarification of the current content.

Pdf and epub files can be downloaded from: https://github.com/joaoventura/full-speed-python/releases/.