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

Tag Archives: #TC1014

#Quiz11

Doing this quiz was really hard for me because I’m still having trouble with strings and the instructions for question 1 wasn’t clear for me, but anyway I did the quiz. Here’s the code in Atom for question 1: Here’s the code in Atom for question 2: Here’s the code in Cygwin for question 1: […]

Quiz 11

Here’s what I did for the quiz 11 On the first program I asked Luis for help, and for the second one I check this webpage to transform from upper to lower case. Here’s the source code and my GitHub repository.

#WSQ14-Estimating e

Doing this WSQ was more or less easy for me, because it was kind of the same as the last WSQ but the difference was that the user should gave the estimation of the decimals of e and that was the tough part. Here’s the code in Atom: Here’s the code in Cygwin: I got […]

#ECOS #TC101

The ECOS are really important for the community of Tec de Monterrey, because this tool helps teachers and administrators to give the best they can so that we the students can be comfortable with the performance of the teachers and administrators. Here’s a picture of the ECOS:

WSQ14: e number

The natural number represented by the letter e; make it posible to calculate, at leats with an approximation desired; that is what the WSQ14 asks me to do. So what I have to do is to make a program that calculates the value of e … Continúa leyendo WSQ14: e number

WSQ13: Those Babylonians are crazy

The babylonian method to get the sqare root of any number, yes, the one that takes an estimation, usually dividing the number by two, and then it takes the original number and add it to the estimation, then the result is divided by two, and … Continúa leyendo WSQ13: Those Babylonians are crazy

#WSQ12-Greatest Common Divisor

Doing this WSQ was really easy for me, the only difficult part was that I didn’t remember how to do the greatest common divisor of two numbers, so I searched in youtube for an example. Here’s the code in Atom: Here’s the code in Cygwin: Here’s the video that helped me to do this:

Mastery 3, 4:

In this post you will learn how to create an account for GitHub, Twitter, and WordPress; and how to upload your work there. BLOG For the blog I use wordpress; it is really easy to create a blog. As soon as you get to the … Continúa leyendo Mastery 3, 4:

Mastery 1,2: IDLE Graphic User Interface Python

Here is a post that explains how to create and tun a python file from the GUI of Python The first thing you have to do is to run the GUI of python; when the screen shows up, you can create a new project by … Continúa leyendo Mastery 1,2: IDLE Graphic User Interface Python

#WSQ11-Yo soy 196

This WSQ has been the toughest one, it was really difficult for me to do this assignment. First I had kind of the idea of the program, but it didn’t work so I went to Ken’s office to help me, he told me to make an algorithm and I did it, I tried to run […]

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