{"id":4539,"date":"2023-12-15T12:55:53","date_gmt":"2023-12-15T12:55:53","guid":{"rendered":"https:\/\/ibex.tech\/python\/?p=4539"},"modified":"2023-12-15T12:55:54","modified_gmt":"2023-12-15T12:55:54","slug":"debugging-arrays-lists-dictionaries-etc","status":"publish","type":"post","link":"https:\/\/ibex.tech\/python\/memory-python\/lists-python\/debugging-arrays-lists-dictionaries-etc","title":{"rendered":"Debugging Arrays, Lists, Dictionaries, etc"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Print array<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>    print(my_array)\n\n    for item in my_array:\r\n        print(item)<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Print list<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>    print(my_list)\n\n    for item in my_list:\n        print(item)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Print array Print list<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[346,358,325],"tags":[],"class_list":["post-4539","post","type-post","status-publish","format-standard","hentry","category-arrays","category-dictionaries","category-lists-python"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/comments?post=4539"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4539\/revisions"}],"predecessor-version":[{"id":4540,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4539\/revisions\/4540"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/media?parent=4539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/categories?post=4539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/tags?post=4539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}