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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831
{"id":12289,"date":"2015-04-30T09:11:23","date_gmt":"2015-04-30T14:11:23","guid":{"rendered":"https:\/\/digiart.withknown.com\/2015\/basic-types-and-their-use-in-python"},"modified":"2015-04-30T09:11:23","modified_gmt":"2015-04-30T14:11:23","slug":"basic-types-and-their-use-in-python-3","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/basic-types-and-their-use-in-python-3\/","title":{"rendered":"Basic types and their use in Python"},"content":{"rendered":"
\n

<\/a>#Mastery08<\/a>    <\/span> <\/span><\/span>                        <\/span><\/span>                                   <\/span><\/a>#TC1014<\/a>              <\/span>                                         <\/span>@PablO_CVi<\/span><\/a><\/p>\n

Types are a category for things within Python with which Python will work. Types are:<\/span><\/div>\n

 <\/p>\n

\n
<\/dt>\n
integers <\/span><\/dt>\n
Whole numbers from negative infinity to infinity, such as 1, 0, -5, etc.<\/span><\/dd>\n
float <\/span><\/dt>\n
Short for “floating point number,” any rational number, usually used with decimals such as 2.8 or 3.14159.<\/span><\/dd>\n
strings <\/span><\/dt>\n
A set of letters, numbers, or other characters.<\/span><\/dd>\n
tuples <\/span><\/dt>\n
A list with a fixed number of elements. ie x=(1,2,3) parentheses makes it a tuple.<\/span><\/dd>\n
lists<\/span> <\/span><\/span><\/dt>\n
A list without a fixed number of elements. ie x=[1,2,3] note the square brackets, a list<\/span><\/dd>\n
dictionaries <\/span><\/dt>\n
A type with multiple elements i.e. x = {1: ‘a’,’b’: 2,3: 3} where you address the elements with, e.g., a text..<\/span><\/dd>\n<\/dl>\n

Taken from: <\/a>http:\/<\/wbr>\/<\/wbr>en.wikiversity.org\/<\/wbr>wiki\/<\/wbr>Python\/<\/wbr>Basic_data_types<\/a>
<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

#Mastery08                                                               … Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,25],"tags":[466,465,166,332,469,158,470,190,467,182,468,178,45],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/12289"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=12289"}],"version-history":[{"count":8,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/12289\/revisions"}],"predecessor-version":[{"id":19624,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/12289\/revisions\/19624"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=12289"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=12289"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=12289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}