|
20 | 20 | "source": [
|
21 | 21 | "### Introduction to Python\n",
|
22 | 22 | "\n",
|
23 |
| - "\n", |
| 23 | + "\n", |
24 | 24 | "\n",
|
25 | 25 | "Welcome to this introductory course on Python! This course is intended to help you start programming in Python from little or no prior experience. There are video tutorials for each exercise if you have questions along the way.\n",
|
26 | 26 | "\n",
|
27 | 27 | "[](https://www.youtube.com/watch?v=EO_YpBs8cs0&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Introduction to Python\")\n",
|
28 | 28 | "\n",
|
29 | 29 | "One of the unique things about this course is that you work on basic elements to help you with a temperature control project. You will see your Python code have a real effect by adjusting heaters to maintain a target temperature, just like a thermostat in a home or office.\n",
|
30 | 30 | "\n",
|
31 |
| - "\n", |
| 31 | + "\n", |
32 | 32 | "\n",
|
33 | 33 | "One of the best ways to start or review a programming language is to work on a simple project. These exercises are designed to teach basic Python programming skills to help you design a temperature controller. Temperature control is found in many applications such as home or office HVAC, manufacturing processes, transportation, and life sciences. Even our bodies regulate to a specific temperature.\n",
|
34 | 34 | "\n",
|
35 |
| - "\n", |
| 35 | + "\n", |
36 | 36 | "\n",
|
37 | 37 | "This project is to regulate the temperature of the TCLab. Each TCLab has thermochromic (changes color with temperature) paint that turns from black to purple when the temperature reaches the target temperature of 37°C (99°F).\n",
|
38 | 38 | "\n",
|
39 |
| - "\n", |
| 39 | + "\n", |
40 | 40 | "\n",
|
41 | 41 | "The first thing that you'll need is to install Anaconda and run the Jupyter notebook. [Download Anaconda to use Jupyter](https://www.anaconda.com/distribution/) or [watch a video on how to install it](https://youtu.be/LrMOrMb8-3s).\n",
|
42 | 42 | "\n",
|
|
0 commit comments