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
‘#WSQ08’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Fri, 10 Apr 2015 02:29:57 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Hey gusy here is my WSQ08 https://kenscourses.com/tc101winter2015/2015/hey-gusy-here-is-my-wsq08/ Fri, 10 Apr 2015 02:29:57 +0000 https://arturoambriz.withknown.com/2015/hey-gusy-here-is-my-wsq08 Continue reading ]]>

Here is the link on github: https://github.com/chivaachino/Programming/blob/master/WSQ08.py

 

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ08 https://kenscourses.com/tc101winter2015/2015/wsq08-23/ Mon, 06 Apr 2015 14:04:21 +0000 https://jebg96.withknown.com/2015/wsq08-1 Continue reading ]]>

Here is my code, the first time I uploaded it had a mistake. This one is the correct version. 

Check it!

 

GH LINK: https://github.com/JairBarragan/WSQs/blob/master/WSQ08

 

]]>
https://creativecommons.org/licenses/by/4.0/
Fun with numbers 2.0 https://kenscourses.com/tc101winter2015/2015/fun-with-numbers-2-0/ Sun, 05 Apr 2015 22:03:59 +0000 http://citlalygonzale.wordpress.com/?p=154 Continue reading ]]> WSQ08

Fun with numbers 2.0 Fun with numbers 2.0 Fun with numbers 2.0


In this program I redo the WSQ03 but this time I made it with functions.


THE LINK THAT REDIRECTS YOU TO THE PROGRAM FILE ON GITHUB  IS BELOW 

]]>
https://creativecommons.org/licenses/by/4.0/
On to Functions https://kenscourses.com/tc101winter2015/2015/on-to-functions-8/ Mon, 16 Mar 2015 03:40:11 +0000 https://pval.withknown.com/2015/on-to-functions Continue reading ]]>

Este video me ayudo a entender funciones en phyton. veanlo es util, les dejo el link:

https://www.youtube.com/watch?v=J9tfIigFIqM

GITHUB

https://github.com/ValdezPatricia/Quiz-5/blob/master/WSQ08

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ08 – on to functions https://kenscourses.com/tc101winter2015/2015/wsq08-on-to-functions-9/ Mon, 09 Mar 2015 16:54:27 +0000 https://tc1014.withknown.com/2015/wsq08---on-to-functions Continue reading ]]>

remember WSQ03? we had to create a program that asked for two integers and printed the sum, difference, product an stuff. now we will do it again but with functios to calculate those values.

to create funcitons in python we have to define it giving it a name and variables and what we want the function to return:

def suma(a,b):

      return (a+b)

ask the user to input two integers and to call the function do this:

a = int(input())

b = int(input())

print  suma(a,b)

make a function for each operation and tell the program to print it.

my code:

https://github.com/nazare52/progra/blob/master/wsq08.py

]]>
https://creativecommons.org/licenses/by/4.0/
On to functions #WSQ08 https://kenscourses.com/tc101winter2015/2015/on-to-functions-wsq08-2/ Thu, 05 Mar 2015 00:23:25 +0000 http://oscar789456123.wordpress.com/?p=118 Continue reading ]]> This is my code for WSQ08 :  https://github.com/OscarEduardo/WSQ/tree/master

On to functions #WSQ08

]]>
https://creativecommons.org/licenses/by/4.0/
Fun with Numbers (Function) – WSQ08 https://kenscourses.com/tc101winter2015/2015/fun-with-numbers-function-wsq08/ Sun, 01 Mar 2015 01:44:01 +0000 http://idkpaulina.wordpress.com/?p=74 Continue reading ]]> Fun with Numbers (Function) – WSQ08

First, you need to define the function, and state the variables you’re gonna use in parenthesis, they have to be different from the ones you’re gonna use to ask the user the value of these, then you do the operation under another variable, when you are done with this, type return and the name of the variable that contains said operation. You must do this for every function you create.

After that, ask for the original variables, the ones that are supposed to be different from the ones you initially did the function(s) with, create one last variable that will be equal to the name of the function you want, finally print the result using the variable you just created, which contains/is equal to the function.

Github code link.

Fun with Numbers (Function) – WSQ08

]]>
https://creativecommons.org/licenses/by/4.0/
Untitled https://kenscourses.com/tc101winter2015/2015/untitled-29/ Fri, 27 Feb 2015 21:24:40 +0000 http://fernandoalvarado.withknown.com/2015/untitled-1 Continue reading ]]>

Para este programa primero investigué como llamar una función, leí en el libro y después vi algunos videos como este https://www.youtube.com/watch?v=YM0utTK7Iro:

Para llamar una función primero debes hacer la función antes del int main, poner las variables involucradas y llamarlas como en el ejemplo de la imagen. poniendo un nombre asignado a la función para poder imprimirla seguido de la función y ya en un cout pones el nombre que le asignaste para que se imprima las variables que el usuario ingresó deben ir dentro de el parentesis donde pusiste las variables X y Y

]]>
https://creativecommons.org/licenses/by/4.0/
On to functions https://kenscourses.com/tc101winter2015/2015/on-to-functions-7/ Mon, 23 Feb 2015 15:27:16 +0000 http://chavirul.withknown.com/2015/on-to-functions Continue reading ]]>

To complete this code, I had to watch Ken’s video a few times, to be sure what he did on the top with the functions, at the end I understood, so I recommend you watch the video as well, I’ll leave the link.

https://www.youtube.com/watch?v=aXQfo6c8wzs&feature=youtu.be

That’s the second part of the code, be sure to check the details. =)

]]>
https://creativecommons.org/licenses/by/4.0/
Functions #wsq08 https://kenscourses.com/tc101winter2015/2015/functions-wsq08/ Sat, 21 Feb 2015 04:54:19 +0000 http://a01630155.withknown.com/2015/functions Continue reading ]]>

I just have to see Ken’s video of the week.

Here’s the code

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