December 2018
Beginner to intermediate
796 pages
19h 54m
English
First of all, let's talk about your OS. Python is fully integrated and most likely already installed in basically almost every Linux distribution. If you have a macOS, it's likely that Python is already there as well (however, possibly only Python 2.7), whereas if you're using Windows, you probably need to install it.
Getting Python and the libraries you need up and running requires a bit of handiwork. Linux and macOS seem to be the most user-friendly OSes for Python programmers; Windows, on the other hand, is the one that requires the biggest effort.
My current system is a MacBook Pro, and this is what I will use throughout the book, along with Python 3.7.
The place you want to start is the official Python ...
Read now
Unlock full access