{"id":16337,"date":"2024-01-06T13:28:48","date_gmt":"2024-01-06T04:28:48","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=16337"},"modified":"2024-01-06T13:28:50","modified_gmt":"2024-01-06T04:28:50","slug":"python-%e3%81%84%e3%81%84%e3%81%ad%e6%a9%9f%e8%83%bd","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=16337","title":{"rendered":"python \u3044\u3044\u306d\u6a5f\u80fd"},"content":{"rendered":"\n<p>class Post:<br>def <strong>init<\/strong>(self, text):<br>self.text = text<br>self.likes = 0<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def show(self):\n    print(f\"{self.text} - {self.likes}\")\ndef like(self):\n    self.likes += 1<\/code><\/pre>\n\n\n\n<p>posts = [<br>Post(&#8220;Hello&#8221;),<br>Post(&#8220;Hi&#8221;),<br>]<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">posts[0].likes += 1<\/h1>\n\n\n\n<p>posts[0].like()<\/p>\n\n\n\n<p>for post in posts:<br>post.show()<\/p>\n","protected":false},"excerpt":{"rendered":"<p>class Post:def init(self, text):self.text = textself.likes = 0 posts = [Post(&#8220;Hello&#8221;),Post(&#8220; &hellip; <a href=\"http:\/\/www.tyosuke20xx.com\/blog\/?p=16337\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;python \u3044\u3044\u306d\u6a5f\u80fd&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4,65],"tags":[3,39],"class_list":["post-16337","post","type-post","status-publish","format-standard","hentry","category-programming","category-python","tag-programming","tag-python"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/16337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16337"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/16337\/revisions"}],"predecessor-version":[{"id":16338,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/16337\/revisions\/16338"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16337"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}