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

Tag Archives: mastery27

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:

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

Mastery 27

About creation and use of dictionaries.

 

Dictionaries

       Dictionaries are similar to list. They can store many values that can be used when called. The difference between a dictionary and a list is that every value stored in a dictionary as mapped to another value.     &n…

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 #27: Validated user input in C++

(Credit of the image goes to https://flic.kr/p/daqZ4E) This one is almost the last Mastery I’ll do, and here’s #27. Like the last parcial, I decided to do ppt again, so I hope you enjoy it. Here it is: Validated user input is just asking users for their info, so they can access!! MASTERY27

Masteries 24 and 27 – Creation and use of tuples and diccionaries

 A tuple is like a list and is used in the same way, the only difference is that a tuple cannot be modified or changed.A diccionarie is a colleccion of anything that can be labeled with any other thing. It is used as a list too but to use a slot i…

#Mastery27

Hey today we are going to learn how to create and use dictionaries in Pythons 3 : creating dictionaries and use #Mastery27

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