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

Tag Archives: #Mastery022

When to use which repetition

So far we have seen both “while” and “for” loops, but now we will learn to judge in which situation we need to use either of them. The “while” loop will repeat itself as long as the condition that accompanies it remains true, this means that a “while” loop will tend to repeat itself to … Continue reading When to use which repetition

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