100+ Python challenging programming exercises Python The below table largely covers the TOC for 5 popular books. Learning Python (Fourth Edition) has a more in-depth look at concepts than any of the other books. However this book also does not essentially cover some aspects that are covered in other books. No. Diving into Python The Python Standard Library by Example Python Essential Reference (4th edition) The Quick Python Book Learning Python Introductory Concepts covering installation on different OS, version history, interpreter. This section also covers questions like Why, Who, What and Where on Python. 1 1. Installing Python 2. Which Python is right for you ? 3. Python & your OS 4. Interactive Shell 5. Summary 1. Introduction (Text) 1. Tutorial Introduction 2. Lexical Conventions and Syntax 1. About Python 2. Getting Started 1. Python Q & A Session
- Why do people use Python ?
- Downside of using it
- Who uses Python Today ?
- What Can I do with Python ?
- Python vs Language X
- Test your Knowledge
- How Python runs programs
- Python Interpreter
- Program Execution
- Programmer View
- Python View
- Execution Model Variations
- Implementation Alternatives
- Execution Optimization Tools
- Frozen Binaries
- How you run programs
- Interactive prompt
- Your first script