Description
In this course, you will:
- Learn how to read, write, test, and "debug" code. Designed for students with and without previous programming expertise who want to learn Python specifically.
- Discover functions, arguments, and return values (oh my! ); variables and types; conditions and Boolean expressions; loops; and objects and methods.
- In addition to exceptions, file I/O, and libraries. Hands-on chances for plenty of practice. Exercises based on real-world programming difficulties.
Syllabus:
- functions, arguments, return values
- variables, types, exceptions
- conditionals, Boolean expressions
- loops
- objects, methods
- file I/O, libraries