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

Author Archives: pololarinette

#BONUS VIDEO

Here is the link of my video for the bonus point :

#Quiz11

Github link to the quiz : https://github.com/pololarinette/TC-1014/blob/master/%23Quiz11%20-%202%20questions

#ECOS

I did the evalutation of the teachers. Thanks to TEC for the class

#WSQ16

Hello, here is my code for this WSQ – cars with : Writing a program that opens and reads the file 93cars.dat.txt and produces the following data: average gas mileage in city (City MPG) average gas mileage on highway (Highway MPG) average midrange price of the vehicles in the set. Github: https://github.com/pololarinette/TC-1014/blob/master/%23WSQ16 Have a nice day  🙂

#WSQ14

Hello, here is my code for this WSQ – Estimating e by estimating the mathematical constant e. Github: https://github.com/pololarinette/TC-1014/blob/master/%23WSQ14 Have a nice day  🙂

#WSQ13

Hello, here is my code for this WSQ –Babylonian Method to calculate the square root of a number using the Babylonian method. Github: https://github.com/pololarinette/TC-1014/blob/master/%23WSQ13 Have a nice day  🙂

#WSQ12

Hello, here is my code for this WSQ – Greatest Common Divisor to calculate the greatest common denominator of two positive integers using Euclid’s algorithm. Github: https://github.com/pololarinette/TC-1014/blob/master/%23WSQ12

#mastery28

Hey today we are going to learn how to create and use user input in Pythons 3 : creating and use user input #Mastery28

#Mastery27

Hey today we are going to learn how to create and use dictionaries in Pythons 3 : creating dictionaries and use #Mastery27

#Mastery25

Hey today we are going to learn how to create and use ranges in Pythons 3 : creating and using ranges #Mastery25

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