PythonPersianTutorial

所属分类:collect
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2023-05-29 17:09:25
上 传 者sh-1993
说明:  “波斯语中的Python”是一本开源在线书籍,提供了关于波斯语中Python.编程语言的全面教程。
("Python in Persian" is an open-source online book that offers a comprehensive tutorial on the Python programming language in Persian.)

文件列表:
.readthedocs.yaml (334, 2023-05-05)
Dockerfile (316, 2023-05-05)
Makefile (638, 2023-05-05)
make.bat (804, 2023-05-05)
requirements.txt (27, 2023-05-05)
source/ (0, 2023-05-05)
source/_static/ (0, 2023-05-05)
source/_static/cryptocurrency/ (0, 2023-05-05)
source/_static/cryptocurrency/saeiddrv-btc.jpg (43865, 2023-05-05)
source/_static/cryptocurrency/saeiddrv-doge.jpg (44263, 2023-05-05)
source/_static/cryptocurrency/saeiddrv-eth.jpg (46300, 2023-05-05)
source/_static/cryptocurrency/saeiddrv-ltc.jpg (45039, 2023-05-05)
source/_static/lessons/ (0, 2023-05-05)
source/_static/lessons/l02-add-path-on-windows.png (6261, 2023-05-05)
source/_static/lessons/l02-install-python-on-windows.png (67869, 2023-05-05)
source/_static/lessons/l03-interpreter.png (40235, 2023-05-05)
source/_static/lessons/l05-Inheritance-Hierarchy-Sample.png (14647, 2023-05-05)
source/_static/lessons/l05-car-class-object-sample.jpg (27808, 2023-05-05)
source/_static/lessons/l05-car-class-sample.jpg (49954, 2023-05-05)
source/_static/lessons/l05-has-a-Sample.png (10827, 2023-05-05)
source/_static/lessons/l06-c-variable.png (33661, 2023-05-05)
source/_static/lessons/l06-python-Indentation-block.png (20980, 2023-05-05)
source/_static/lessons/l06-python-variable-01.png (22096, 2023-05-05)
source/_static/lessons/l08-python-list-assignment-01.png (84749, 2023-05-05)
source/_static/lessons/l08-python-list-assignment-02.png (76193, 2023-05-05)
source/_static/lessons/l12-nested-namespaces-python.jpg (35697, 2023-05-05)
source/_static/lessons/l12-python-passing-arguments-01.png (32699, 2023-05-05)
source/_static/lessons/l12-python-passing-arguments-02.png (63335, 2023-05-05)
source/_static/lessons/l14-factorial-relation.png (14992, 2023-05-05)
source/_static/lessons/l14-fibonacci-relation.png (2523, 2023-05-05)
source/_static/lessons/l18-python-mro-diamond.png (2100, 2023-05-05)
source/_static/lessons/l18-python-mro-example.png (27316, 2023-05-05)
source/_static/lessons/l18-python-oop-inheritance.jpg (35278, 2023-05-05)
source/_static/lessons/l19-python-metaclass-type.jpg (28611, 2023-05-05)
source/_static/lessons/l23-python-exception-hierarchy.png (30625, 2023-05-05)
source/_static/lessons/l24-python-assertion-flowchart.png (29442, 2023-05-05)
... ...

# Python in Persian (Updated with Python 3.11) [![Documentation Status](https://readthedocs.org/projects/pythonpersiantutorial/badge/?version=latest)](https://readthedocs.org/projects/pythonpersiantutorial/?badge=latest)

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: - Introduction - Setup and starting a new project - Interactive mode - Data types and data structures - Control flow statements - File handling - Standard library - Functions - Decorator, Generator and lambda - Regular expressions - Object-oriented programming - Descriptors and Context Manager - Type hinting and Data class - Exception and Exception handling - Warning and Assertion - Date and Time 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. ## Getting Started To get started with this book, you can: - Simply visit [python.coderz.ir](https://python.coderz.ir/) and start reading. - Download the source code from GitHub and run it on your local machine: ``` $ git clone https://github.com/saeiddrv/PythonPersianTutorial.git $ pip install -U pip $ pip install virtualenv $ python -m virtualenv .venv $ source .venv/bin/activate $ cd PythonPersianTutorial $ pip install -r requirements.txt $ make html $ cd ./build/html $ python -m http.server 8000 ``` then visit http://127.0.0.1:8000 - Download the source code from GitHub and run it in Docker: ``` $ git clone https://github.com/saeiddrv/PythonPersianTutorial.git $ cd PythonPersianTutorial $ docker build -t pypersian . $ docker run -d --name pypersian -p 80:8000 pypersian ``` then visit http://127.0.0.1 ## Contributions If you'd like to contribute to the book, you can fork the repository on GitHub and submit a pull request with your changes. You can also open an issue to **report errors**. ## Credits This book was authored by [**Saeid Darvish**](https://saeiddrv.github.io). ## License This book is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, which means you are free to use, copy, modify, merge, publish, and distribute the book for non-commercial purposes. Please see the [license](https://creativecommons.org/licenses/by-nc-sa/4.0/) for more details. ## Acknowledgments Special thanks to the Python community and the contributors of open-source Python packages and libraries, without whom this book would not have been possible.

近期下载者

相关文件


收藏者