Skip to content

Commit 3417120

Browse files
committed
2023_Week26_Initial Release
1 parent 8f9e9b5 commit 3417120

File tree

13 files changed

+1247
-7
lines changed

13 files changed

+1247
-7
lines changed
75.2 KB
Binary file not shown.
56.3 KB
Binary file not shown.
59 Bytes
Binary file not shown.

docs/_build/html/_sources/newsletters/2023/WEEK_26.rst.txt

Lines changed: 381 additions & 0 deletions
Large diffs are not rendered by default.

docs/_build/html/_sources/newsletters/index.2023.rst.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
==========
33
.. toctree::
44
:maxdepth: 4
5-
6-
2023 June - Week 25 <2023/WEEK_25.rst>
5+
6+
2023 June - Week 26 <2023/WEEK_26.rst>
7+
2023 June - Week 25 <2023/WEEK_25.rst>
8+

docs/_build/html/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ <h1>Python-world Newsletter’s<a class="headerlink" href="#python-world-newslet
7878
<div class="toctree-wrapper compound">
7979
<ul>
8080
<li class="toctree-l1"><a class="reference internal" href="newsletters/index.2023.html">2023</a><ul>
81+
<li class="toctree-l2"><a class="reference internal" href="newsletters/2023/WEEK_26.html"> 2023 June - Week 26</a></li>
8182
<li class="toctree-l2"><a class="reference internal" href="newsletters/2023/WEEK_25.html"> 2023 June - Week 25</a></li>
8283
</ul>
8384
</li>

docs/_build/html/modules.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,22 @@
7777
<div class="toctree-wrapper compound">
7878
<ul>
7979
<li class="toctree-l1"><a class="reference internal" href="newsletters/index.2023.html">2023</a><ul>
80+
<li class="toctree-l2"><a class="reference internal" href="newsletters/2023/WEEK_26.html"> 2023 June - Week 26</a><ul>
81+
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_26.html#introduction-and-highlights">Introduction and Highlights</a></li>
82+
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_26.html#code-snippets">Code Snippets</a><ul>
83+
<li class="toctree-l4"><a class="reference internal" href="newsletters/2023/WEEK_26.html#exploring-the-power-of-r-in-python-s-print-statement">1. 🐍 Exploring the Power of \r in Python’s Print Statement</a></li>
84+
<li class="toctree-l4"><a class="reference internal" href="newsletters/2023/WEEK_26.html#unleashing-the-power-of-ordereddict">2. 📚 Unleashing the Power of OrderedDict</a></li>
85+
<li class="toctree-l4"><a class="reference internal" href="newsletters/2023/WEEK_26.html#exploring-the-magic-of-stem-in-pathlib">3. 🔍 Exploring the Magic of stem in pathlib 🌿</a></li>
86+
<li class="toctree-l4"><a class="reference internal" href="newsletters/2023/WEEK_26.html#demystifying-url-parsing-with-urlparse">4. 🌐 Demystifying URL Parsing with <cite>urlparse</cite></a></li>
87+
<li class="toctree-l4"><a class="reference internal" href="newsletters/2023/WEEK_26.html#exploring-type-creation-and-modification-using-type">5. 🧪 Exploring Type Creation and Modification using <cite>type</cite></a></li>
88+
</ul>
89+
</li>
90+
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_26.html#upcoming-events">Upcoming Events</a></li>
91+
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_26.html#useful-resources">Useful Resources</a></li>
92+
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_26.html#contact">Contact</a></li>
93+
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_26.html#contributors">Contributors</a></li>
94+
</ul>
95+
</li>
8096
<li class="toctree-l2"><a class="reference internal" href="newsletters/2023/WEEK_25.html"> 2023 June - Week 25</a><ul>
8197
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_25.html#introduction-and-highlights">Introduction and Highlights</a></li>
8298
<li class="toctree-l3"><a class="reference internal" href="newsletters/2023/WEEK_25.html#code-snippets">Code Snippets</a><ul>

docs/_build/html/newsletters/2023/WEEK_26.html

Lines changed: 440 additions & 0 deletions
Large diffs are not rendered by default.

docs/_build/html/newsletters/index.2023.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<script src="../_static/js/theme.js"></script>
2323
<link rel="index" title="Index" href="../genindex.html" />
2424
<link rel="search" title="Search" href="../search.html" />
25-
<link rel="next" title="Python-World Newsletter - June 2023, Week 25" href="2023/WEEK_25.html" />
25+
<link rel="next" title="Python-World Newsletter - June 2023, Week 26" href="2023/WEEK_26.html" />
2626
<link rel="prev" title="&lt;no title&gt;" href="../modules.html" />
2727
</head>
2828

@@ -47,6 +47,7 @@
4747
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
4848
<ul class="current">
4949
<li class="toctree-l1 current"><a class="current reference internal" href="#">2023</a><ul>
50+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html"> 2023 June - Week 26</a></li>
5051
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_25.html"> 2023 June - Week 25</a></li>
5152
</ul>
5253
</li>
@@ -82,6 +83,22 @@
8283
<h1>2023<a class="headerlink" href="#id1" title="Permalink to this heading"></a></h1>
8384
<div class="toctree-wrapper compound">
8485
<ul>
86+
<li class="toctree-l1"><a class="reference internal" href="2023/WEEK_26.html"> 2023 June - Week 26</a><ul>
87+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html#introduction-and-highlights">Introduction and Highlights</a></li>
88+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html#code-snippets">Code Snippets</a><ul>
89+
<li class="toctree-l3"><a class="reference internal" href="2023/WEEK_26.html#exploring-the-power-of-r-in-python-s-print-statement">1. 🐍 Exploring the Power of \r in Python’s Print Statement</a></li>
90+
<li class="toctree-l3"><a class="reference internal" href="2023/WEEK_26.html#unleashing-the-power-of-ordereddict">2. 📚 Unleashing the Power of OrderedDict</a></li>
91+
<li class="toctree-l3"><a class="reference internal" href="2023/WEEK_26.html#exploring-the-magic-of-stem-in-pathlib">3. 🌿 Exploring the Magic of stem in pathlib</a></li>
92+
<li class="toctree-l3"><a class="reference internal" href="2023/WEEK_26.html#demystifying-url-parsing-with-urlparse">4. 🌐 Demystifying URL Parsing with <cite>urlparse</cite></a></li>
93+
<li class="toctree-l3"><a class="reference internal" href="2023/WEEK_26.html#exploring-type-creation-and-modification-using-type">5. 🧪 Exploring Type Creation and Modification using <cite>type</cite></a></li>
94+
</ul>
95+
</li>
96+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html#upcoming-events">Upcoming Events</a></li>
97+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html#useful-resources">Useful Resources</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html#contact">Contact</a></li>
99+
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_26.html#contributors">Contributors</a></li>
100+
</ul>
101+
</li>
85102
<li class="toctree-l1"><a class="reference internal" href="2023/WEEK_25.html"> 2023 June - Week 25</a><ul>
86103
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_25.html#introduction-and-highlights">Introduction and Highlights</a></li>
87104
<li class="toctree-l2"><a class="reference internal" href="2023/WEEK_25.html#code-snippets">Code Snippets</a><ul>
@@ -112,7 +129,7 @@ <h1>2023<a class="headerlink" href="#id1" title="Permalink to this heading"><
112129
</div>
113130
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
114131
<a href="../modules.html" class="btn btn-neutral float-left" title="&lt;no title&gt;" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
115-
<a href="2023/WEEK_25.html" class="btn btn-neutral float-right" title="Python-World Newsletter - June 2023, Week 25" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
132+
<a href="2023/WEEK_26.html" class="btn btn-neutral float-right" title="Python-World Newsletter - June 2023, Week 26" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
116133
</div>
117134

118135
<hr/>

docs/_build/html/objects.inv

15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)