Beginning Python - contents
Martin McBride, 2018-07-22
Categories python language beginning python

This trail covers basic Python for beginners. It covers these topics:
- Using Python as a calculator
- Hello, world!
- Strings
- Loops
- If statements
- Lists
- Programming logic
- More loops
- Functions
- Slices
- Exceptions
- Maintainable code
- Files
- CSV files
- Tuples
If you found this article useful, you might be interested in the book Python Quick Start or other books by the same author.