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

Tag Archives: #Temperature

Sixth SenseThis was an easy task, I used my last program to…

Sixth SenseThis was an easy task, I used my last program to develop this one, and it worked nicely.I used If functions and normal variables.If you want, you can see my code here:https://github.com/opezaimd/TC101/blob/master/WSQ05

WSQ05 – Temperature

This is my code in Python for calculating converting the temperature from Fahrenheits into Celcius. This is my first time using the conditionals IF and ELSE in Python.

Here are some things that I learned about Python on this exercise:
-The sintaxis is a little bit different from the other languages because it uses “:” instead of “{“
-Here the indentaion is important, you should write a conditional IF and then write with indentation what is inside it.

I´m going to show you an example, I used the program for this excercise.

The program working is this:

I learned all this by reading the book, it´s very useful.

If you want to check my code on Github this is the link:
https://github.com/Jocapear/TC1014/blob/master/WSQ05.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).