A Beginner's Python Tutorial
A Beginner's Python Tutorial
An introductory guide to Python 2
Table of Contents
edit- Acknowledgments
- Lesson 0: Installing Python
- Lesson 1: Very Simple Programs
- Lesson 2: Variables, Scripts
- Lesson 3: Loops, Conditionals
- Lesson 4: Functions
- Lesson 5: Tuples, Lists, Dictionaries
- Lesson 6: for Loop
- Lesson 7: Classes
- Lesson 8: Importing Modules
- Lesson 9: File I/O
- Lesson 10: Exception Handling
This book covers Python 2, which has been sunset by the Python Software Foundation. Consider reading Non-Programmer's Tutorial for Python 3 if you are interested learning about current versions of Python, or don't specifically need to learn Python 2. |