Files
practical-python/Notes/03_Program_organization/00_Overview.md
2020-05-25 12:40:11 -05:00

278 B

Overview

In this section you will learn:

  • How to organize larger programs.
  • Defining and working with functions.
  • Exceptions and Error handling.
  • Basic module management.
  • Script writing.

Python is great for short scripts, one-off problems, prototyping, testing, etc.