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

Tag Archives: Mastery 14

Creating, Importing and Using Python modules

A good way to play around with python modules is using functions. In a previous mastery about the programing environment we already reviewed how to create a python file, and a module is just like that, but with the condition is that it has to be able to run by itself if given a parameter, … Continue reading Creating, Importing and Using Python modules

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