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

Author Archives: juanmele97

Mastery 15 & 16

If we want to do an If / Else, we have to decide what parameters we are going to use. For example we want to say that n(number)>50 or n(number)<50 we use an If/Else Now that we have the If/Else we ask to the user for a number for make the If/Else The result is…

Mastery 11 & 12

If we want to create a function in python we only have to do define the function and the parameters. . Now that we define the function and the parameters now we have to work with it, we put a for, an if, a while or something that we want in the function, for example…

Mastery 11 & 12

If we want to create a function in python we only have to do define the function and the parameters. . Now that we define the function and the parameters now we have to work with it, we put a for, an if, a while or something that we want in the function, for example…

Yo Soy 196

I have problems doing this, but I think about and this is the code: https://github.com/juanmele/wsq11.git

Yo Soy 196

I have problems doing this, but I think about and this is the code: https://github.com/juanmele/wsq11.git

Lists

It was easy to do, here is the code: https://github.com/juanmele/wsq10.git

Lists

It was easy to do, here is the code: https://github.com/juanmele/wsq10.git

Factorial Calculator

Here is my WSQ number 9 and heres is the code: https://github.com/juanmele/WSQ09.git

Factorial Calculator

Here is my WSQ number 9 and heres is the code: https://github.com/juanmele/WSQ09.git

Quiz08

Here is the quiz08 is was easy to do, but i was confused in somethings but then I find the way to do. I confused somethings and again I duplicated the ( ). Here is the code:  https://github.com/juanmele/Quiz08.git

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