diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-17 14:31:50 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-17 14:31:50 -0600 |
| commit | a439c924b7f222f8160e694cee928b0c09c03551 (patch) | |
| tree | a17dd6ff7eafcf2b61b58827c5c3bc3657873651 /tutorials/module_2 | |
| parent | 7be45360e1131945f2c43182358da252ee07edac (diff) | |
Re-organized tutorials to modules
Diffstat (limited to 'tutorials/module_2')
| -rw-r--r-- | tutorials/module_2/2_01_intro_to_numerical_methods.md | 6 | ||||
| -rw-r--r-- | tutorials/module_2/2_ai_assisted_programming.md | 5 | ||||
| -rw-r--r-- | tutorials/module_2/2_version_control.md | 15 |
3 files changed, 26 insertions, 0 deletions
diff --git a/tutorials/module_2/2_01_intro_to_numerical_methods.md b/tutorials/module_2/2_01_intro_to_numerical_methods.md new file mode 100644 index 0000000..fd51953 --- /dev/null +++ b/tutorials/module_2/2_01_intro_to_numerical_methods.md @@ -0,0 +1,6 @@ +# Introduction to Numerical Methods + + +## What is Numerical? + +## How does it work? [Error] diff --git a/tutorials/module_2/2_ai_assisted_programming.md b/tutorials/module_2/2_ai_assisted_programming.md new file mode 100644 index 0000000..e2b39a0 --- /dev/null +++ b/tutorials/module_2/2_ai_assisted_programming.md @@ -0,0 +1,5 @@ +AI assisted programming + +- GitHub Copilot +- ChatGPT +- AIXcoder diff --git a/tutorials/module_2/2_version_control.md b/tutorials/module_2/2_version_control.md new file mode 100644 index 0000000..5a28715 --- /dev/null +++ b/tutorials/module_2/2_version_control.md @@ -0,0 +1,15 @@ +# Version Control + +## What is Version Control +Version control is a system that tracks changes to files, enabling developers to collaborate, manage code history, and revert to previous versions when needed. + +Why use it you may ask? +- Tracks changes and history. +- Enables collaboration among developers. +- Reduces errors by managing code versions. +- Supports branching and merging for parallel development. + +## Git +Git is a version control program that allows + +## GitHub |
