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
‘WSQs’ Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Tag Archives: WSQs

WSQ02

A new learning & teaching method. Flipped Classroom is an innovative pedagogic system in which the traditional method of professors giving a lecture in the classroom and students doing homework activities about the lecture is literally flipped.   In a flipped classroom the professor gives the material to the students for them to review it […]

WSQ06

This WSQ06 was quite easy, I just had to find a way in which I could get a random number so I used the function random.randint(a,b). What my program does It sets a random number between 1 and 100 and then asks the user to guess that number. I wrote it in a way that the user […]

WSQ05

This was quite easy since it was similar to the Fun with Numbers WSQ. In this WSQ I ask the user to choose a temperature measurement unit to convert their Fahrenheit degrees to. Once they chose it I inserted their integer input into its respective formula. I printed the conversion result and used if and elif to state […]

WSQ01

Setting up C++ in my computer… So, at first I thought it would be really easy to download a program and install it… I’ve done that a couple of times but I turned out this time I was totally lost. Why? Let me tell you… I opened Cygwin.com, where we were supposed to download the […]

WSQ00

Welcome to my blog! I just created a I agree to our #TC101 Page One! http://t.co/DsTCIgAwrd — 5nbpppkkyj (@5nbppkkyj) agosto 18, 2015 and a Blog

WSQ00

Completing my easy mission… Tweet link: https://twitter.com/Octavio_Rojas_/status/631999406733070336

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