Getting Started
books
Online Courses
Module Reference
Basics
This program performs basic Python instructions.
AutomateTheBoringStuff.Ch01.P1_basics.
main
Hello
This program says hello and asks for my name.
AutomateTheBoringStuff.Ch01.P2_hello.