Skip to content

Commit 88bd76e

Browse files
author
Saeid Darvish
authored
Update README.md
1 parent 2b0f18b commit 88bd76e

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
1-
# Python in Persian
1+
2+
# Python in Persian (Updated with Python 3.11)
23

34
[![Documentation Status](https://readthedocs.org/projects/pythonpersiantutorial/badge/?version=latest)](https://readthedocs.org/projects/pythonpersiantutorial/?badge=latest)
45

6+
<p align="center">
7+
<img height="300" src="https://python.coderz.ir/_images/python-3-11.png">
8+
</p>
9+
510
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:
611

712
- Introduction
813
- Setup and starting a new project
9-
- Data types
14+
- Interactive mode
15+
- Data types and data structures
1016
- Control flow statements
11-
- Functions
12-
- Object-oriented programming
13-
- Exception handling
1417
- File handling
18+
- Standard library
19+
- Functions
20+
- Decorator‌, Generator and lambda
1521
- 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
1727
- Date and Time
1828

1929
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

Comments
 (0)