You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
"Python in Persian" is an open-source online book that offers a comprehensive tutorial on the Python programming language in Persian.
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file 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.club and covers a wide range of topics, including:
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.
To get started with this book, you can:
$ 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
$ git clone https://github.com/saeiddrv/PythonPersianTutorial.git $ cd PythonPersianTutorial $ docker build -t pypersian . $ docker run -d --name pypersian -p 80:8000 pypersian
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.
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 for more details.
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.
"Python in Persian" is an open-source online book that offers a comprehensive tutorial on the Python programming language in Persian.