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

Tag Archives: #Mastery025

Creation and use of ranges

The Range () function creates a list of variables for you to use, very common when working with “for” loops. There are two ways to create a range: Range (stop): this range starts with zero and ends with the number given as the stop value. Range ([start], stop [step]): you give the function the lower … Continue reading Creation and use of ranges

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