|
1 | | -# Python in Persian |
| 1 | + |
| 2 | +# Python in Persian (Updated with Python 3.11) |
2 | 3 |
|
3 | 4 | [](https://readthedocs.org/projects/pythonpersiantutorial/?badge=latest)
|
4 | 5 |
|
| 6 | +<p align="center"> |
| 7 | + <img height="300" src="https://python.coderz.ir/_images/python-3-11.png"> |
| 8 | +</p> |
| 9 | + |
5 | 10 | This is an open-source and online book that provides a comprehensive tutorial on the Python programming language in Persian. The book is available at [python.coderz.ir](https://python.coderz.ir/) and covers a wide range of topics, including:
|
6 | 11 |
|
7 | 12 | - Introduction
|
8 | 13 | - Setup and starting a new project
|
9 | | -- Data types |
| 14 | +- Interactive mode |
| 15 | +- Data types and data structures |
10 | 16 | - Control flow statements
|
11 | | -- Functions |
12 | | -- Object-oriented programming |
13 | | -- Exception handling |
14 | 17 | - File handling
|
| 18 | +- Standard library |
| 19 | +- Functions |
| 20 | +- Decorator, Generator and lambda |
15 | 21 | - Regular expressions
|
16 | | -- Debugging techniques |
| 22 | +- Object-oriented programming |
| 23 | +- Descriptors and Context Manager |
| 24 | +- Type hinting and Data class |
| 25 | +- Exception and Exception handling |
| 26 | +- Warning and Assertion |
17 | 27 | - Date and Time
|
18 | 28 |
|
19 | 29 | This book is designed for Persian-speaking learners without prior experience with programming languages. The book covers all the essential topics, from basic to intermediate programming, and each chapter includes code examples to help learners understand the material.
|
|
0 commit comments