Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
‘#TC101’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Sat, 25 Apr 2015 03:20:55 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ #QUIZ10 #TC1017 https://kenscourses.com/tc101winter2015/2015/quiz10-tc1017-5/ Sat, 25 Apr 2015 03:20:55 +0000 https://mitzihernandez.withknown.com/2015/quiz10-tc1017 Continue reading ]]>

 

https://github.com/MitziHernandez/quiz8/blob/master/quiz10

]]>
https://creativecommons.org/licenses/by/4.0/
Use of comments in Python https://kenscourses.com/tc101winter2015/2015/use-of-comments-in-python-4/ Thu, 26 Mar 2015 04:06:21 +0000 https://digiart.withknown.com/2015/use-of-comments-in-python Continue reading ]]>

 – Use of comments in Python                                                                          @PablO_CVi

Comments are tracks that the programer can add to the code, this won`t change anything in the program, this is just for helping the person that is going to use the code. For adding a comment in Python you just have to put a hashtag like this:   goes your comment. This is how you can add comments to your code in python. Here you can see that this does not modify the program.

Here is the code i used for this program: https://github.com/PablOCVi/Mastery/blob/master/Mastery07.py

]]>
https://creativecommons.org/licenses/by/4.0/
def Factorial! https://kenscourses.com/tc101winter2015/2015/def-factorial/ Fri, 06 Mar 2015 17:16:17 +0000 http://digiart.withknown.com/2015/def-factorial Continue reading ]]>

 – Factorial Calculator                                                                                             @PablO_CVi

Create a program that asks the user for a non-negative integer (let’s call that number x) and display for them the value of x! (x factorial).

 

After showing them the answer, ask them if they would like to try another number (with a simple y/n response) and either ask again (for y) or quit the program and wish them a nice day (if they answered x).

]]>
https://creativecommons.org/licenses/by/4.0/
Fun With Numbers(Pro Version) https://kenscourses.com/tc101winter2015/2015/fun-with-numberspro-version/ Wed, 18 Feb 2015 04:01:01 +0000 http://digiart.withknown.com/2015/fun-with-numberspro-version Continue reading ]]>

 -Fun with numbers 2                                                                                          @PablO_CVi

Write a function for each calculation. Each function should define two parameters (in this example of type int) and return the correct value as an integer as well.

 

  • The sum of the two numbers.
  • The difference of the two numbers.
  • The product of the two numbers.
  • The integer based division of the two numbers (so no decimal point). First divided by second.
  • The remainder of integer division of the two numbers

Here is my code: https://github.com/PablOCVi/WSQ/blob/master/WSQ08.py  

]]>
https://creativecommons.org/licenses/by/4.0/
Using elif… https://kenscourses.com/tc101winter2015/2015/using-elif/ Mon, 09 Feb 2015 17:58:06 +0000 http://digiart.withknown.com/2015/using-elif Continue reading ]]>

 – Use of “elif” with a conditional                                                                   @PablO_CVi

The keyword elif is short for ‘else if’, and is useful to introduce lots of if in the code.

my code is: https://github.com/PablOCVi/Mastery/blob/master/Mastery17.py

]]>
https://creativecommons.org/licenses/by/4.0/
If into a While https://kenscourses.com/tc101winter2015/2015/if-into-a-while/ Mon, 09 Feb 2015 07:29:23 +0000 http://digiart.withknown.com/2015/if-into-a-while Continue reading ]]>

 – Nesting of conditional statements                                                                   @PablO_CVi

My code is: https://github.com/PablOCVi/Mastery/blob/master/Mastery18.py

]]>
https://creativecommons.org/licenses/by/4.0/
Using Print https://kenscourses.com/tc101winter2015/2015/using-print/ Mon, 09 Feb 2015 04:16:28 +0000 http://digiart.withknown.com/2015/using-print Continue reading ]]>

 – Basic output (print) in Python                                                                      @PablO_CVi

Here is my code: https://github.com/PablOCVi/Mastery/blob/master/Mastery10.py

]]>
https://creativecommons.org/licenses/by/4.0/
Featuring the Work https://kenscourses.com/tc101winter2015/2015/featuring-the-work/ Mon, 09 Feb 2015 03:54:32 +0000 http://digiart.withknown.com/2015/featuring-the-work Continue reading ]]>

 – Submit work via Blog RSS and GitHub                                                          @PablO_CVi

This is the use of while.

 

 

 

 

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