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, Page 4
Introduction to Programming Python and C++

Author Archives: drag04

WSQ05 – Temperature

So in this WSQ I went a little bit more ham that i should of. The practice was simply to ask for a temperature in Fahrenheit and change it to Celsius. What I made the program do is for it to ask the user with what units he’s working with and then asks what units […]

WSQ04 – About Me

So, I’ve updated my about page. You can check it over here: https://dragv.wordpress.com/about/ Since this is a short blog post, here’s one of my favorite things to send my friends when they ask me how did I do a homework or classwork in the computer.

WSQ03 – Fun With Numbers

This program is pretty simple. It asks the user to give it two integers and returns the multiplication, sum, subtraction, and integer division of the two integers.

WSQ02 – Flipped learning

I watched the video of flipped classroom, and to a certain point it was quite informative. I wasn’t familiar at all with this concept until I started the university. I like the idea because it does feel a like a more student centered class instead of the whole class being only focused in the teacher […]

WSQ01 – Setting up programming enviroment

I installed Python, Atom, and Cygwin to my Windows machine, and ran the normal “Hello World” program with python.    

WSQ00 – Sign Page One

I agree to our #TC101 Page One http://t.co/nBgzLjVg8P @ken_bauer — Alejandro Güereca (@dragv_guereca) August 12, 2015 And since I like seals here’s one

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