Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_static/sitemap-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<priority>0.80</priority>
</url>
<url>
<loc>https://python.coderz.ir/lessons/l10.html</loc>
<lastmod>2021-03-17T17:10:25+00:00</lastmod>
<loc>https://python.coderz.ir/lessons/l10-input-file-json-and-serialization-in-python.html</loc>
<lastmod>2023-04-17T17:10:25+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
Expand Down
12 changes: 12 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
=============


.. raw:: html

<p class="rubric" id="00135" ><a class="reference external" href="#00135">00135</a> - ]چهارشنبه ۶ اردیبهشت ۱۴۰۲</p>

* درس دهم ویرایش و بروزرسانی گردید.
* بخش «ساختارهای ذخیره و تبادل داده» به درس دهم اضافه شد.
* [`Issue #60 <https://github.com/saeiddrv/PythonPersianTutorial/issues/60>`__]


----


.. raw:: html

<p class="rubric" id="00134" ><a class="reference external" href="#00134">00134</a> - یک‌شنبه ۳ اردیبهشت ۱۴۰۲</p>
Expand Down
2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
lessons/l08-list-and-tuple-in-python
lessons/l08-set-and-dict-in-python
lessons/l09-control-flow-statements-in-python
lessons/l10
lessons/l10-input-file-json-and-serialization-in-python
lessons/l11
lessons/l12
lessons/l13
Expand Down
Loading