Welcome to Python for you and me¶
This is a simple book to learn Python programming language, it is for the programmers who are new to Python.
You can find the latest version of the book here.
If you are new to command line in Linux, you can read lym.
Contents:
- Installation
- The Beginning
- Using mu editor
- Variables and Datatypes
- Operators and expressions
- If-else , the control flow
- Learning using hardware simulation
- Looping
- Looping over hardware
- Data Structures
- Strings
- Functions
- File handling
- Exceptions
- Class
- Modules
- Collections module
- Using VS Code as your primary Python editor
- PEP8 Guidelines
- Iterators, generators and decorators
- Virtualenv
- Type hinting and annotations
- Simple testing in Python
- A project structure
- Building command line applications with Click
- Simple GUI application development using PyperCard
- Introduction to Flask