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

Tag Archives: #masterie21

Recursion for repetitive algorithms

Sometimes we will be coding a fucntion that need to be more than one time. So we will be facing a problem since mayve we would be able to solve our problem by making our algorithm longer but at the… Continue Reading →

Topic masterie 21

Here is my video tutorial for the topic masterie 21

link: https://www.youtube.com/watch?v=5LPV4HEYlYQ&feature=youtu.be

 

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