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":16147,"date":"2015-04-08T17:50:00","date_gmt":"2015-04-08T22:50:00","guid":{"rendered":"http:\/\/kenscourses.com\/tc101winter2015\/?guid=8e18ccc4f15af24ddeb440c5c2171c59"},"modified":"2015-04-08T17:50:38","modified_gmt":"2015-04-08T22:50:38","slug":"mastery09-mastery-09-tc1014-3","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/mastery09-mastery-09-tc1014-3\/","title":{"rendered":"#mastery09 Mastery 09 #Tc1014"},"content":{"rendered":"

MASTERY 09<\/span> BASIC TYPES AND THEIR USES IN PYTHON 3<\/span><\/span><\/h2>\n

<\/span><\/div>\n

<\/span><\/div>\n
\n
Types are a category for things within Python with which Python will work. Types are:<\/span><\/div>\n
\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

<\/span><\/dd>\n
teaken from: <\/a><\/span>http:\/\/en.wikiversity.org\/wiki\/Python\/Basic_data_types<\/a><\/span><\/dd>\n
To obtain a “type” you can use the variable inside a type() and it will return you the type of variable that are you using.<\/dd>\n
example:<\/dd>\n
a=58<\/dd>\n
print(type(a))<\/dd>\n
and the program will show you that this variable is of int’s type<\/dd>\n
<\/dd>\n
<\/dd>\n
<\/dd>\n
<\/dd>\n<\/dl>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

MASTERY 09 BASIC TYPES AND THEIR USES IN PYTHON 3Types are a category for things within Python with which Python will work. Types are:integers Whole numbers from negative infinity to infinity, such as 1, 0, -5, etc.float Short for “float… Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":157,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,25],"tags":[],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/16147"}],"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\/157"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=16147"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/16147\/revisions"}],"predecessor-version":[{"id":16148,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/16147\/revisions\/16148"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=16147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=16147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=16147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}