Python in easy steps, 3rd edition
-
- ¥1,500
-
- ¥1,500
Publisher Description
This renowned guide is updated to cover Python version 3 in quick, digestible chunks.
With no prior Python knowledge or experience needed, Python in easy steps, 3rd edition starts by helping you install the free Python interpreter. It then illustrates all the essentials, including:
• Python language basics.
• Object-Oriented Programming (OOP).
• Handling web form data with the Flask framework (new for this edition!).
• Building and deploying graphical windowed applications.
Clear examples, with freely downloadable colorized source code, are provided throughout the book. This primer will help you download Python and start creating real executable programs from Day One!
A must-have guide for Python beginners of any age!
Table of Contents
1. Getting started
2. Performing operations
3. Making statements
4. Defining functions
5. Importing modules
6. Managing strings
7. Programming objects
8. Processing requests
9. Building interfaces
10. Developing applications