diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-22 16:26:11 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-22 16:26:11 -0600 |
| commit | ec6f7800ee9afd2cf354b05883502a0a327561d2 (patch) | |
| tree | 2dcce6d294dbed8b165ecb5103d0c2f7a1e1a220 /tutorials/module_1/latex/module1.toc | |
| parent | f2f717926692c18f51e172de3aa22360620c7250 (diff) | |
Added latex files
Diffstat (limited to 'tutorials/module_1/latex/module1.toc')
| -rw-r--r-- | tutorials/module_1/latex/module1.toc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tutorials/module_1/latex/module1.toc b/tutorials/module_1/latex/module1.toc new file mode 100644 index 0000000..a8b4487 --- /dev/null +++ b/tutorials/module_1/latex/module1.toc @@ -0,0 +1,21 @@ +\contentsline {chapter}{\nonumberline Acknowledgements}{iv}{chapter*.4}% +\contentsline {chapter}{\nonumberline Introduction}{v}{chapter*.5}% +\contentsline {chapter}{\numberline {1}Basics of Python}{1}{chapter.1}% +\contentsline {section}{\numberline {1.1}Basics of Python}{1}{section.1.1}% +\contentsline {subsection}{\numberline {1.1.1}Syntax}{1}{subsection.1.1.1}% +\contentsline {subsubsection}{\nonumberline Indentations and blocks}{1}{subsubsection*.7}% +\contentsline {subsubsection}{\nonumberline Comments}{1}{subsubsection*.9}% +\contentsline {subsection}{\numberline {1.1.2}Operators}{1}{subsection.1.1.2}% +\contentsline {subsubsection}{\nonumberline Arithmetic operators}{1}{subsubsection*.11}% +\contentsline {subsubsection}{\nonumberline Comparison operators}{1}{subsubsection*.13}% +\contentsline {subsubsection}{\nonumberline Logical operators}{2}{subsubsection*.15}% +\contentsline {subsubsection}{\nonumberline Identity operators}{2}{subsubsection*.17}% +\contentsline {subsection}{\numberline {1.1.3}Order of Operation}{2}{subsection.1.1.3}% +\contentsline {subsection}{\numberline {1.1.4}Data types}{3}{subsection.1.1.4}% +\contentsline {subsection}{\numberline {1.1.5}Variables}{3}{subsection.1.1.5}% +\contentsline {paragraph}{\nonumberline Declaring and Assigning Variables}{3}{paragraph*.19}% +\contentsline {subparagraph}{\nonumberline Rules}{3}{subparagraph*.21}% +\contentsline {paragraph}{\nonumberline Updating Variables}{4}{paragraph*.23}% +\contentsline {paragraph}{\nonumberline Variable Types \& Type Checking}{4}{paragraph*.25}% +\contentsline {section}{\numberline {1.2}Exercise}{4}{section.1.2}% +\providecommand \tocbasic@end@toc@file {}\tocbasic@end@toc@file |
