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

Author Archives: carminaperezguerrero

Masteries 9 & 10

Basic types and their use in Python.
Basic output (print) in Python

Masteries 11 & 12

Calling Python function
Creating Python functions

Masteries 9 & 10

Basic types and their use in Python.
Basic output (print) in Python

WSQ11 – Yo Soy 196

This WSQ consisted of checking the values from a lower and upper bound, given by the user, and make a report of the based on their palindrome /lychrel/non-lychrel characteristics. To reverse numbers I used extended slices My code can be found here: https://github.com/CarminaP/WSQ/blob/master/WSQ11.py

WSQ11 – Yo Soy 196

This WSQ consisted of checking the values from a lower and upper bound, given by the user, and make a report of the based on their palindrome /lychrel/non-lychrel characteristics. To reverse numbers I used extended slices My code can be found here: https://github.com/CarminaP/WSQ/blob/master/WSQ11.py

Quiz 8

The quiz consisted on writing a function that receives two lists of numbers and returns the dot product of the two lists. In this task I made a sum of a series , used the built- in functions zip and len and  the string function split(). The code can be found here: https://github.com/CarminaP/Quiz8/blob/master/p1.py

Quiz 8

The quiz consisted on writing a function that receives two lists of numbers and returns the dot product of the two lists. In this task I made a sum of a series , used the built- in functions zip and len and  the string function split(). The code can be found here: https://github.com/CarminaP/Quiz8/blob/master/p1.py

WSQ09

This program asks the user for a non-negative integer and displays the value of n factorial (n!). I used conditionals and while loops that allowed the process of the factorial. The code is found here: https://github.com/CarminaP/WSQ/blob/master/WSQ09.py

WSQ09

This program asks the user for a non-negative integer and displays the value of n factorial (n!). I used conditionals and while loops that allowed the process of the factorial. The code is found here: https://github.com/CarminaP/WSQ/blob/master/WSQ09.py

WSQ08

This time we recycled the code of WSQ03, now writing a function for each calculation. Each function has two integer parameters given by the user and returns the correct value as an integer as well. The code is found here: https://github.com/CarminaP/WSQ/blob/master/WSQ08.py

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