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

Tag Archives: #DoubleMastery

Mastery 19 & Mastery 20

Hello everybody, this post is to explain the basic use of while loops and for loops. While is a loop that will be performed if the conditions inside its definition is true. Yes, you are right… again boolean value. If the condition inside the while returns the value true then the code under the while […]

Mastery 15 & Mastery 16

This post is for mastery points 15 and 16: So this time it is about conditional if and using else with a conditional As you may know, an if statement is a fairly simple conditional, yet you can do very interesting things with it. It’s different from a for cycle because with the if condition […]

Mastery11 & Mastery12

This post is for mastery points 11 and 12. I created a video explaining how to create a function and then call it later in your code. Believe me it’s really easy. First you should know that a function is a predefined piece of code contained like in a capsule. Each time ou need the […]

Mastery11 & Mastery12

This post is for mastery points 11 and 12. I created a video explaining how to create a function and then call it later in your code. Believe me it’s really easy. First you should know that a function is a predefined piece of code contained like in a capsule. Each time ou need the […]

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