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

Tag Archives: Uncategorized

WSQ #17

The last one!!!!!!! For this WSQ 17 I had to install a program called SciLab, where you can work, make your code and compile in there! I just followed the pdf that Ken posted in the TC101 page n_n http://www.scilab.org/content/download/849/7901/file/Scilab_beginners.pdf http://www.scilab.org/content/download/849/7901/file/Scilab_beginners.pdf Thank you Ken! It was nice to be your student. 🙂

WSQ #16

Here’s the code of the WSQ16 I don’t like doing this kind of things but I looked of the others codes to find the way to do it… But I finally understand. Github code: wsq 16

Bonus quiz

I have liked Ken’s course a lot, i’ll try to take the next course with him again. Here’s my video:

FINAL PROJECT FINALLY DONE!!!

Yes, as all the students in the TEC we didn’t have time to do every project simultaneously, we had to …

Continue reading

WSQ #15

I’m toooooo Happy and nervous for the finals! This is my first semester at tec and It has been Amazing, I’ve learned so much in here and I’ll do my best in the final exams! Here’s a little thing that I did to show how my final days this year at Tec are organized xD

Masteries 17. and 18.

Description: Use of “switch” as a conditional and nesting of conditional statements. Just like the description says, there’s nothing like the nesting of conditionals… which can get a little confusing, but they’re important to take into account. Video right here.

Flipped student…

This is the post for the video about Ken’s course:

WSQ #14

Here’s my WSQ #14 It was easy this time because I did my Quiz 11 before and it was the same thing XP Code: wsq14

WSQ14

Este WSQ está más difícil de lo que parece. Tuve que apoyarme mucho en Ken para hacerlo. Ya lo había hecho para un quiz pero me había equivocado porque entendí mal la forma en la que se daba la precisión. Ken me ayudó a entenderlo y pues aquí está el código que hice. //WSQ14 Euler […]

WSQ13

Para este WSQ vi un video en youtube sobre el método babilónico. Logré deducir casi todo con mi propia lógica pero en un momento llegué a atascarme. Por suerte estaba haciéndola durante mi clase de programación y Ken me dio un empujoncito que me ayudó a ingeniármelas. Aquí está el código. //Babylonian Method #include <iostream> […]

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