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, Page 3
Introduction to Programming Python and C++

Author Archives: pololarinette

#LoopingExercices

Here is my code for Looping Exercices I had issues to understand how loops work but with a lots of websites I learnt some tips to simplify your code Github : https://github.com/pololarinette/TC-1014/blob/master/%23LoopingExercices Have a good day. Paul

#Quiz08

Here is my code for quiz n°8 Github : https://github.com/pololarinette/TC-1014/blob/master/%23Quiz08 In addition it allows to add several responses to the list in one time thanks to splitting elements. Have a good day. Paul

#Quiz07

Here is my code for quiz n°7 Github : https://github.com/pololarinette/TC-1014/blob/master/%23Quiz07 Have a good day Paul Github : https://github.com/pololarinette/TC-1014/blob/master/%23Quiz07

#Quiz07

Here is my code for quiz n°7 Github : https://github.com/pololarinette/TC-1014/blob/master/%23Quiz07 Have a good day Paul Github : https://github.com/pololarinette/TC-1014/blob/master/%23Quiz07

#WSQ10 – Lists

Hey, today I learned how to import a module in python with statistics and to use lists to calculate figures Click on the link to see the code, all is explain thanks to # : https://github.com/pololarinette/TC-1014/blob/master/%23WSQ10%20-%20Lists. Have a nice day Paul

#WSQ10 – Lists

Hey, today I learned how to import a module in python with statistics and to use lists to calculate figures Click on the link to see the code, all is explain thanks to # : https://github.com/pololarinette/TC-1014/blob/master/%23WSQ10%20-%20Lists. Have a nice day Paul

#Quiz06

Hey here is my program for the Quiz n°6 in Python3 And my code is on github : https://github.com/pololarinette/TC-1014/blob/master/%23QUIZ06

#Quiz06

Hey here is my program for the Quiz n°6 in Python3 And my code is on github : https://github.com/pololarinette/TC-1014/blob/master/%23QUIZ06

WSQ09 – Factorial Calculator

Hey, today I learned how to use fonction and make a loop to restart the program I had issues concerning the loop (4 hours to understand how it works) In fact I do not really understand how « return » works and it is very difficult to know where to put the loop to restart the program Click on… Lire la suite WSQ09 – Factorial Calculator

#WSQ08 – On To Functions

Hey, today I learned how to create a function by using « def » and « return Click on the link to see the code, all is explain thanks to # : https://github.com/pololarinette/TC-1014/blob/master/%23WSQ08%20-%20On%20to%20functions Have a good 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).