ailiteracynepal 🇳🇵

Chapter 02

Python for building

The bits of Python you actually need to build with — lists and dictionaries, functions and loops, reading and writing files. No more, no less.

In this chapter

Sections in this chapter

  1. I Section

    The data shapes: lists, dictionaries, and tables

    0 / 2 exercises

  2. II Section

    Functions, loops, and code you can reread

    0 / 2 exercises

  3. III Section

    Reading and writing files: CSV, JSON, and text

    0 / 2 exercises