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

Author Archives: cesarisc

Quiz#08

Hi this was a good exercise to practice lists, and for i in, I had some problems that I resolved viewing the docs in python.org, finally I make it work!

Here is my code:

Quiz#7 Online Submission

Hi Ken this is my Quiz#7. About the problems I think the first one was a bit easier than the second one, because in math we have seen, the formula to find the distance between two coordinates, about the second I think it was difficult because in the beginning I didn’t realize how I will…
Continue reading

Quiz#7 Online Submission

Hi Ken this is my Quiz#7. About the problems I think the first one was a bit easier than the second one, because in math we have seen, the formula to find the distance between two coordinates, about the second I think it was difficult because in the beginning I didn’t realize how I will…
Continue reading

WSQ10 – Lists

Hi again, it has been a while now I did a program that make a list, and with those numbers, output the sum, average and the standard deviation so to do this I appeal to the Python 3 Documentation here the link https://docs.python.org/3/library/statistics.html#statistics.variance Where you can find all about Statistics and I really recommend you…
Continue reading

WSQ10 – Lists

Hi again, it has been a while now I did a program that make a list, and with those numbers, output the sum, average and the standard deviation so to do this I appeal to the Python 3 Documentation here the link https://docs.python.org/3/library/statistics.html#statistics.variance Where you can find all about Statistics and I really recommend you…
Continue reading

WSQ09 – Factorial Calculator

Hi this time I’m posting the most difficult WSQ until now, it has been difficult because I insist in use functions to run the program but finally I got it!, I’m not kidding I don’t want to hear functions in a while… The program should ask for a input, but it has to be only…
Continue reading

WSQ09 – Factorial Calculator

Hi this time I’m posting the most difficult WSQ until now, it has been difficult because I insist in use functions to run the program but finally I got it!, I’m not kidding I don’t want to hear functions in a while… The program should ask for a input, but it has to be only…
Continue reading

QUIZ #04

Hi here’s my screen shot of the log in in the page Ken

QUIZ #04

Hi here’s my screen shot of the log in in the page Ken

WSQ08 – On To Functions

Hi again :v now I’m here to present this code about creating a functions and how to call them in a script! Here’s my code that use functions instead of use the normal operations, this can be helpful to avoid bugs, remove unnecessary lines, easy to read, and to understand How do I learn this?…
Continue reading

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