Tag Archives: High School Engineering

Keys to a Successful Engineering Career LESSON 2: What High School Students Should Know

Key aspect of engineering success is to start early. Hence, this video is targeted to High School and Middle Schoolers. Getting a jump on things by developing good math and study habits will put you ahead of the crown. Also, you want to start developing your coding and troubleshooting skills as early as possible. This video should help you get your engineering career off to an early start by developing good habits early.

Raspberry Pi Linux LESSON 4: Creating and Editing Text Files Using Nano Command

As we learn more about the Raspberry Pi, we will get to the point that we will need to write programs. We have learned how to write python programs in our earlier tutorial series on the Arduino. Good news is that we can apply what we learned there to the Raspberry Pi. But, we will first have to learn how to create and edit text files. The text editor we will use on the Raspberry Pi is called “nano”. We will learn how to use nano by creating and editing simple text files. Also in this lesson we learn how to make new directories in Linux using the mkdir command. We also learn that we can view a file without opening it by using the “cat” command.

Watch the video above for all this information. These concepts are best taught and learned by watching and doing. So, watch the video and do the commands along with me. You will be an expert in no time!