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
‘#Mastery26’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 05:55:05 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Masteries 23. and 26. https://kenscourses.com/tc101fall2015/2015/masteries-23-and-26/ Thu, 26 Nov 2015 05:55:05 +0000 http://alansprogramming.wordpress.com/?p=348 Continue reading Masteries 23. and 26. ]]> Mastery 26

Entering the matrix in this moment… and never leaving it. “Matrix Code” by David Asch. Link: https://www.flickr.com/photos/trinity-of-one/20562069/

Description: Creation and use of vectors and matrixes in C++.

The very last one. We are going into the matrix of codes (or the code of matrixes, rather). It’s a bit odd that these masteries find themselves separated by a gap between two other masteries, but that’s just nitpicking. Let’s go ahead and finish this trip.

Video link.

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery26 & Mastery27 https://kenscourses.com/tc101fall2015/2015/mastery26-mastery27/ Thu, 26 Nov 2015 05:42:19 +0000 http://finntec.wordpress.com/?p=97 Those are the masteries about

  • Creation and use of strings in Python
  • Creation and use of dictionaries in Python

 

You can find my video here:

]]>
https://creativecommons.org/licenses/by/4.0/
#Mastery26 https://kenscourses.com/tc101fall2015/2015/mastery26-4/ Thu, 26 Nov 2015 03:26:25 +0000 http://jsphsalazar.wordpress.com/?p=155 ]]> A string is a sequence of characters. You can access the characters one at a time with the bracket operator.

I’m going to declare a variable called team and I will use it for some examples.

Len

The function Len allows you to return the number of characters inside the string. The count starts with number 0

zzz

Traversal

This one is very helpful if you want to deal one string character at a time.

zzzz zzzzz

Slices

Slices are segment of strings.You could pick up a part of the string with this one.

zzzzzz

Immutability

This means that you couldn’t replace an existing variable string at least you create a new one.

Counting

Basically this one allows you to count how many characters appears in a string.

zzzzzzzz

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 26 https://kenscourses.com/tc101fall2015/2015/mastery-26-3/ Wed, 25 Nov 2015 23:49:23 +0000 http://luisgarciadaniel01.wordpress.com/?p=256 Creation and use of Matrix, since matrix is practically an agroupation of many vectors it is easy to understand.Screen Shot 2015-11-25 at 17.45.43.png

you need to create colums and rows because they are multidimensional functions.

]]>
https://creativecommons.org/licenses/by/4.0/
Here are masteries #24 and #26One is about arrays and the other… https://kenscourses.com/tc101fall2015/2015/here-are-masteries-24-and-26one-is-about-arrays-and-the-other/ Wed, 25 Nov 2015 22:59:56 +0000 http://bsolisale.tumblr.com/post/133956386015

Here are masteries #24 and #26

One is about arrays and the other one is about matrixes. Those topics were the hardest for me.

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

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 26: Creation and use of matrixes in C++ https://kenscourses.com/tc101fall2015/2015/mastery-26-creation-and-use-of-matrixes-in-c-3/ Wed, 25 Nov 2015 22:53:57 +0000 http://samanthariverac.wordpress.com/?p=317 ]]> Here is the video: https://youtu.be/rXhVmLZZ3uY

Thanks for watching!!!

I cant belive that is finally it !!!

No more masteries, wsqs, projects…!!!

]]>
https://creativecommons.org/licenses/by/4.0/
Creation and use of strings in Python https://kenscourses.com/tc101fall2015/2015/creation-and-use-of-strings-in-python/ Wed, 25 Nov 2015 21:28:15 +0000 http://juanmele.wordpress.com/?p=152 ]]> Here is the video of the Mastery26 https://www.youtube.com/watch?v=I6SapsKxNwQ

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 26 https://kenscourses.com/tc101fall2015/2015/mastery-26-2/ Wed, 25 Nov 2015 20:04:02 +0000 http://octavioirg.wordpress.com/?p=246 ]]> Creation and use of matrixes.

A matrix is a simple array, but in this case the arrays has two dimensions. We had to use this concept to undestand how to perform the imagemagick challenge.

For those of you that know spanish(haha just kidding…) there is a cool blog that explains this:

https://ronnyml.wordpress.com/2009/07/04/vectores-matrices-y-punteros-en-c/

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 26 & 27 https://kenscourses.com/tc101fall2015/2015/mastery-26-27/ Tue, 24 Nov 2015 02:34:43 +0000 http://davidg2897.wordpress.com/?p=285 ]]> Mastery 26 – Creation and use of strings in Python

Here’s Quiz 11 in which I used lines of a document, of type string to check for the banana word.

Capture

Mastery 27 – Creation and use of dictionaries in Python

Here’s the progress I have from WSQ17 in which I create and use a dictionarie.

Capture

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery Number 26 https://kenscourses.com/tc101fall2015/2015/mastery-number-26/ Thu, 29 Oct 2015 03:29:26 +0000 http://choza973.wordpress.com/?p=86 I learned some stuff while researching the topic, useful tips right here, might want to give a look at the code.

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