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
‘#Mastery26’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #Mastery26

Masteries 23. and 26.

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 … Continue reading Masteries 23. and 26.

Mastery26 & Mastery27

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:

#Mastery26

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 […]

Mastery 26

Creation and use of Matrix, since matrix is practically an agroupation of many vectors it is easy to understand.
you need to create colums and rows because they are multidimensional functions.

Here are masteries #24 and #26One is about arrays and the other…

Here are masteries #24 and #26One 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

Mastery 26: Creation and use of matrixes in C++

Here is the video: https://youtu.be/rXhVmLZZ3uY Thanks for watching!!! I cant belive that is finally it !!! No more masteries, wsqs, projects…!!!

Creation and use of strings in Python

Here is the video of the Mastery26 https://www.youtube.com/watch?v=I6SapsKxNwQ

Mastery 26

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/

Mastery 26 & 27

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. 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.

Mastery Number 26

I learned some stuff while researching the topic, useful tips right here, might want to give a look at the code.

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).