{"id":2456,"date":"2023-07-22T04:35:15","date_gmt":"2023-07-22T04:35:15","guid":{"rendered":"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/"},"modified":"2023-07-22T04:35:15","modified_gmt":"2023-07-22T04:35:15","slug":"python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/","title":{"rendered":"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95: \uc608\uc81c \ud3ec\ud568"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u11ab\u1107\u1167\u11ab\u1105\u1163\u11bc-\u1107\u116e\u11ab\u1109\u1165\u11a8\/\" target=\"_blank\" rel=\"noopener\">\ub2e8\ubcc0\ub7c9 \ubd84\uc11d\uc774\ub77c\ub294<\/a> \uc6a9\uc5b4\ub294 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \ub300\ud55c \ubd84\uc11d\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc811\ub450\uc0ac &#8220;uni&#8221;\uac00 &#8220;\ud558\ub098&#8221;\ub97c \uc758\ubbf8\ud558\uae30 \ub54c\ubb38\uc5d0 \uc774\uac83\uc744 \uae30\uc5b5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ubcc0\uc218\uc5d0 \ub300\ud55c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \uc138 \uac00\uc9c0 \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>1. \uc694\uc57d \ud1b5\uacc4<\/strong> &#8211; \uac12\uc758 \uc911\uc2ec\uacfc \ubd84\ud3ec\ub97c \uce21\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>2. \ube48\ub3c4\ud45c<\/strong> \u2013 \uc11c\ub85c \ub2e4\ub978 \uac12\uc774 \uc5bc\ub9c8\ub098 \uc790\uc8fc \ub098\ud0c0\ub098\ub294\uc9c0 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>3. \ucc28\ud2b8<\/strong> \u2013 \uac12\uc758 \ubd84\ud3ec\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e4\uc74c Pandas DataFrame\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub2e8\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n\n<span style=\"color: #008080;\">#createDataFrame\n<\/span>df = pd. <span style=\"color: #3366ff;\">DataFrame<\/span> ({' <span style=\"color: #ff0000;\">points<\/span> ': [1, 1, 2, 3.5, 4, 4, 4, 5, 5, 6.5, 7, 7.4, 8, 13, 14.2],\n                   ' <span style=\"color: #ff0000;\">assists<\/span> ': [5, 7, 7, 9, 12, 9, 9, 4, 6, 8, 8, 9, 3, 2, 6],\n                   ' <span style=\"color: #ff0000;\">rebounds<\/span> ': [11, 8, 10, 6, 6, 5, 9, 12, 6, 6, 7, 8, 7, 9, 15]})\n\n<span style=\"color: #008080;\">#view first five rows of DataFrame<\/span>\ndf. <span style=\"color: #3366ff;\">head<\/span> ()\n\n\tpoints assists rebounds\n0 1.0 5 11\n1 1.0 7 8\n2 2.0 7 10\n3 3.5 9 6\n4 4.0 12 6\n<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>1. \uc694\uc57d \ud1b5\uacc4 \uacc4\uc0b0<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec DataFrame\uc758 &#8220;points&#8221; \ubcc0\uc218\uc5d0 \ub300\ud55c \ub2e4\uc591\ud55c \uc694\uc57d \ud1b5\uacc4\ub97c \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate mean of 'points'<\/span>\ndf[' <span style=\"color: #ff0000;\">points<\/span> ']. <span style=\"color: #3366ff;\">mean<\/span> ()\n\n5.706666666666667\n\n<span style=\"color: #008080;\">#calculate median of 'points' \n<\/span>df[' <span style=\"color: #ff0000;\">points<\/span> ']. <span style=\"color: #3366ff;\">median<\/span> () \n\n5.0\n\n<span style=\"color: #008080;\">#calculate standard deviation of 'points'\n<\/span>df[' <span style=\"color: #ff0000;\">points<\/span> ']. <span style=\"color: #3366ff;\">std<\/span> () \n\n3.858287308169384\n<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2. \ube48\ub3c4\ud45c \ub9cc\ub4e4\uae30<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubcc0\uc218 &#8216;\ud3ec\uc778\ud2b8&#8217;\uc5d0 \ub300\ud55c \ube48\ub3c4 \ud14c\uc774\ube14\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create frequency table for 'points'<\/span>\ndf[' <span style=\"color: #ff0000;\">points<\/span> ']. <span style=\"color: #3366ff;\">value_counts<\/span> ()\n\n4.0 3\n1.0 2\n5.0 2\n2.0 1\n3.5 1\n6.5 1\n7.0 1\n7.4 1\n8.0 1\n13.0 1\n14.2 1\nName: points, dtype: int64<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774\ub294 \ub2e4\uc74c\uc744 \uc54c\ub824\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\uac12 <strong>4\uac00<\/strong> 3\ubc88 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uac12 <strong>1<\/strong> \uc774 \ub450 \ubc88 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uac12 <strong>5\uac00<\/strong> \ub450 \ubc88 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uac12 <strong>2\uac00<\/strong> 1\ubc88 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub4f1\ub4f1.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab-\u110c\u116e\u1111\u1161\u1109\u116e-\u1110\u1166\u110b\u1175\u1107\u1173\u11af\/\" target=\"_blank\" rel=\"noopener\">Python\uc5d0\uc11c \ube48\ub3c4\ud45c\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>3. \ucc28\ud2b8 \ub9cc\ub4e4\uae30<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec &#8216;points&#8217; \ubcc0\uc218\uc5d0 \ub300\ud55c<a href=\"https:\/\/statorials.org\/ko\/\u1109\u1161\u11bc\u110c\u1161-\u1109\u116e\u110b\u1167\u11b7\/\" target=\"_blank\" rel=\"noopener\">\uc0c1\uc790 \uadf8\ub9bc\uc744<\/a> \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span> <span style=\"color: #008000;\">as<\/span> plt\n\ndf. <span style=\"color: #3366ff;\">boxplot<\/span> (column=[' <span style=\"color: #ff0000;\">points<\/span> '], grid= <span style=\"color: #008000;\">False<\/span> , color=' <span style=\"color: #ff0000;\">black<\/span> ')\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-22042 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/uni11.png\" alt=\"\" width=\"500\" height=\"332\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u1161\u11bc\u110c\u1161-\u110b\u1161\u11ab\u110b\u1174-\u1111\u1161\u11ab\u1103\u1161\/\" target=\"_blank\" rel=\"noopener\">Pandas DataFrame\uc5d0\uc11c \uc0c1\uc790 \uadf8\ub9bc\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec &#8216;points&#8217; \ubcc0\uc218\uc5d0 \ub300\ud55c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span> <span style=\"color: #008000;\">as<\/span> plt\n\ndf. <span style=\"color: #3366ff;\">hist<\/span> (column=' <span style=\"color: #ff0000;\">points<\/span> ', grid= <span style=\"color: #008000;\">False<\/span> , edgecolor=' <span style=\"color: #ff0000;\">black<\/span> ')\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-22043 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/uni12.png\" alt=\"\" width=\"510\" height=\"361\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/\u1111\u1162\u11ab\u1103\u1165-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7\/\" target=\"_blank\" rel=\"noopener\">Pandas DataFrame\uc5d0\uc11c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec &#8220;\uc810&#8221; \ubcc0\uc218\uc5d0 \ub300\ud55c <a href=\"https:\/\/statorials.org\/ko\/\u1106\u1175\u11af\u1103\u1169-\u1100\u1169\u11a8\u1109\u1165\u11ab\/\" target=\"_blank\" rel=\"noopener\">\ubc00\ub3c4 \uace1\uc120\uc744<\/a> \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> seaborn <span style=\"color: #008000;\">as<\/span> sns\n\nsns. <span style=\"color: #3366ff;\">kdeplot<\/span> (df[' <span style=\"color: #ff0000;\">points<\/span> '])\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-22044 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/uni13.png\" alt=\"\" width=\"535\" height=\"352\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/matplotlib-\u1106\u1175\u11af\u1103\u1169-\u1111\u1173\u11af\u1105\u1169\u11ba\/\" target=\"_blank\" rel=\"noopener\">Matplotlib\uc5d0\uc11c \ubc00\ub3c4 \ud50c\ub86f\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub7ec\ud55c \uac01 \uadf8\ub798\ud504\ub294 &#8220;\ud3ec\uc778\ud2b8&#8221; \ubcc0\uc218 \uac12\uc758 \ubd84\ud3ec\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uace0\uc720\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub2e8\ubcc0\ub7c9 \ubd84\uc11d\uc774\ub77c\ub294 \uc6a9\uc5b4\ub294 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \ub300\ud55c \ubd84\uc11d\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc811\ub450\uc0ac &#8220;uni&#8221;\uac00 &#8220;\ud558\ub098&#8221;\ub97c \uc758\ubbf8\ud558\uae30 \ub54c\ubb38\uc5d0 \uc774\uac83\uc744 \uae30\uc5b5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcc0\uc218\uc5d0 \ub300\ud55c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \uc138 \uac00\uc9c0 \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4. 1. \uc694\uc57d \ud1b5\uacc4 &#8211; \uac12\uc758 \uc911\uc2ec\uacfc \ubd84\ud3ec\ub97c \uce21\uc815\ud569\ub2c8\ub2e4. 2. \ube48\ub3c4\ud45c \u2013 \uc11c\ub85c \ub2e4\ub978 \uac12\uc774 \uc5bc\ub9c8\ub098 \uc790\uc8fc \ub098\ud0c0\ub098\ub294\uc9c0 \uc124\uba85\ud569\ub2c8\ub2e4. 3. \ucc28\ud2b8 \u2013 \uac12\uc758 \ubd84\ud3ec\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-2456","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/python\u110b\u1174-\u110b\u1175\u11af\u1107\u1167\u11ab\u1105\u1163\u11bc-\u1107\u116e\u11ab\u1109\u1165\u11a8\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/python\u110b\u1174-\u110b\u1175\u11af\u1107\u1167\u11ab\u1105\u1163\u11bc-\u1107\u116e\u11ab\u1109\u1165\u11a8\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-22T04:35:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/uni11.png\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/\",\"url\":\"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/\",\"name\":\"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-22T04:35:15+00:00\",\"dateModified\":\"2023-07-22T04:35:15+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95: \uc608\uc81c \ud3ec\ud568\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/python\u110b\u1174-\u110b\u1175\u11af\u1107\u1167\u11ab\u1105\u1163\u11bc-\u1107\u116e\u11ab\u1109\u1165\u11a8\/","og_locale":"ko_KR","og_type":"article","og_title":"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/python\u110b\u1174-\u110b\u1175\u11af\u1107\u1167\u11ab\u1105\u1163\u11bc-\u1107\u116e\u11ab\u1109\u1165\u11a8\/","og_site_name":"Statorials","article_published_time":"2023-07-22T04:35:15+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/uni11.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/","url":"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/","name":"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-22T04:35:15+00:00","dateModified":"2023-07-22T04:35:15+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/python%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b5%e1%86%af%e1%84%87%e1%85%a7%e1%86%ab%e1%84%85%e1%85%a3%e1%86%bc-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%89%e1%85%a5%e1%86%a8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Python\uc5d0\uc11c \uc77c\ubcc0\ub7c9 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95: \uc608\uc81c \ud3ec\ud568"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=2456"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2456\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=2456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=2456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=2456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}