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

Author Archives: andresslvr

Try Again. WSQ06

Hi, we’re back. Well for this WSQ we need some new libraries and a accumulator in which we will be able to store the number of fails the player did obtain, and that’s all is pretty simple this time. Down below you will find the code. Have a nice week.   The Source Code   flickr […]

Rise! – WSQ05

Well for this WSQ is pretty simple what we have to do is just input the temperature at ºF and convert it to ºC degrees, as we know the practical formula is : ºC = 5 x ((ºF – 32) / 9). And thats it we just input the value of the Fahrenheit and we obtain the […]

Who? – WSQ04

Well Hi, my name is Andrés Salas I’m 21 years old, currently a student in the ITESM , I’m studying a degree on mechatronic engineer, and I’m happy with my decision because is a real challenging degree. By the moment is all i have to say about my self. Thanks for reading. Have a nice […]

Who? – WSQ04

Well Hi, my name is Andrés Salas I’m 21 years old, currently a student in the ITESM , I’m studying a degree on mechatronic engineer, and I’m happy with my decision because is a real challenging degree. By the moment is all i have to say about my self. Thanks for reading. Have a nice […]

Bonus Quiz – Bonus Life

Hey, for this Bonus time is just a screenshot of the ECOAS which is a grade system for professors, so I will post the screenshot down below. Have a nice week.   flickr photo by Frédéric BISSON https://www.flickr.com/photos/zigazou76/8522717632 Some Rights Reserved

QUIZ #07 – C++ Go Home, You’re Drunk

Hey for this quiz, I was able to found the problem. Overthinking! the problem was really simple the only thing you had to do was to relax, focus and thats it we are engineers we know how to solve problems so let’s do it. For the first part of the fibonacci sequence is you just […]

Quiz #6 – And now, You call it Madness.

Fun Quiz, a little bit tricky but fun, there’s a lot stress on this one, a lot people failed. But as Ken says it’s #OkToFail. Well back to business, in the first part of the quiz is make a function called “superpower” able to ask for two numbers and return the power of it on […]

Quiz #04 – Hey I’m Over Here!

For this Quiz the instructions where easy enough. This are the instructions: Your blog exists. Done Your blog is registered with Ken.yes Done You can login to this site (remember to register first). Done Howdy yeah! Post to your own blog with subject and tag of #QUIZ04 to get the points for this quiz. Done […]

1 + 1 = Fish QSW03

This is just the basics of programming doing pretty simple arithmetic operation, those who include add, subtract, divide, and multiplication. The main problems someone could find in this work is just the logic behind writing. For example: x=3 is not the same as 3=x in c++. The Source Code flickr photo by Marcin Wichary Name photo: […]

Flipped Wot? WSQ02

Flipped Learning, they were the first words of Ken once we met in the classroom. I felt like the meme Wot when he said flipped learning, but actually the idea of the student learning the “theory” at home and the work at school, because I remember when I was kid the only way to solve […]

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