Files
practical-python/Notes/01_Introduction/00_Overview.md
David Beazley 32ec113195 Added overview
2020-05-26 17:05:02 -05:00

535 B

1. Introduction to Python

The goal of this first section is to introduce some Python basics from the ground up. Starting with nothing, you'll learn how to edit, run, and debug small programs. Ultimately, you'll write a short script that reads a CSV data file and performs a simple calculation.

Contents