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
5nbpppkkyj’s Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Author Archives: 5nbpppkkyj

Mastery07

Use of comments in Python It is said that comments tell you why and your code tells you how. When you code, you are telling your computer what to do using just instructions. It is not a human that needs to know the actual reasons why it works but you do have to keep your […]

Quiz11

Check out my code here!

ECOS

I just completed the ECOS evaluation available at MiTec. As a former Prepa Tec student I can tell you that we were forced (as in, you couldn’t leave the computer lab until you finished kind of forced) to complete these evaluations so it is kind of baffling to me that they aren’t compulsory, specially at […]

WSQ10

This was kind of hard to do the right way. I tried to ask the user for numbers separately and then do calculations with all of these as variables before realising it was kind of wrong so I read the List chapter and understood how to use loops for it. In this way, my code […]

WSQ09

So this is simple factorial calculator, it was kind of easy to do. This is factorialcalc.py in action!

WSQ08

In this WSQ I have fun with numbers, again! I’m sure my code can be optimized but I tried to write it as clean i.e. readable, as possible. So yeah, all I did was print some options for the user and ask for two numbers to work with. Finally, I created some functions so they are […]

Quiz08

This is my code!

Quiz07

This is my code!

Quiz06

You can see my code here.
This is my code in action!

Mastery03

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