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, Page 3
Introduction to Programming Python and C++

Author Archives: marinaruelas

vectors and arrays

I did a video explaining arrays and vectors.

Using libraries

Here is a video about using libraries.

Using libraries

Here is a video about using libraries.

Wsq09

Here is my code, I had a little trouble using the BigIntegersLibrary, but Ken helped me and made everything easier.
https://github.com/marinaruelas/WSQ/blob/master/wsq09

Wsq09

Here is my code, I had a little trouble using the BigIntegersLibrary, but Ken helped me and made everything easier.
https://github.com/marinaruelas/WSQ/blob/master/wsq09

Wsq10

I had a little problem with the standard deviation, but Ken helped me to organize my code so everything could make sense.
Thank you Ken!
https://github.com/marinaruelas/WSQ/blob/master/wsq10

Wsq10

I had a little problem with the standard deviation, but Ken helped me to organize my code so everything could make sense.
Thank you Ken!
https://github.com/marinaruelas/WSQ/blob/master/wsq10

Functions

Here is my video of my explanation of creating functions and how to call them:

Functions

Here is my video of my explanation of creating functions and how to call them:

Quiz number 8

Here is my code, thank you Ken for the advice:
https://github.com/marinaruelas/numbers/blob/master/Quiz8

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