Python for newbies
Chapter 1: Getting Started with Python
- Introduction to Programming and Python
- Why Choose Python?
- A Brief History of Python
- Windows Installation Guide
- MacOS Installation Guide
- Linux Installation Guide
- Choosing a Text Editor or IDE
- Running Your First Python Script
Chapter 2: Dive Into Data Types and Variables
- Understanding Variables and Identifiers
- Numbers
- Strings
- Lists
- Tuples
- Sets
- Dictionaries
- Type Conversion
Chapter 3: Controlling the Flow – Making Decisions and Repeating Actions