Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

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

saeiddrv/PythonPersianTutorial

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Python in Persian (Updated with Python 3.11)

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.

Getting Started

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 

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

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 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.

About

"Python in Persian" is an open-source online book that offers a comprehensive tutorial on the Python programming language in Persian.