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

Author Archives: marinaruelas

Advices for next year

This is my video giving advice for next year.

wsq16

Here is the code to my code:
https://github.com/marinaruelas/WSQ/blob/master/wsq16
To be honest it was very difficult for me, I am having a hard time understanding how to call another text.
I read the code of samatha and it all made sense, but I am goi…

Coding convetions and coments

Here is my video explaining masteries 7 and 8.

 

Masteries 21 & 22

21Use of recursion for repetitive algorithms
22When to use what type of repetition in a program
Here is my video:

For and while

I did this mastery before, but now I did a video in order to have 2 points instead of 1.

New if … else

I did this mastery again in order to have 2 points instead of one.

Wsq17

Este es un wsq sencillo, porque realmente solo es experimentar con SciLab. Al principio se me hizo muy raro porque como es otro modo de escribir sentí que tenía que adaptarme a un nuevo “acento” de lenguaje. Me gustó mucho el programa porque me pareció sencillo de utilizar, una vez que lees como se usan… More Wsq17

Final project

Esta semana tuvimos muchos problemas con nuestro codigo. Primero nos dimos cuenta que era necesario descargar ubuntu para que puedieran correr correctamente las librerarias. Batallamos mucho para poder entender como funcionan los codigos que vimos en internet. Comenzamos a escribir nuestro codigo pero sinceramente tenemos muchas dudas y no entendemos los errores que nos marcan.… More Final project

WSQ 14

So, I have here the code for my quiz 11 because it is exactly the same for this WSQ.
https://github.com/marinaruelas/WSQ/blob/master/Quiz%2011.2

Quiz 11

I forgot to publish my wordpress but I did my github code on time for the number e, but honestly I did it because I thought about it before while trying to do the WSQ.
https://github.com/marinaruelas/WSQ/blob/master/Quiz%2011.2
 

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