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

Tag Archives: #Mastery23

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

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 😀

Mastery 23 y 24

Mastery #23 – Creation and use of lists in Python

Here’s my video of me explaining mastery #23. Enjoy.

Creation and use of lists in Python

Here is the video to the Mastery 23, here is the link to https://www.youtube.com/watch?v=ipYjkQTG9_4

Mastery 23

Creation and use of vectors in C++

Here is the link for my video:

Mastery 23

Creation and use of vectors. First you need to call the vector library: As usual this will allow us to form vectors and use their properties. In this example we will make use of vectors to create a list of integers and returns the sume of the squares of the elements in the list. We … Continue reading Mastery 23

Masteries 23 & 25

Creation and use of lists in Python
Creation and use of ranges in Python

#Mastery23

Hey guys! Today I’m going to talk about list in Python. Like a string, a list is a sequence of values. In a string, the values are characters; in a list, they can be any type. The values in a list are called elements or sometimes items. There are several ways to create a new […]

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