diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:25:31 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:25:31 -0600 |
| commit | 652f88728eb91bae1c4f30b63d1fbe60788ea938 (patch) | |
| tree | 65cfe591da183b969885e8c557b1ac5810727ec8 /tutorials/module_1/notebook_1/intro_to_programming.ipynb | |
| parent | 42fca6122f4baf847ec2794b172abbc6a2193407 (diff) | |
Added jupyter notebook converter script. Converts markdown (.md) tutorials to jupyter notebook (.ipynb).
Diffstat (limited to 'tutorials/module_1/notebook_1/intro_to_programming.ipynb')
| -rw-r--r-- | tutorials/module_1/notebook_1/intro_to_programming.ipynb | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tutorials/module_1/notebook_1/intro_to_programming.ipynb b/tutorials/module_1/notebook_1/intro_to_programming.ipynb new file mode 100644 index 0000000..f41a719 --- /dev/null +++ b/tutorials/module_1/notebook_1/intro_to_programming.ipynb @@ -0,0 +1,44 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Introduction to Programming\n", + "\n", + "## The Importance of Programming in Engineering\n", + "\n", + "Engineering is all about solving problems, designing innovative\n", + "solutions, and making systems work efficiently. Whether you’re designing\n", + "cars, airplanes, rockets, or even everyday machines, programming plays a\n", + "critical role in modern engineering.\n", + "\n", + "In mechanical engineering, programming helps us **analyze data, model\n", + "complex systems, automate repetitive tasks, and simulate real-world\n", + "physics.** For example, instead of spending hours solving equations by\n", + "hand, engineers can write a program that does it in seconds. This saves\n", + "time and therefore do more.\n", + "\n", + "With programming, mechanical engineers can:\n", + "\n", + "- **Automate calculations:** Quickly solve equations for heat\n", + " transfer, fluid dynamics, and mechanical stresses.\n", + "- **Simulate systems:** Model how a bridge bends under weight or how\n", + " an engine burns fuel efficiently.\n", + "- **Analyze data:** Process thousands of test results to improve\n", + " designs.\n", + "- **Control machines:** Program robots, 3D printers, and CNC’s.\n", + "\n", + "In this course, you’ll see how computing and programming applies to\n", + "mechanical engineering and how they can make you a better problem\n", + "solver. By the end, you’ll have the skills and understanding of how to\n", + "write programs that help you **think like an engineer in the digital\n", + "age.**" + ], + "id": "307c2389-0504-4970-a463-389bbd313e0e" + } + ], + "nbformat": 4, + "nbformat_minor": 5, + "metadata": {} +} |
