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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘#Temperature’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Sun, 13 Sep 2015 16:03:04 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Sixth SenseThis was an easy task, I used my last program to… https://kenscourses.com/tc101fall2015/2015/sixth-sensethis-was-an-easy-task-i-used-my-last-program-to/ Mon, 07 Sep 2015 17:04:20 +0000 http://opezaimd.tumblr.com/post/128568953675

Sixth Sense

This 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

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ05 – Temperature https://kenscourses.com/tc101fall2015/2015/wsq05-temperature-4/ Tue, 01 Sep 2015 13:56:00 +0000 http://kenscourses.com/tc101fall2015/?guid=57e5f7b7b53828e4fc1f9d7eac6d6f0c
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




]]>
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

]]>
https://creativecommons.org/licenses/by/4.0/