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 2
Introduction to Programming Python and C++

Author Archives: juanmele97

Calling Python functions and Creating Python functions

Here are the Mastery 11 and 12 here is the lick to youtube https://youtu.be/sfh1iAbWb3U  

Use of comments in Python and Basic output (print) in Python

Here is the link to youtube to se the Mastery 7 and 10.

Submit work via Blog RSS and GitHub

Here is the Mastery4 and here is the video on youtube https://www.youtube.com/watch?v=OrvWTpohZmw

Ability to create Python project in IDE and run inside the IDE

Here is the video to youtube to see the mastery https://www.youtube.com/watch?v=BL8qWWRrKJ0

Estimating e

This was a little difficult for me to it, because I need to investigated how to do the mathematical constant e, but when I understand what to do, I finish the WSQ. Here is the code: https://github.com/juanmele/WSQ14.git

Babylonian Method

This WSQ was easy to do, but I need to investigated square root of a number using the Babylonian method, to do it Here is the code: https://github.com/juanmele/WSQ13.git  

Greatest Common Divisor

This is the WSQ12 it was simple, but I investigated some things to do it.
Here is the code: https://github.com/juanmele/WSQ12.1.git

Quiz 11

Here are the answers of my quiz 11, was little be hard for me to do the problem 2, but I found the form to do it, but I think that have some problems with the text that I make, but the prog count the banana words that appear in the text. Here is the…

Bonus Quiz

The ECOS are really important for the Tec de Monterey, because this tool helps teachers and administrators to give the best. So  lets do the ECOS!!!

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…

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