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
‘#Mastery7’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 05:22:24 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Mastery7 https://kenscourses.com/tc101fall2015/2015/mastery7/ Thu, 26 Nov 2015 05:22:24 +0000 http://finntec.wordpress.com/?p=79 This is the masteries about

  • Use of comments in Python

You can find my video here:

]]>
https://creativecommons.org/licenses/by/4.0/
Use of comments in Python and Basic output (print) in Python https://kenscourses.com/tc101fall2015/2015/use-of-comments-in-python-and-basic-output-print-in-python/ Wed, 25 Nov 2015 17:46:29 +0000 http://juanmele.wordpress.com/?p=114 Here is the link to youtube to se the Mastery 7 and 10.

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 7 and 8 https://kenscourses.com/tc101fall2015/2015/mastery-7-and-8/ Wed, 25 Nov 2015 09:05:52 +0000 http://ivancortes96.wordpress.com/?p=98
  • Use of comments in C++
  • C++ coding conventions
  • Here is the link to my code:

     

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Mastery 17 https://kenscourses.com/tc101fall2015/2015/mastery-17-9/ Mon, 23 Nov 2015 14:31:19 +0000 http://hrglez.wordpress.com/?p=293 ]]>

    Use of “switch” as a conditional

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    #Mastery 7 https://kenscourses.com/tc101fall2015/2015/mastery-7-9/ Sun, 22 Nov 2015 04:42:12 +0000 http://jsphsalazar.wordpress.com/?p=110 ]]> Hi everyone!

    This going to be a short post, I just explain you how to use comments on Python.

    You just need to write a  #  at the beginning of the line of code, like this:

    This is code: print(“Hello World”)

    This is a comment: #print(“Hello World”)

    My7

     

     

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Create a Python Project (Inside IDLE) / Use of comments in Python 3! https://kenscourses.com/tc101fall2015/2015/create-a-python-project-inside-idle-use-of-comments-in-python-3/ Wed, 04 Nov 2015 00:53:08 +0000 http://asimplemaniseepythonipresslike.wordpress.com/?p=108 Continue reading ]]> Hi everyone to create a Python Project you first have install and configure Python 3 use the following link if you haven’t do it yet, CONFIGURE PYTHON 3

    The first step is look for IDLE in windows search.

    Mastery#2-Image01

    Open IDLE, as soon as it opens you are going to see the interactive shell of Python but this isn’t what we looking for; To begin click in FILE>NEW FILE or you can also use Ctrl + N now you have a blank space to work on it.

    Mastery#2-Image02

    Over here you can write again Hello World with print() function but this time we’ll add a comment

    In Python 3 comments are put after a  #, so for example if you want to write a comment that says “this will print hello world!” you must type something like the following:

    #This will print hello world!

    So remember always use before any comment you want to use.

    Here’s an example.

    Mastery#2-Image03

    Finally to run our mini Python 3 project we just have to press F5 and then automatically the Python IDLE will run the code in the interactive shell, when you type a comment it never appears in the program, they are just for human references.

    After press F5

    Mastery#2-Image04

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Mastery 7 https://kenscourses.com/tc101fall2015/2015/mastery-7-8/ Sat, 31 Oct 2015 05:33:55 +0000 http://reneorozcotc1017.wordpress.com/?p=104 Last mastery for this partial

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Arrays https://kenscourses.com/tc101fall2015/2015/arrays/ Mon, 26 Oct 2015 19:58:20 +0000 https://hrglez.wordpress.com/?p=155 ]]> Now I am going to show (not explain) you some basic facts for arrays:

    This is just about creating and basic using arrays:

    array

    The sample code: https://github.com/hrglez/TC1017/blob/master/ArraysSample

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Arrays https://kenscourses.com/tc101fall2015/2015/arrays-2/ Mon, 26 Oct 2015 19:58:20 +0000 http://hrglez.wordpress.com/?p=155 ]]> Now I am going to show (not explain) you some basic facts for arrays:

    This is just about creating and basic using arrays:

    array

    The sample code: https://github.com/hrglez/TC1017/blob/master/ArraysSample

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Using Vectors! https://kenscourses.com/tc101fall2015/2015/using-vectors/ Mon, 26 Oct 2015 15:49:04 +0000 https://hrglez.wordpress.com/?p=150 ]]> Hello, fellows.

    Here a code where I kind of explain the basic use of vectors:

    vector

    Be aware that you have to include a new library for using vectors.

    The main code: https://github.com/hrglez/TC1017/blob/master/VectorSample

    Have a nice day!

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