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

Author Archives: fersabal

Greatest common divisor

This task was about doing a programm that could calculate the GCD of two given integers using the euclids algorithm. At first i got confused because i though i could do it by using the % operator, but after doing… Continue Reading →

Factorial Calculator

For this task i had to make a program that calculates the factorial of a given number, and of course to create a function. The code i wrote is this: https://github.com/sabaldaba/TC101/blob/master/Wsq09-Factorial The program at the end also gives you the… Continue Reading →

ECOS

This is me, showing you i already finished the ECOS survey.

How to create and how to call modules

When you are writing a code and you make some variables or functions, you can’t use them once you get out of the file. In order to fix this, python3 gives us the option to use modules. Modules are very… Continue Reading →

Standard deviation

To get this task done we had to make a programm in python that would ask the user for 10 numbers, then to save those numbers in a list. Those numbers had to be floating point. After we get that… Continue Reading →

Standard deviation

To get this task done we had to make a programm in python that would ask the user for 10 numbers, then to save those numbers in a list. Those numbers had to be floating point. After we get that… Continue Reading →

Lists

In the next video i’ll explain what are lists and how to use them in python3

Lists

In the next video i’ll explain what are lists and how to use them in python3

Demonstrate use of linux for quizzes/exams

The next video shows that i have sufficient knowledge of linux in order to complete exams in class.https://www.youtube.com/watch?v=eYTDZgD9MDM

Demonstrate use of linux for quizzes/exams

The next video shows that i have sufficient knowledge of linux in order to complete exams in class.https://www.youtube.com/watch?v=eYTDZgD9MDM

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