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

Tag Archives: Non classé

#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

Quiz#11

Hi,
Here is my codes for the quiz#11 :
https://github.com/aureliemartinet/TC101/blob/master/e_quizz11.py
https://github.com/aureliemartinet/TC101/blob/master/checkbanana.py
https://github.com/aureliemartinet/TC101/blob/master/checkbanana.txt
Have a goo…

WSQ14 #TC101

Hi, The subject of this task is to display to the user an approximation of e. When a user give you a precision for example 2, you have to display e and to be sure that the two first numbers just after the coma are right. To check your result you can use the google […]

WSQ13 #TC101

Hi, Here is my code to create the square root function based on the Babylonian method. I reproduced the formula in wikipedia: x represent the approximation of the square root of n y is the quotient between the number n and this approximation In my program I chose 0,0000001 of accuracy but you can change this value […]

WSQ12 #TC101

Hi everybody, Today I want to share with you my solution to create a greatest common divisor function. First , I was in wikipedia to understand how works this mathematical formula. I found this rule: gcd(a,0) = a . That’s why I chose b = 0 to stop my while loop. Then I focused of […]

MASTERY 3 & 4

Hi, My goal is to show you how to create a github account to share your python code when you post a wsq on your blog. Go on the website https://github.com and create an account.You have to choose a funny nickname. This one is really important because your github URL and github adress depend on. Create a new repository. […]

#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  🙂

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