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 4
Introduction to Programming Python and C++

Author Archives: pololarinette

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 !

#Mastery29

Hey today we are going to learn how to :

Validated user input in Python

#Mastery29 :

Have a good day !

#Mastery24 and #Mastery 26

Hey today we are going to learn how to : Use of loops with “for” Creation and use of lists in Python #Mastery24 : #Mastery26 :

#Mastery20 and #Mastery23

Hey today we are going to learn how to : Use of loops with “for” Creation and use of lists in Python #Mastery20 : #Mastery23 : Have a nice day !

#Mastery15 #Mastery16 and #Mastery17 in one video !

Hey today we are going to learn how to use conditions in Pythons 3 : Use of the conditional “if” Use of “else” with a conditional Use of “elif” with a conditional #Mastery15/16/17 : Have a good day !

#Mastery7 and #Mastery19

Hey today we are going to lear how to : Use of comments in Python 3 Use of loops with “while” in Python 3 #Mastery7 : #Mastery19 : Have a nice day !

#Mastery3 and #Mastery4

Hey today we are going to lear how to

Create accounts: Blog, Twitter, GitHub
Submit work via Blog RSS and GitHub

#Mastery3 :

#Mastery4 :

Have a nice day !

#Mastery1 and #Mastery10

#Mastery1: #Mastery10 : As you can see in the video I explain to you in the video how to save a file and to run it, but you also see that I used the most basic command on Python which is « print ». You have to be very careful to write the command in a way… Lire la suite #Mastery1 and #Mastery10

#WSQ07 – Sum of Numbers

Hola todos ! Today we are going to learn how to code a calculator program with some specific conditions to avoid input errors and asking to restart the processus. When you code you have to know this important thing : If you have 2 condition you have to use –> « If » and « else » If you… Lire la suite #WSQ07 – Sum of Numbers

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