Pyntroduction To Python#
Welcome to this short introduction to Python.
Contents
- Introduction
- Chapter 1: Installation & Setup
- Chapter 2: Using the terminal and Python interpreter
- Chapter 3: Using text editors and IDEs
- Chapter 4: Data Types
- Chapter 5: Working with strings
- Chapter 6: Working with lists
- Chapter 7: Working with dictionaries
- Chapter 8: Conditional statements: if, elif, else
- Chapter 9: Loops, for and while, break and continue
- Chapter 10: Functions
- Chapter 11: Built-in Methods
- Chapter 12: Modules
- Chapter 13: Practice Projects
- Thank you for reading