Modern Python: A Practical Guide

Preface

  1. Who This Book Is For
  2. How to Use This Book
  3. What You’ll Learn

Part I: Getting Started with Modern Python

Chapter 1: The Python Landscape

  1. Engaging Introduction
  2. Python Versions
  3. Ecosystem Overview
  4. Why Python?

Chapter 2: Python Syntax and Data Types

  1. Basic Syntax and Structure
  2. Variables and Naming Conventions
  3. Core Data Types
  4. Working with Type Annotations

Chapter 3: Classes

  1. Object-Oriented Programming in Python
  2. Duck Typing and Polymorphism