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

Tag Archives: #Mastery25

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

#Masteries

Masteries 22 and 25

Here is my video to masteries 22 and 25

     

Mastery 26

This is a wordy mastery. Badum tss! Because is about strings… duh 🙂 So let’s start:

Mastery #25

Creation and use of ranges in Python

Here is the video of the Mastery 25 https://www.youtube.com/watch?v=WX-HLHNNYuw

Mastery 25 & 11

I made lots of short videos about masteries, let’s start with this one. I explained some code from this source: http://pythoncentral.io/pythons-range-function-explained/

Mastery 25

Creation and use of strings in C++ First you’ll need to call the string library on your code editor the same way you call iostream at the beginning of everything. An easy example of the use of a string is by just calling one and printing some phrase on the monitor. For this you name … Continue reading Mastery 25

C++ Coding Conventions and Strings

Here’s my video explanation about coding conventions: And my video explanation for creation and use of strings

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