- Author: Swaroop C H
- Format: PDF, online HTML
- Price: free
‘A Byte of Python’ is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
Chapters include:
- Introduction
- Installation
- First Steps
- Basics
- Operators and Expressions
- Control Flow
- Functions
- Modules
- Data Structures
- Problem Solving
- Object Oriented Programming
- Input Output
- Exceptions
- Standard Library
- More
- What Next