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
‘#mastery11’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 05:08:02 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ #Mastery11 and #Mastery12 #TC1017 https://kenscourses.com/tc101fall2015/2015/mastery11-and-mastery12-tc1017/ Thu, 26 Nov 2015 05:08:02 +0000 https://eduardotorresb.withknown.com/2015/mastery11-and-mastery12

link

and

]]>
https://creativecommons.org/licenses/by/4.0/
#Mastery11 https://kenscourses.com/tc101fall2015/2015/mastery11-3/ Thu, 26 Nov 2015 04:44:33 +0000 http://jsphsalazar.wordpress.com/?p=185 If you want to call a function in Python you need to write the name of the function and its argument/s you want to use.

This is an example:

--

You will define your function with the arguments and then you will evaluate it adding the value of the arguments.

]]>
https://creativecommons.org/licenses/by/4.0/
Masteries 11 & 12 (upgraded) https://kenscourses.com/tc101fall2015/2015/masteries-11-12-upgraded/ Thu, 26 Nov 2015 01:02:55 +0000 http://luisgarciadaniel01.wordpress.com/?p=268 ]]> Here’s the video on how to create and call functions.

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 11 y 12 https://kenscourses.com/tc101fall2015/2015/mastery-11-y-12-3/ Wed, 25 Nov 2015 22:38:16 +0000 http://estebanpg.wordpress.com/?p=75

]]>
https://creativecommons.org/licenses/by/4.0/
Create and call functions Python3 https://kenscourses.com/tc101fall2015/2015/create-and-call-functions-python3/ Wed, 25 Nov 2015 21:36:13 +0000 http://asimplemaniseepythonipresslike.wordpress.com/?p=340 Hi this video will show you how to create and call functions inside Python3:

Hope enjoy! 🙂

 

]]>
https://creativecommons.org/licenses/by/4.0/
Calling Python functions and Creating Python functions https://kenscourses.com/tc101fall2015/2015/calling-python-functions-and-creating-python-functions/ Wed, 25 Nov 2015 18:34:21 +0000 http://juanmele.wordpress.com/?p=118 ]]> Here are the Mastery 11 and 12 here is the lick to youtube https://youtu.be/sfh1iAbWb3U

 

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 25 & 11 https://kenscourses.com/tc101fall2015/2015/mastery-25-11/ Wed, 25 Nov 2015 17:20:18 +0000 http://choza973.wordpress.com/?p=175 ]]> I made lots of short videos about masteries, let’s start with this one.

I explained some code from this source:

http://pythoncentral.io/pythons-range-function-explained/

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 11 y 12 https://kenscourses.com/tc101fall2015/2015/mastery-11-y-12-2/ Wed, 25 Nov 2015 09:11:14 +0000 http://ivancortes96.wordpress.com/?p=105
  • Calling C++ functions
  • Creating C++ functions
  • Here is the link to my video:

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Masteries 11 and 12 https://kenscourses.com/tc101fall2015/2015/masteries-11-and-12-10/ Wed, 25 Nov 2015 06:52:54 +0000 http://luisgarciadaniel01.wordpress.com/?p=154 Continue reading Masteries 11 and 12 ]]> So this is veeeery easy it’s about creating functions and then calling them on a code for this we’re going to have to start by defining that a function can be called however you want and it can contain a lot of specifications.

    Screen Shot 2015-11-25 at 00.38.57

    Here’s an example of a function called sum which adds two given values by the user. Pay attention and check that you declare what kind of function is, in this case x and y are integer values.

    After creating your function int (Which stands for only integer values) in order to call it and execute you’ll need to create your main function where the whole code takes its place.Screen Shot 2015-11-25 at 00.39.10As you can see immediately after creating the main function you must declare the variables you’ll use (x and y) and ask them to the user.

    Then when both values are given you must call the function you’d like to execute by it’s name in this case sum (x,y) also specifying the values you’ll use. And that’s it, you’ve just created and called a function.

    Screen Shot 2015-11-25 at 00.39.19

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Masteries 11 & 12 https://kenscourses.com/tc101fall2015/2015/masteries-11-12-12/ Mon, 23 Nov 2015 14:14:46 +0000 http://hrglez.wordpress.com/?p=277

    Calling C++ functions

    Creating C++ functions

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