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
‘MASTERY #17’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: MASTERY #17

“Triple kill”: If, Elif and Else

#this is the only mastery with three topics since all of them relate to each other.#   This three pals work together to make our life easier and just like the while they work with conditions. We use if, elif and else when we desire to perform different actions depending on the outcome of a … Continue reading “Triple kill”: If, Elif and Else

Mastery #8 #17

Use of “Switch” as a Conditional.

The syntax of the switch statement is a bit peculiar. Its purpose is to check for a value among a number of possible constant expressions. It is something similar to concatenating if-else statements, but limited to constant expressions. Its most… Continue Reading →

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).