August 2020
Beginner
440 pages
12h 2m
English
This book will teach you how to write Python programs that run on the command line. If you have never used the command line before, don’t worry! You can use programs like PyCharm (see figure 0.1) or Microsoft’s VS Code to help you write and run these programs. If you are completely new to programming or to the Python language, I will try to cover everything I think you’ll need to know, although you might find it useful to read another book first if you’ve never heard of things like variables and functions.
In this introduction, we’ll discuss
Why you should learn to write command-line programs
Tools and environments for writing code
How and why we test software
Read now
Unlock full access