Learn the basics of Python language
- Writing code
- Comments
- Numeric types and Strings
- String formating
- From Byte of Python read the following chapters
- From Dive into Python3, read the following chapters
- Ch 1 - Your first python program
- Ch 2 - Data types - numeric and strings
- Ch 4 - Strings - numeric and strings
- Work with numbers and strings - Start with this notebook
At this point, you should:
- be comfortable in writing and executing Python code
- work with numbers and strings and operators
- Print out formatted strings