Skip to content

Commit 0407cd8

Browse files
committed
[06-python-2] Add Python - 02 Documentation
1 parent 5e7e680 commit 0407cd8

35 files changed

+5012
-756
lines changed

docs/05-python-1/README.md

-408
Large diffs are not rendered by default.

docs/06-python-2/ACM_BPDC_Python_2.ipynb

+1,638
Large diffs are not rendered by default.

docs/06-python-2/README.md

+828
Large diffs are not rendered by default.

docs/06-python-2/assets/coffee.gif

85.4 KB
Loading
762 KB
Loading
File renamed without changes.
File renamed without changes.

docs/06-python-2/assets/lists.gif

1.61 MB
Loading

docs/06-python-2/assets/package.gif

310 KB
Loading

docs/06-python-2/assets/python.png

10.9 KB
Loading

docs/06-python-2/assets/thor.gif

3.08 MB
Loading
File renamed without changes.

mkdocs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ nav:
88
- '3: Data Structures' : './03-data-structures/README.md'
99
- '4: Algorithms': './04-algorithms/README.md'
1010
- '5: Python - 1': './05-python-1/README.md'
11+
- '6: Python - 2': './06-python-2/README.md'
12+
# - '6: Python - 2': './06-python-2/ACM_BPDC_Python_2.ipynb'
13+
14+
# plugins:
15+
# - mkdocs-jupyter:
16+
# execute: True
17+
# execute_ignore: "./05-python-1/*.ipynb"

site/01-command-line-interface/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@
180180
</li>
181181
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
182182
</li>
183+
<li class="toctree-l1"><a class="reference internal" href="../06-python-2/">6: Python - 2</a>
184+
</li>
183185
</ul>
184186
</div>
185187
</div>

site/02-overview-of-programming-languages/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@
272272
</li>
273273
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
274274
</li>
275+
<li class="toctree-l1"><a class="reference internal" href="../06-python-2/">6: Python - 2</a>
276+
</li>
275277
</ul>
276278
</div>
277279
</div>

site/03-data-structures/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
</li>
115115
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
116116
</li>
117+
<li class="toctree-l1"><a class="reference internal" href="../06-python-2/">6: Python - 2</a>
118+
</li>
117119
</ul>
118120
</div>
119121
</div>

site/04-algorithms/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
</li>
107107
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
108108
</li>
109+
<li class="toctree-l1"><a class="reference internal" href="../06-python-2/">6: Python - 2</a>
110+
</li>
109111
</ul>
110112
</div>
111113
</div>

site/05-python-1/index.html

+6-340
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)