Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
tywins’s Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Mon, 04 May 2015 14:13:56 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Quiz 11 https://kenscourses.com/tc101winter2015/2015/quiz-11-24/ Mon, 04 May 2015 14:13:56 +0000 http://idkpaulina.wordpress.com/?p=207 Continue reading ]]> Quiz 11

Quiz 11

Github code link.


Quiz 11

Quiz 11

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ16 – Cars https://kenscourses.com/tc101winter2015/2015/wsq16-cars-3/ Mon, 27 Apr 2015 17:04:57 +0000 http://idkpaulina.wordpress.com/?p=204 Continue reading ]]> WSQ16 – Cars

Github code link.

WSQ16 – Cars

]]>
https://creativecommons.org/licenses/by/4.0/
QUIZ 10 https://kenscourses.com/tc101winter2015/2015/quiz-10-4/ Thu, 23 Apr 2015 17:48:20 +0000 http://idkpaulina.wordpress.com/?p=201 Continue reading ]]> hhhsdhdjfdhjf here’s quiz 10

https://github.com/tywins/QUIZ-10

QUIZ 10

QUIZ 10

]]>
https://creativecommons.org/licenses/by/4.0/
ECOS https://kenscourses.com/tc101winter2015/2015/ecos-15/ Thu, 23 Apr 2015 02:39:17 +0000 http://idkpaulina.wordpress.com/?p=198 Continue reading ]]> ECOS

Just did the ECOS thing, literally took me like less than 2 minutes so get off your ass and go do it. Or not. 🙇🏻

ECOS

]]>
https://creativecommons.org/licenses/by/4.0/
Finishing the course https://kenscourses.com/tc101winter2015/2015/finishing-the-course/ Sat, 18 Apr 2015 04:03:08 +0000 http://idkpaulina.wordpress.com/?p=195 Continue reading ]]> My plan to finish this course is to keep up with the WSQs, I think we only have to do 3 more of those. As for masteries, I have 3 left to do (installing linux, python modules and reading/writing files in python), we also have like 4 more quizzes to do. This next week I’m gonna try to finish the masteries to get that weight off, and do every WSQ as soon as they get posted.

I will probably be trying to post some videos too on masteries so I earn some extra points, as well as the final video that was requested, I’ll try to cover that over the weekend.

Finishing the course

Finishing the course

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ 14 – Estimating E https://kenscourses.com/tc101winter2015/2015/wsq-14-estimating-e/ Sat, 18 Apr 2015 03:48:46 +0000 http://idkpaulina.wordpress.com/?p=192 Continue reading ]]> WSQ 14 – Estimating E

Github code link.

WSQ 14 – Estimating E

]]>
https://creativecommons.org/licenses/by/4.0/
Quiz 9 https://kenscourses.com/tc101winter2015/2015/quiz-9-2/ Thu, 16 Apr 2015 17:08:11 +0000 http://idkpaulina.wordpress.com/?p=190 Continue reading ]]> Here are the solutions for partial 2:

https://github.com/tywins/QUIZ9

Quiz 9

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ12 https://kenscourses.com/tc101winter2015/2015/wsq12-9/ Fri, 03 Apr 2015 19:22:23 +0000 http://idkpaulina.wordpress.com/?p=187 Continue reading ]]> WSQ12

Github code link

WSQ12

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ13 https://kenscourses.com/tc101winter2015/2015/wsq13-9/ Fri, 03 Apr 2015 19:04:11 +0000 http://idkpaulina.wordpress.com/?p=184 Continue reading ]]> WSQ13

Github code link

WSQ13

]]>
https://creativecommons.org/licenses/by/4.0/
Creation and use of dictionaries in Python https://kenscourses.com/tc101winter2015/2015/creation-and-use-of-dictionaries-in-python/ Tue, 31 Mar 2015 17:55:01 +0000 http://idkpaulina.wordpress.com/?p=167 Continue reading ]]> A dictionary is another type of container in Python, like lists and tuples, but this one has elements in pairs, these are called items, each key is separated from it’s value by a colon, each item is separated by commas and the dictionary is enclosed with {}.

To update a specific item in the dictionary, you type the name of the dictionary, after that the name of the item inside brackets and (”), then equaling this to the value you want to update it to.

The same goes for adding another item to the list, follows the same process and syntaxes.

Finally, to print the dictionary you just put it after the print function with parenthesis. In case you want to print only a specific item you need to type the name of the dictionary then the item you want to print, of course in this form [‘item’], and the whole thing goes between parenthesis as well.

Here’s an example:

Creation and use of dictionaries in Python

Creation and use of dictionaries in Python

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