{"id":4294,"date":"2022-03-10T15:18:27","date_gmt":"2022-03-10T15:18:27","guid":{"rendered":"https:\/\/ibex.tech\/python\/?p=4294"},"modified":"2023-11-14T12:28:16","modified_gmt":"2023-11-14T12:28:16","slug":"python-differences-to-c","status":"publish","type":"post","link":"https:\/\/ibex.tech\/python\/python-general\/python-differences-to-c","title":{"rendered":"Python differences to C"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Increment &amp; Decrement<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>my_value++    #&lt;&lt;Nope, you can't do this in Python!\nmy_value--    #&lt;&lt;Nope, you can't do this in Python!\n#Do this instead:\nmy_value += 1\nmy_value -= 1<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Increment &amp; Decrement<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[337],"tags":[],"class_list":["post-4294","post","type-post","status-publish","format-standard","hentry","category-python-general"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4294","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=4294"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4294\/revisions"}],"predecessor-version":[{"id":4342,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4294\/revisions\/4342"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/media?parent=4294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/categories?post=4294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/tags?post=4294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}