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.
The Python 2.x version of the same book can be found here.
If you are new to command line in Linux, you can read lym.
Contents:
- Installation
- The Beginning
- Variables and Datatypes
- Operators and expressions
- If-else , the control flow
- Looping
- Data Structures
- Strings
- Functions
- File handling
- Exceptions
- Class
- Modules
- Collections module
- PEP8 Guidelines
- Iterators, generators and decorators
- Virtualenv
- Type hinting and annotations
- Simple testing in Python
- A project structure
- Building command line applications with Click
- Introduction to Flask