Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#mastery05’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #mastery05

Mastery 05: Demonstrate use of Linux sufficient for quizzes/exams

I don’t know why, but the Impr pant key wasn’t working, so I had to take a picture with my phone. As you can see, this time I didn’t use my own computer because I don’t have Ubuntu installed. Basically, this mastery was just to demonstrate that I know how to write a code and […]

Mastery 5 – Linux sufficient for exams

To execute a file in Linux all you have to do is go to the terminal and write “python3” and then the location of the file. Be sure to write the name of the file and “.py” after it. To make the location shorter save the file in the main directory. An ex…

MASTERY 05: Use of comments in C++

(The credit of the background image goes to https://flic.kr/p/6joBmZ) Hi, welcome to Mastery #5. This one is about using comments in C++ It’s as easy as kindergarten. Using comments in C++ can be very useful for a programmer because they help you to write notes about what you’re doing and also can be used as remainders […]

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).