- Composing Programs (Chapter 1-2) [Free]
- This is a great book for learning compsci concepts in addition to Python
- Automate the Boring Stuff with Python [Free]
- Has short, easy projects that involve different modules
- Python Crash Course , 2nd Ed
- Beginner friendly intro to fundamental concepts
- Serious Python
- Does a great job of explaining some of the more difficult topics not covered in depth in the beginner books
- Fluent Python, 2nd Edition
- The best reference book for Python