|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "5ab57a49", |
| 6 | + "metadata": {}, |
| 7 | + "source": [ |
| 8 | + "# Table of Contents\n", |
| 9 | + "\n", |
| 10 | + "### [Ch01 - Introduction](./Ch01-Introduction.ipynb)\n", |
| 11 | + "### [Ch02 - Data, Variables & Standard IO](./Ch02-1-Data-Variables-StdIO.ipynb)\n", |
| 12 | + "### [Ch03-1 - Built-in Functions](./Ch03-1-Functions-Built-in.ipynb)\n", |
| 13 | + "### [Ch03-2 - Std Library Functions](./Ch03-2-Functions-Library.ipynb)\n", |
| 14 | + "### [Ch03-3 - User-defined Functions](./Ch03-3-Functions-UserDefined.ipynb)\n", |
| 15 | + "### [Ch03-4 - Unittesting](./Ch03-4-UnittestingFunctions.ipynb)\n", |
| 16 | + "### [Ch03-5 - Namespace, Modules & Refactoring](./Ch03-5-NamespaceModulesRefactoring.ipynb)\n", |
| 17 | + "### [Ch04 - Conditionals](./Ch04-Conditionals.ipynb)\n", |
| 18 | + "### [Ch05 - Iterations](./Ch05-Iterations.ipynb)\n", |
| 19 | + "### [Ch06 - Strings](./Ch06-Strings.ipynb)\n", |
| 20 | + "### [Ch07 - Tuples](./Ch07-Tuples.ipynb)\n", |
| 21 | + "### [Ch08-1 - Lists](./Ch08-1-Lists.ipynb)\n", |
| 22 | + "### [Ch09-1 - Dictionaries](./Ch09-1-Dictionaries.ipynb)\n", |
| 23 | + "### [Ch10-1 - Files](./Ch10-1-Files.ipynb)\n", |
| 24 | + "### [Ch13 - Recursion](./Ch13-Recursion.ipynb)\n", |
| 25 | + "### [Ch14 - OOP Introduction](./Ch14-OOP.ipynb)\n" |
| 26 | + ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "cell_type": "code", |
| 30 | + "execution_count": null, |
| 31 | + "id": "e16018e4", |
| 32 | + "metadata": {}, |
| 33 | + "outputs": [], |
| 34 | + "source": [] |
| 35 | + } |
| 36 | + ], |
| 37 | + "metadata": { |
| 38 | + "kernelspec": { |
| 39 | + "display_name": "Python 3 (ipykernel)", |
| 40 | + "language": "python", |
| 41 | + "name": "python3" |
| 42 | + }, |
| 43 | + "language_info": { |
| 44 | + "codemirror_mode": { |
| 45 | + "name": "ipython", |
| 46 | + "version": 3 |
| 47 | + }, |
| 48 | + "file_extension": ".py", |
| 49 | + "mimetype": "text/x-python", |
| 50 | + "name": "python", |
| 51 | + "nbconvert_exporter": "python", |
| 52 | + "pygments_lexer": "ipython3", |
| 53 | + "version": "3.10.8" |
| 54 | + } |
| 55 | + }, |
| 56 | + "nbformat": 4, |
| 57 | + "nbformat_minor": 5 |
| 58 | +} |
0 commit comments