Minimal Python #
Publisher: Pragmatic AI Labs #
Release Date: 2020 #
Abstract #
Even books that have “learn” in the title introduce readers to hopelessly complex topics like object-oriented programming or concurrency. It turns out YAGNI (You Ain’t Gonna Need It). Why teach students topics they won’t use either ever, or not for a few years?
Read Chapters Online #
- Chapter00: Introduction
- Chapter01: Execute Commands in Python
- Chapter02: Store Data
- Chapter03: Create Functions
- Chapter04: Test Functions
- Chapter05: Command Line Tools
- Chapter06: Build Web Apps Flask
- Chapter07: Data Science Pandas
- Chapter08: Data Science Libraries
- Chapter09: Get a Job in Tech
- Chapter10: Case Studies and War Stories