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
‘WSQ10’ Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Tag Archives: WSQ10

#WSQ10

EASY

To do this wsq you only need to read the chapter about lists in the book.

#WSQ10

EASY

To do this wsq you only need to read the chapter about lists in the book.

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

#WSQ10

New chapter, new things to learn. This time “Lists” are here and this chapter it’s not complicated. On thinkPython clearly describes how to use it. My code: https://github.com/JsphSalazar/WSQ-s/blob/master/WSQ10

#WSQ10

New chapter, new things to learn. This time “Lists” are here and this chapter it’s not complicated. On thinkPython clearly describes how to use it. My code: https://github.com/JsphSalazar/WSQ-s/blob/master/WSQ10

#WSQ10 – Lists

– I did this one with arrays because they are easier for me, I searched first how to use arrays and that was it. The only disadvantage is that you have to determine the number of values for the user to introduce. It may seem larger to code but it is easier to understand.

Here’s my code in github https://github.com/ricardonewton/TC101/blob/master/lists

 

List

In this link you can see the program for the WSQ10
https://github.com/dianagdv/TC101/blob/master/WSQ10

List

In this link you can see the program for the WSQ10
https://github.com/dianagdv/TC101/blob/master/WSQ10

WSQ10 – Lists

This is the program working. I took some code from Paul´s blog https://pololarinette.wordpress.com/2015/10/15/wsq10-lists/ because i had some issues understanding the formula of the standart deviation so what i did was o import a library that already included the formula and i used it for the calculation.

If you want to see the code here is the link to Github:
https://github.com/Jocapear/TC1014/blob/master/WSQ10.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).