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

Tag Archives: #Mastery24

#Masteries 23, 24 & 25

And here my video: https://youtu.be/LNpxQAoDXpI Here you can find more information about arrays: https://www.programarya.com/Cursos/C++/Estructuras-de-Datos/Arreglos-o-Vectores You can find information about vectors here: http://www.cplusplus.com/reference/vector/vector/?kw=vector You can find information about strings here: http://www.cplusplus.com/reference/string/string/?kw=string (Tuve problemas para subir el video por que estaba muy muy lento el internet, por eso apenas lo postee, espero y pueda comprender ken)

Masteries 24. and 25.

Description: Creation and use of arrays and strings in C++. Wait, I didn’t know strings were arrays! Just kidding, we have to know all about arrays and strings if we want to make more complicated code, and it’s always useful to know that you can do one thing in more than one way. That said, … Continue reading Masteries 24. and 25.

Lists and Tuples Python 3

If you don’t know how to make a tuple or a list I recommend you to see my video to learn how to Here’s my video 😀

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 23 y 24

Mastery 24

Mastery about c++ arrays! An array is very cool way to store information and a cimple way. An array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a unique identifier. My video: That means that, for example, five values […]

Creation and use of tuples in Pyth

Here is Video in youtube for this Mastery and here is the link to youtube https://www.youtube.com/watch?v=U_4RNDWGlSw

Mastery 24

Creation and use of tuples, here’s the video!  

Mastery 24

Mastery 24

Creation and use of arrays in C++ Different from vectors and strings, we don’t need to call a library, we only need to write our function “type array [n]” where n is the length of the array or the number of values that the array will be covering. This will create an array list, a series … Continue reading Mastery 24

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