- Write names like Python, Jupyter, ... camel case.
- Search for mistakes, scientific and spelling.
- Gather lists, tuples, strings under Sequences header.
- Move comprehension section after loop section.
- Add a comment to each code section.
- Add a comment for section that should change to see some effects.
- Add proper input with comment in front of line with
input
function. - Add lost of exercises for each section of code.
- Separate book to:
- Introduction
- Built-in Data Types
- Decision Making and Loops
- Functions
- Object Oriented Programming