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
‘#Mastery8’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 00:30:13 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Mastery 8 – Zen Of Python https://kenscourses.com/tc101fall2015/2015/mastery-8-zen-of-python/ Thu, 26 Nov 2015 00:30:13 +0000 http://ilkapython.wordpress.com/?p=134

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 8 y 19 https://kenscourses.com/tc101fall2015/2015/mastery-8-y-19/ Wed, 25 Nov 2015 22:35:46 +0000 http://estebanpg.wordpress.com/?p=72

]]>
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/
    C++ Coding Conventions and Strings https://kenscourses.com/tc101fall2015/2015/c-coding-conventions-and-strings/ Wed, 25 Nov 2015 07:33:09 +0000 http://eduardomacielm.wordpress.com/?p=307 ]]> Here’s my video explanation about coding conventions:

    And my video explanation for creation and use of strings

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Masteries 8 & 30 https://kenscourses.com/tc101fall2015/2015/masteries-8-30/ Wed, 25 Nov 2015 03:57:47 +0000 http://carminaperezguerrero.wordpress.com/?p=140 Python conventions (Zen of Python)

    Reading and writing of files in Python

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    Mastery 8 https://kenscourses.com/tc101fall2015/2015/mastery-8-3/ Tue, 24 Nov 2015 21:24:21 +0000 http://fernandazm.wordpress.com/?p=121 Coding conventions

    Here is a video that may help when you write your code 🙂

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    #Masteries 8 y 9 https://kenscourses.com/tc101fall2015/2015/masteries-8-y-9/ Tue, 24 Nov 2015 03:38:30 +0000 http://jsphsalazar.wordpress.com/?p=131 ]]> Mastery 8 – The Zen of Python

    The Zen of Python is a collection of 19 software principles that influences the design of Python Programming Language, written in August 2004 by Tim Peters. The principle text is released into public domain.

    Zen of Python is written as an informational entry number 20 in Python Enhancement Proposals (PEP), and can be found on the official Python website. It is also included as an Easter Egg in Python interpreter, which would be displayed by entering a statement import this

    z1

     

    Mastery 9 – Basic types and their use in Python

    Python has 6 different basic types of data:

    Integers

    1These are numbers that belong to all real numbers

    Floating point numbers

    2Real numbers with its decimals

    Strings

    3These are any kind of characters, letters, numbers, etc. They are in between quotation marks (” “)

    Tuples

    This is an ordered set of  values with fixed number of elements, goes in parentheses.

    Lists

    5A set of values ordered without fixed number of elements, they are in square brackets

    Dictionaries

    6Elements used to map keys to their assigned values. Their keys and values can be of any type

    ]]>
    https://creativecommons.org/licenses/by/4.0/
    The Zen of Python https://kenscourses.com/tc101fall2015/2015/the-zen-of-python-3/ Mon, 23 Nov 2015 03:24:00 +0000 http://kenscourses.com/tc101fall2015/?guid=c5b927d9e0cd0242828e8602d57696fa
           The Zen of Python is a document wrote by Tim Peters in August of 2004. This document stablishes 19 software principles that influenced the design of the Python Programming Language.


          This principles are shown whenever you type the command “import this” on a Python interpreter.


    ]]>

           The Zen of Python is a document wrote by Tim Peters in August of 2004. This document stablishes 19 software principles that influenced the design of the Python Programming Language.


          This principles are shown whenever you type the command “import this” on a Python interpreter.


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