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

Tag Archives: #itesmGDL

WSQ06 – PICK A NUMBER

(Credit goes to http://9gag.com/gag/a0LYA5X)  For my sixth asssigment, I had to write a program that picked a random number in the range of 1 to 100. I had a lot of trouble doing this though!!! At first I was so lost. I mean, I had the previous knowledge from the others WSQs, but it wasn’t enough. Hence, I decided to […]

WSQ05 – TEMPERATURE

(Credit goes to http://9gag.com/gag/2687338) For this assigment I had to convert  Fahrenheit to Celsius. So first,  I chose a number (which was 57, I don’t know why), and then I started to write the code in Atom. As you can see in the next image: I didn’t had a lot of trouble in this WSQ like […]

WSQ04 – AN ABOUT PAGE

If you want to know about me, you can check out my ‘About Me’ page. Btw I love hot wings. (Credit goes to http://9gag.com/gag/a8WGPe3) 

WSQ03 – FUN WITH NUMBERS

(Credit goes to http://9gag.com/gag/avgrDDb) In this assigment, I had to do the following: Ask the user for two integer values. The sum of the two numbers. The difference of the two numbers. The product of the two numbers. The integer based division of the two numbers (so no decimal point). First divided by second. The […]

WSQ02 – FLIPPED CLASSROOM

(Credit goes to http://memecrunch.com/meme/HHA4/flipped-classroom) Flipped Classroom is an innovative way of learning, where you flip the traditional method of teaching. It is about the student learning the content before class, and then when it’s class time, he or she can ask the teacher any doubt or trouble he/she had. This method allows the class to […]

WSQ01 – SETTING UP C++

My experience with setting up my programming environment was kind of messy. Here is why:  First, I use Windows as my operating system, so I looked for Cygwin and installed it from its webpage (https://www.cygwin.com/). I had not trouble doing that. The problem started when I had to select the packages. I knew I had […]

WSQ00 – SIGN PAGE ONE

Hi, this is the first homework of the semester: (It’s just me tweeting that I agree to the Page One of the course) My blog: https://delusionalpieceofdust.wordpress.com/ My GitHub: https://github.com/anagloriaac Link to the tweet: https://twitter.com/thecokemermaid/status/631566167325278208

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