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

Author Archives: drag04

WSQ13 – Babylonian Method

Short and simple. Here’s my code: https://github.com/Dragv/wsq13/tree/master

WSQ12 – Greatest Common Divisor

Fairly simple and short. Here’s the code: https://github.com/Dragv/wsq12/tree/master

WSQ 11 – Yo Soy 196

This was a hard one. I will for ever remember this WSQ. Here’s the code: https://github.com/Dragv/wsq11/tree/master

Masteries #28 and #29

Here’s my video of me explaining masteries #28 and #29 Enjoy.

Mastery #23 – Creation and use of lists in Python

Here’s my video of me explaining mastery #23. Enjoy.

Mastery #22 – When to use what type of repetition in a program

Here’s my video of me explaining mastery #22. Enjoy.

Mastery #20 – Use of loops with “for”

Here’s my video of me explaining mastery #20. Enjoy.

Masteries #17 and #21

Here’s my video of me explaining masteries#17 and #21. Enjoy.

Masteries #13 and #14

Here’s my video of me explaining masteries#13 and #14 Enjoy.

Mastery #7 – Use of comments in Python

Here’s my video of me explaining mastery #7. Enjoy.

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