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
‘Masteries’ Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Tag Archives: masteries

Mastery 26

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

Mastery 28

Reading and writing on files. This is a very cool tool to use with c++. The first time I used this I was shocked. How can this order work?! I mean, suddenly this type of assgiments have created in me some sort of extreme curiosity about what’s behind a computer. How does this computer I’m […]

Input (user input) / Validate Input

Sometimes we need the feedback from the user and this is how we made by input(), if you don’t know how this is done please check the video below 😀 and learn how to validate what the users typed!!! Here’s the video:

Create Modules / Using Modules

Modules are a very strong and powerful thing inside Python3 if you don’t know how to make one or even how to using here’s a video of how you can do it:D Here’s the video

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 😀

While / for i in… Python3

Learn how to create while and for i in and also see somes examples 😀 For i, are very use for things like fill things, create list, something that follows a pattern, also create loops While are for things that change over the time like a user input, also it helps to validate things and…
Continue reading

Dictionaries Python 3

Here is my video about dictionaries, learn how to create it Dictionaries are very useful and powerful because it’s like link one thing to another, a person to a name, a name to a age, a age to a gender. Dictionaries are mutable so you can add and erase things from it 😀 If you…
Continue reading

Creation and use of Strings in C++

In this mastery I will talk to you about a really simple topic, “Strings”. Well, first of all strings are a one-dimensional array of characters which is terminated by a null character ‘’. Thus a null-terminated string contains the characters that comprise the… Continue Reading →

Masteries 24 y 25

Creation and use of Arrays

C++ provides a data structure, the array, which stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as… Continue Reading →

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