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

Tag Archives: Mastery #19

Loops with “While”

Looping will be very important skill for this course, from my experience more that 75% of the activities you will do during the course will require you to loop a piece of code. There are different ways to make loops, but right now we will review the one called “While”. The while loop basically takes … Continue reading Loops with “While”

Using Loops FOR and WHILE

Loops Loops are used to repeat a block of code. Being able to have your program repeatedly execute a block of code is one of the most basic but useful tasks in programming — many programs or websites that produce… 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).