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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘Mastery27’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 05:42:19 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Mastery26 & Mastery27 https://kenscourses.com/tc101fall2015/2015/mastery26-mastery27/ Thu, 26 Nov 2015 05:42:19 +0000 http://finntec.wordpress.com/?p=97 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:

]]>
https://creativecommons.org/licenses/by/4.0/
Dictionaries Python 3 https://kenscourses.com/tc101fall2015/2015/dictionaries-python-3/ Thu, 26 Nov 2015 00:03:01 +0000 http://asimplemaniseepythonipresslike.wordpress.com/?p=348 Continue reading ]]> 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 need more help you might look this:

Official Reference Dictionaries Python3

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 27 https://kenscourses.com/tc101fall2015/2015/mastery-27-2/ Wed, 25 Nov 2015 17:22:45 +0000 http://choza973.wordpress.com/?p=184 About creation and use of dictionaries.

 

]]>
https://creativecommons.org/licenses/by/4.0/
Dictionaries https://kenscourses.com/tc101fall2015/2015/dictionaries/ Wed, 25 Nov 2015 02:49:00 +0000 http://kenscourses.com/tc101fall2015/?guid=1ce1e27fc2c6e86668cc4d5ca0e0ea7c
       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.

       For creating a dictionary we use the function dict( ). For stating that something is dictionary we type the name we want to assign to it followed by the equal sign. After the equal signs, you start typing the values between curly brackets. For writing a value it is necessary to type the value, a colon, and the value it is being mapped to. For separating each set of values we use commas.

       As you can see, when you try to print a dictionary, the values inside of it are printed without an specific order. For example, if you print them again, the order will be completely different:

       We can determine the number of sets of values inside a dictionary with the command len( ).



     Also, you can get the value is being mapped to another value. Also, you can change the value it is being mapped to:

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 26 & 27 https://kenscourses.com/tc101fall2015/2015/mastery-26-27/ Tue, 24 Nov 2015 02:34:43 +0000 http://davidg2897.wordpress.com/?p=285 ]]> 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.

Capture

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.

Capture

]]>
https://creativecommons.org/licenses/by/4.0/
MASTERY #27: Validated user input in C++ https://kenscourses.com/tc101fall2015/2015/mastery-27-validated-user-input-in-c/ Mon, 23 Nov 2015 19:52:51 +0000 http://delusionalpieceofdust.wordpress.com/?p=488 ]]> mex

(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

]]>
https://creativecommons.org/licenses/by/4.0/
Masteries 24 and 27 – Creation and use of tuples and diccionaries https://kenscourses.com/tc101fall2015/2015/masteries-23-and-26-creation-and-use-of-tuples-and-diccionaries/ Sun, 22 Nov 2015 14:29:00 +0000 http://kenscourses.com/tc101fall2015/?guid=80f48b8cd3ef5990dda76e0075fc591f  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 in the diccionarie you have to call the key instead of the value.
Here is some code where i show that i know how to use tuples and diccionaries:

]]>
https://creativecommons.org/licenses/by/4.0/
#Mastery27 https://kenscourses.com/tc101fall2015/2015/mastery27-2/ Thu, 05 Nov 2015 01:31:50 +0000 http://pololarinette.wordpress.com/?p=113 ]]> Hey today we are going to learn how to create and use dictionaries in Pythons 3 :

  1. creating dictionaries and use

#Mastery27

]]>
https://creativecommons.org/licenses/by/4.0/