Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de64e61

Browse files
committed
change domain
1 parent 50d89e2 commit de64e61

File tree

7 files changed

+59
-57
lines changed

7 files changed

+59
-57
lines changed

‎.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ['https://www.buymeacoffee.com/saeiddrv', 'https://paypal.me/saeiddrv', 'https://python.coderz.club/support.html']
1+
custom: ['https://www.buymeacoffee.com/saeiddrv', 'https://paypal.me/saeiddrv', 'https://pythonpersian.com/support.html']

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![Documentation Status](https://readthedocs.org/projects/pythonpersiantutorial/badge/?version=latest)](https://readthedocs.org/projects/pythonpersiantutorial/?badge=latest)
55

66
<p align="center">
7-
<img height="300" src="https://python.coderz.club/_images/python-in-persian-book-cover.png">
8-
<img height="300" src="https://python.coderz.club/_images/python-3-11.png">
7+
<img height="300" src="https://pythonpersian.com/_images/python-in-persian-book-cover.png">
8+
<img height="300" src="https://pythonpersian.com/_images/python-3-11.png">
99
</p>
1010

1111
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 [PythonPersian.com](https://pythonpersian.com/) and covers a wide range of topics, including:

‎source/_static/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ User-agent: *
22

33
Disallow:
44

5-
Sitemap: https://python.coderz.club/_static/sitemap-index.xml
5+
Sitemap: https://pythonpersian.com/_static/sitemap-index.xml
66

77

‎source/_static/sitemap-index.xml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,182 +5,182 @@
55
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
66
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
77
<url>
8-
<loc>https://python.coderz.club/</loc>
8+
<loc>https://pythonpersian.com/</loc>
99
<lastmod>2021年03月17日T17:10:23+00:00</lastmod>
1010
<priority>1.00</priority>
1111
</url>
1212
<url>
13-
<loc>https://python.coderz.club/preface.html</loc>
13+
<loc>https://pythonpersian.com/preface.html</loc>
1414
<lastmod>2021年03月17日T17:10:24+00:00</lastmod>
1515
<priority>0.80</priority>
1616
</url>
1717
<url>
18-
<loc>https://python.coderz.club/lessons/l01-introduction-to-python.html</loc>
18+
<loc>https://pythonpersian.com/lessons/l01-introduction-to-python.html</loc>
1919
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
2020
<priority>0.80</priority>
2121
</url>
2222
<url>
23-
<loc>https://python.coderz.club/lessons/l02-setup-python.html</loc>
23+
<loc>https://pythonpersian.com/lessons/l02-setup-python.html</loc>
2424
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
2525
<priority>0.80</priority>
2626
</url>
2727
<url>
28-
<loc>https://python.coderz.club/lessons/l03-create-and-run-a-python-project.html</loc>
28+
<loc>https://pythonpersian.com/lessons/l03-create-and-run-a-python-project.html</loc>
2929
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
3030
<priority>0.80</priority>
3131
</url>
3232
<url>
33-
<loc>https://python.coderz.club/lessons/l04-python-interactive-mode.html</loc>
33+
<loc>https://pythonpersian.com/lessons/l04-python-interactive-mode.html</loc>
3434
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
3535
<priority>0.80</priority>
3636
</url>
3737
<url>
38-
<loc>https://python.coderz.club/lessons/l05-object-oriented-programming.html</loc>
38+
<loc>https://pythonpersian.com/lessons/l05-object-oriented-programming.html</loc>
3939
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
4040
<priority>0.80</priority>
4141
</url>
4242
<url>
43-
<loc>https://python.coderz.club/lessons/l06-python-syntax.html</loc>
43+
<loc>https://pythonpersian.com/lessons/l06-python-syntax.html</loc>
4444
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
4545
<priority>0.80</priority>
4646
</url>
4747
<url>
48-
<loc>https://python.coderz.club/lessons/l07-numeric-types-in-python.html</loc>
48+
<loc>https://pythonpersian.com/lessons/l07-numeric-types-in-python.html</loc>
4949
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
5050
<priority>0.80</priority>
5151
</url>
5252
<url>
53-
<loc>https://python.coderz.club/lessons/l07-string-and-bytes-in-python.html</loc>
53+
<loc>https://pythonpersian.com/lessons/l07-string-and-bytes-in-python.html</loc>
5454
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
5555
<priority>0.80</priority>
5656
</url>
5757
<url>
58-
<loc>https://python.coderz.club/lessons/l08-list-and-tuple-in-python.html</loc>
58+
<loc>https://pythonpersian.com/lessons/l08-list-and-tuple-in-python.html</loc>
5959
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
6060
<priority>0.80</priority>
6161
</url>
6262
<url>
63-
<loc>https://python.coderz.club/lessons/l08-set-and-dict-in-python.html</loc>
63+
<loc>https://pythonpersian.com/lessons/l08-set-and-dict-in-python.html</loc>
6464
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
6565
<priority>0.80</priority>
6666
</url>
6767
<url>
68-
<loc>https://python.coderz.club/lessons/l09-control-flow-statements-in-python.html</loc>
68+
<loc>https://pythonpersian.com/lessons/l09-control-flow-statements-in-python.html</loc>
6969
<lastmod>2023年03月17日T17:10:25+00:00</lastmod>
7070
<priority>0.80</priority>
7171
</url>
7272
<url>
73-
<loc>https://python.coderz.club/lessons/l10-input-print-and-files-in-python.html</loc>
73+
<loc>https://pythonpersian.com/lessons/l10-input-print-and-files-in-python.html</loc>
7474
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
7575
<priority>0.80</priority>
7676
</url>
7777
<url>
78-
<loc>https://python.coderz.club/lessons/l11-python-standard-library.html</loc>
78+
<loc>https://pythonpersian.com/lessons/l11-python-standard-library.html</loc>
7979
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
8080
<priority>0.80</priority>
8181
</url>
8282
<url>
83-
<loc>https://python.coderz.club/lessons/l12-function-in-python.html</loc>
83+
<loc>https://pythonpersian.com/lessons/l12-function-in-python.html</loc>
8484
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
8585
<priority>0.80</priority>
8686
</url>
8787
<url>
88-
<loc>https://python.coderz.club/lessons/l13-decorator-generator-and-lambda-with-python-functions.html</loc>
88+
<loc>https://pythonpersian.com/lessons/l13-decorator-generator-and-lambda-with-python-functions.html</loc>
8989
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
9090
<priority>0.80</priority>
9191
</url>
9292
<url>
93-
<loc>https://python.coderz.club/lessons/l14-recursive-functions-and-memoization-in-python.html</loc>
93+
<loc>https://pythonpersian.com/lessons/l14-recursive-functions-and-memoization-in-python.html</loc>
9494
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
9595
<priority>0.80</priority>
9696
</url>
9797
<url>
98-
<loc>https://python.coderz.club/lessons/l15-regular-expression-in-python.html</loc>
98+
<loc>https://pythonpersian.com/lessons/l15-regular-expression-in-python.html</loc>
9999
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
100100
<priority>0.80</priority>
101101
</url>
102102
<url>
103-
<loc>https://python.coderz.club/lessons/l16-python-module-re.html</loc>
103+
<loc>https://pythonpersian.com/lessons/l16-python-module-re.html</loc>
104104
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
105105
<priority>0.80</priority>
106106
</url>
107107
<url>
108-
<loc>https://python.coderz.club/lessons/l17-object-oriented-programming-with-python.html</loc>
108+
<loc>https://pythonpersian.com/lessons/l17-object-oriented-programming-with-python.html</loc>
109109
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
110110
<priority>0.80</priority>
111111
</url>
112112
<url>
113-
<loc>https://python.coderz.club/lessons/l18-inheritance-and-association-in-python.html</loc>
113+
<loc>https://pythonpersian.com/lessons/l18-inheritance-and-association-in-python.html</loc>
114114
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
115115
<priority>0.80</priority>
116116
</url>
117117
<url>
118-
<loc>https://python.coderz.club/lessons/l19-metaclass-and-abstraction-in-python.html</loc>
118+
<loc>https://pythonpersian.com/lessons/l19-metaclass-and-abstraction-in-python.html</loc>
119119
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
120120
<priority>0.80</priority>
121121
</url>
122122
<url>
123-
<loc>https://python.coderz.club/lessons/l20-encapsulation-polymorphism-in-python.html</loc>
123+
<loc>https://pythonpersian.com/lessons/l20-encapsulation-polymorphism-in-python.html</loc>
124124
<lastmod>2023年04月18日T17:10:25+00:00</lastmod>
125125
<priority>0.80</priority>
126126
</url>
127127
<url>
128-
<loc>https://python.coderz.club/lessons/l21-descriptors-and-context-manager-in-python.html</loc>
128+
<loc>https://pythonpersian.com/lessons/l21-descriptors-and-context-manager-in-python.html</loc>
129129
<lastmod>2023年04月19日T17:10:25+00:00</lastmod>
130130
<priority>0.80</priority>
131131
</url>
132132
<url>
133-
<loc>https://python.coderz.club/lessons/l22-type-hinting-and-data-class-in-python.html</loc>
133+
<loc>https://pythonpersian.com/lessons/l22-type-hinting-and-data-class-in-python.html</loc>
134134
<lastmod>2023年04月19日T17:10:25+00:00</lastmod>
135135
<priority>0.80</priority>
136136
</url>
137137
<url>
138-
<loc>https://python.coderz.club/lessons/l23-traceback-and-exception-handling-in-python.html</loc>
138+
<loc>https://pythonpersian.com/lessons/l23-traceback-and-exception-handling-in-python.html</loc>
139139
<lastmod>2023年04月29日T17:10:25+00:00</lastmod>
140140
<priority>0.80</priority>
141141
</url>
142142
<url>
143-
<loc>https://python.coderz.club/lessons/l24-raise-exception-warning-and-assertion-in-python.html</loc>
143+
<loc>https://pythonpersian.com/lessons/l24-raise-exception-warning-and-assertion-in-python.html</loc>
144144
<lastmod>2023年04月01日T17:10:25+00:00</lastmod>
145145
<priority>0.80</priority>
146146
</url>
147147
<url>
148-
<loc>https://python.coderz.club/lessons/l25-python-module-datetime.html</loc>
148+
<loc>https://pythonpersian.com/lessons/l25-python-module-datetime.html</loc>
149149
<lastmod>2023年04月15日T17:10:25+00:00</lastmod>
150150
<priority>0.80</priority>
151151
</url>
152152
<url>
153-
<loc>https://python.coderz.club/changelog.html</loc>
153+
<loc>https://pythonpersian.com/changelog.html</loc>
154154
<lastmod>2023年04月17日T17:10:19+00:00</lastmod>
155155
<priority>0.80</priority>
156156
</url>
157157
<url>
158-
<loc>https://python.coderz.club/support.html</loc>
158+
<loc>https://pythonpersian.com/support.html</loc>
159159
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
160160
<priority>0.80</priority>
161161
</url>
162162
<url>
163-
<loc>https://python.coderz.club/support-report.html</loc>
163+
<loc>https://pythonpersian.com/support-report.html</loc>
164164
<lastmod>2023年04月17日T17:10:25+00:00</lastmod>
165165
<priority>0.80</priority>
166166
</url>
167167
<url>
168-
<loc>https://python.coderz.club/python-interactive.html</loc>
168+
<loc>https://pythonpersian.com/python-interactive.html</loc>
169169
<lastmod>2021年04月17日T17:10:19+00:00</lastmod>
170170
<priority>0.80</priority>
171171
</url>
172172
<url>
173-
<loc>https://python.coderz.club/python-resources.html</loc>
173+
<loc>https://pythonpersian.com/python-resources.html</loc>
174174
<lastmod>2021年04月20日T17:10:19+00:00</lastmod>
175175
<priority>0.80</priority>
176176
</url>
177177
<url>
178-
<loc>https://python.coderz.club/index.html</loc>
178+
<loc>https://pythonpersian.com/index.html</loc>
179179
<lastmod>2021年04月17日T17:10:23+00:00</lastmod>
180180
<priority>0.64</priority>
181181
</url>
182182
<url>
183-
<loc>https://python.coderz.club/challenges/python-code-challenges-basic.html</loc>
183+
<loc>https://pythonpersian.com/challenges/python-code-challenges-basic.html</loc>
184184
<lastmod>2023年05月05日T17:10:23+00:00</lastmod>
185185
<priority>0.64</priority>
186186
</url>

‎source/_templates/sphinx_minoo_theme/includes/bottom.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% if theme_direction == "ltr" %}
66
{% if prev %}
77
<a href="{{ prev.link|e }}" style="float:left;" title="{{ prev.title|striptags|e }}" accesskey="p"><i class="fa fa-chevron-left"></i>&nbsp; {{glossary.btn_previous}}</a>
8-
{% endif %}
8+
{% endif %}
99
{% if next %}
1010
<a href="{{ next.link|e }}" style="float:right;" title="{{ next.title|striptags|e }}" accesskey="n">{{glossary.btn_next}} &nbsp;<i class="fa fa-chevron-right"></i></a>
1111
{% endif %}
@@ -29,8 +29,7 @@ <h3>از تلاش برای ایجاد و نگهداری این کتاب حمای
2929
</a>
3030
<br>
3131
<hr style="border: 1px solid #E8EAF6;margin-right: -32px;margin-left: -32px;">
32-
<!-- AddToAny BEGIN -->
33-
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" data-a2a-url="https://python.coderz.club" data-a2a-title="کتاب پایتون به پارسی">
32+
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" data-a2a-url="https://pythonpersian.com" data-a2a-title="کتاب پایتون به پارسی">
3433
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
3534
<a class="a2a_button_facebook"></a>
3635
<a class="a2a_button_twitter"></a>
@@ -46,7 +45,7 @@ <h3>از تلاش برای ایجاد و نگهداری این کتاب حمای
4645
</div>
4746

4847

49-
<div id="body-footer" style="padding:32px">
48+
<div id="body-footer" style="padding:32px">
5049
<p>
5150
{%- if show_copyright %}
5251
{%- if hasdoc('copyright') %}
@@ -82,5 +81,4 @@ <h3>از تلاش برای ایجاد و نگهداری این کتاب حمای
8281
تماس با نویسنده
8382
</a>
8483
</p>
85-
</div>
86-
84+
</div>

‎source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<meta name="google-site-verification" content="IK2uIb0qP_6M9oopAJzjrXSMXGbyifQfX7nRlr2b0vI" />
5-
<link rel="alternate" href="https://python.coderz.club/{{ pagename }}.html" hreflang="fa-ir" />
4+
<link rel="alternate" href="https://pythonpersian.com/{{ pagename }}.html" hreflang="fa-ir" />
65
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vazir-font@28.0.0/dist/font-face.css">
76

87
{{ metatags }}
@@ -87,18 +86,15 @@
8786
{% endif %}
8887

8988
<!-- Google tag (gtag.js) -->
90-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-25G1Z7B4EZ"></script>
89+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KZ992ZME9G"></script>
9190
<script>
9291
window.dataLayer = window.dataLayer || [];
9392
function gtag(){dataLayer.push(arguments);}
9493
gtag('js', new Date());
9594

96-
gtag('config', 'G-25G1Z7B4EZ');
95+
gtag('config', 'G-KZ992ZME9G');
9796
</script>
9897

99-
100-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4325494309890534" crossorigin="anonymous"></script>
101-
10298
<script type="text/javascript" src="{{ pathto('_static/minoo-20230505.js', 1) }}"></script>
10399
<script type="text/javascript" src="{{ pathto('_static/modernizr.min.js', 1) }}"></script>
104100

‎source/changelog.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@
66
:keywords: معرفی پایتون, تاریخچه پایتون, کارایی پایتون, نسخه های پایتون, ویژگی های پایتون, آشنایی با پایتون, آموزش, آموزش پایتون, آموزش برنامه نویسی, پایتون
77

88

9-
.. _reports:
9+
.. _reports:
1010

1111
گزارش توسعه
1212
=============
1313

14+
.. raw:: html
15+
16+
<p class="rubric" id="00140" ><a class="reference external" href="#00140">00140</a> - یک‌شنبه ۴ خرداد ۱۴۰۳</p>
17+
18+
* دامنه کتاب به ``https://pythonpersian.com`` تغییر یافته است.
19+
* دامنه‌های قبلی ``https://python.coderz.club`` و ``https://python.coderz.ir`` تا پایان امسال همچنان معتبر هستند.
20+
21+
----
22+
1423

1524
.. raw:: html
1625

@@ -19,7 +28,6 @@
1928
* دامنه سرویس کدرز به ``club.‍‍`` تغییر داده شد.
2029
* صفحه حمایت مالی بروز گردید.
2130

22-
2331
----
2432

2533

@@ -341,7 +349,7 @@
341349

342350
<p class="rubric" id="00110" ><a class="reference external" href="#00110">00110</a> - چهارشنبه ۵ تیر ۱۳۹۸</p>
343351

344-
درس دوازدهم اضافه شد. با امید اینکه بروز رسانی‌های بعدی در فاصله زمانی کمتری انجام بشه.
352+
درس دوازدهم اضافه شد. با امید اینکه بروز رسانی‌های بعدی در فاصله زمانی کمتری انجام بشه.
345353
:emoji-size:`😉`
346354

347355
----
@@ -374,7 +382,7 @@
374382

375383
<p class="rubric" id="00107" ><a class="reference external" href="#00107">00107</a> - جمعه ۲۰ آذر ۱۳۹۴</p>
376384

377-
درس دهم با عنوان «ورودی و خروجی» به فهرست کتاب افزوده شد.
385+
درس دهم با عنوان «ورودی و خروجی» به فهرست کتاب افزوده شد.
378386
:emoji-size:`😉`
379387

380388
----

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /