{"id":3918,"date":"2023-07-14T18:26:54","date_gmt":"2023-07-14T18:26:54","guid":{"rendered":"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/"},"modified":"2023-07-14T18:26:54","modified_gmt":"2023-07-14T18:26:54","slug":"3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/","title":{"rendered":"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>3\ucc28 \ud68c\uadc0\ub294<\/strong> \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\uac00 \ube44\uc120\ud615\uc77c \ub54c \uc608\uce21 \ubcc0\uc218\uc640 \ubc18\uc751 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uc218\ub7c9\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ud68c\uadc0 \uc720\ud615\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">\uc608: Python\uc758 3\ucc28 \ud68c\uadc0<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\">\ub450 \uac1c\uc758 \ubcc0\uc218(x \ubc0f y)\ub97c \ud3ec\ud568\ud558\ub294 \ub2e4\uc74c pandas DataFrame\uc774 \uc788\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> pandas <span style=\"color: #107d3f;\">as<\/span> pd\n\n<span style=\"color: #008080;\">#createDataFrame\n<\/span>df = pd. <span style=\"color: #3366ff;\">DataFrame<\/span> ({' <span style=\"color: #ff0000;\">x<\/span> ': [6, 9, 12, 16, 22, 28, 33, 40, 47, 51, 55, 60],\n                   ' <span style=\"color: #ff0000;\">y<\/span> ': [14, 28, 50, 64, 67, 57, 55, 57, 68, 74, 88, 110]})\n\n<span style=\"color: #008080;\">#view DataFrame\n<\/span><span style=\"color: #008000;\">print<\/span> (df)\n\n     xy\n0 6 14\n1 9 28\n2 12 50\n3 16 64\n4 22 67\n5 28 57\n6 33 55\n7 40 57\n8 47 68\n9 51 74\n10 55 88\n11 60 110\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \ub370\uc774\ud130\uc758 \uac04\ub2e8\ud55c \uc0b0\uc810\ub3c4\ub97c \ub9cc\ub4e4\uba74 \ub450 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\uac00 \ube44\uc120\ud615\uc784\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import <span style=\"color: #000000;\">matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span><\/span> as <span style=\"color: #000000;\">plt<\/span>\n\n<span style=\"color: #000000;\"><span style=\"color: #008080;\">#create scatterplot\n<\/span>plt. <span style=\"color: #3366ff;\">scatter<\/span> (df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> )<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31513 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubique1.jpg\" alt=\"\" width=\"463\" height=\"341\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">x \uac12\uc774 \uc99d\uac00\ud558\uba74 y\ub294 \ud2b9\uc815 \uc9c0\uc810\uae4c\uc9c0 \uc99d\uac00\ud55c \ub2e4\uc74c \uac10\uc18c\ud558\uace0 \ub2e4\uc2dc \uc99d\uac00\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f\uc5d0 \ub450 \uac1c\uc758 &#8220;\uace1\uc120&#8221;\uc774 \uc788\ub294 \uc774 \ud328\ud134\uc740 \ub450 \ubcc0\uc218 \uac04\uc758 3\ucc28 \uad00\uacc4\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub294 3\ucc28 \ud68c\uadc0 \ubaa8\ub378\uc774 \ub450 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uc815\ub7c9\ud654\ud558\ub294 \ub370 \uc801\ud569\ud55c \ud6c4\ubcf4\ub77c\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\uae30 \uc704\ud574 <a href=\"https:\/\/numpy.org\/doc\/stable\/reference\/generated\/numpy.polyfit.html\" target=\"_blank\" rel=\"noopener noreferrer\">numpy.polyfit()<\/a> <span style=\"color: #000000;\">\ud568\uc218<\/span> \ub97c \uc0ac\uc6a9\ud558\uc5ec 3\ucc28 \ub2e4\ud56d\uc2dd \ud68c\uadc0 \ubaa8\ub378\uc744 \ub9de\ucd9c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> numpy <span style=\"color: #107d3f;\">as<\/span> np\n\n<span style=\"color: #008080;\">#fit cubic regression model\n<\/span>model = np. <span style=\"color: #3366ff;\">poly1d<\/span> (np. <span style=\"color: #3366ff;\">polyfit<\/span> (df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , <span style=\"color: #000000;\">3))<\/span>\n\n<span style=\"color: #008080;\">#add fitted cubic regression line to scatterplot\n<\/span>polyline = np. <span style=\"color: #3366ff;\">linspace<\/span> (1, 60, 50)\nplt. <span style=\"color: #3366ff;\">scatter<\/span> (df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> )\nplt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model(polyline))\n\n<span style=\"color: #008080;\">#add axis labels\n<\/span>plt. <span style=\"color: #3366ff;\">xlabel<\/span> (' <span style=\"color: #ff0000;\">x<\/span> ')\nplt. <span style=\"color: #3366ff;\">ylabel<\/span> (' <span style=\"color: #ff0000;\">y<\/span> ')\n\n<span style=\"color: #008080;\">#displayplot\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-31514\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubique2.jpg\" alt=\"Python\uc758 3\ucc28 \ud68c\uadc0\" width=\"547\" height=\"404\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ubaa8\ub378 \uacc4\uc218\ub97c \uc778\uc1c4\ud558\uc5ec \uc801\ud569 3\ucc28 \ud68c\uadc0 \ubc29\uc815\uc2dd\uc744 \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">print<\/span> (model)\n\n          3 2\n0.003302x - 0.3214x + 9.832x - 32.01\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc801\ud569 3\ucc28 \ud68c\uadc0 \ubc29\uc815\uc2dd\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>y = 0.003302(x) <sup>3<\/sup> \u2013 0.3214(x) <sup>2<\/sup> + 9.832x \u2013 30.01<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ubc29\uc815\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec x \uac12\uc744 \uae30\ubc18\uc73c\ub85c y\uc758 \uae30\ub300\uac12\uc744 \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4 x\uac00 30\uc774\uba74 y\uc758 \uc608\uc0c1 \uac12\uc740 64.844\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">y = 0.003302(30) <sup>3<\/sup> \u2013 0.3214(30) <sup>2<\/sup> + 9.832(30) \u2013 30.01 = 64.844<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\uce21 \ubcc0\uc218\ub85c \uc124\uba85\ud560 \uc218 \uc788\ub294 \uc751\ub2f5 \ubcc0\uc218\uc758 \ubd84\uc0b0 \ube44\uc728\uc778 \ubaa8\ub378\uc758 R-\uc81c\uacf1\uc744 \uc5bb\uae30 \uc704\ud574 \uc9e7\uc740 \ud568\uc218\ub97c \uc791\uc131\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#define function to calculate r-squared<\/span>\n<span style=\"color: #008000;\">def<\/span> polyfit(x, y, degree):\n    results = {}\n    coeffs = np. <span style=\"color: #3366ff;\">polyfit<\/span> (x, y, degree)\n    p = np. <span style=\"color: #3366ff;\">poly1d<\/span> (coeffs)\n    <span style=\"color: #008080;\">#calculate r-squared<\/span>\n    yhat = p(x)\n    ybar = np. <span style=\"color: #3366ff;\">sum<\/span> (y)\/len(y)\n    ssreg = np. <span style=\"color: #3366ff;\">sum<\/span> ((yhat-ybar) <span style=\"color: #800080;\">**<\/span> 2)\n    sstot = np. <span style=\"color: #3366ff;\">sum<\/span> ((y - ybar) <span style=\"color: #800080;\">**<\/span> 2)\n    results[' <span style=\"color: #ff0000;\">r_squared<\/span> '] = ssreg \/ sstot\n\n    <span style=\"color: #008000;\">return<\/span> results\n\n<span style=\"color: #008080;\">#find r-squared of polynomial model with degree = 3\n<\/span>polyfit(df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , 3)\n\n{'r_squared': 0.9632469890057967}\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc5d0\uc11c \ubaa8\ub378\uc758 R \uc81c\uacf1\uc740 <strong>0.9632<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub294 \ubc18\uc751 \ubcc0\uc218 \ubcc0\ub3d9\uc758 96.32%\uac00 \uc608\uce21 \ubcc0\uc218\uc5d0 \uc758\ud574 \uc124\uba85\ub420 \uc218 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uac12\uc774 \ub108\ubb34 \ub192\uae30 \ub54c\ubb38\uc5d0 3\ucc28 \ud68c\uadc0 \ubaa8\ub378\uc774 \ub450 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uc798 \uc815\ub7c9\ud654\ud558\uace0 \uc788\uc74c\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/\u110c\u1169\u11c2\u110b\u1173\u11ab-r-\u110c\u1166\u1100\u1169\u11b8-\u1100\u1161\u11b9\/\" target=\"_blank\" rel=\"noopener\">\uc88b\uc740 R \uc81c\uacf1 \uac12\uc774\ub780 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/a><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\u110b\u1174-\u1100\u1161\u11ab\u1103\u1161\u11ab\u1112\u1161\u11ab-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\/\" target=\"_blank\" rel=\"noopener\">Python\uc5d0\uc11c \ub2e8\uc21c \uc120\ud615 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u110b\u1175\u110e\u1161-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/\" target=\"_blank\" rel=\"noopener\">Python\uc5d0\uc11c 2\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/\" target=\"_blank\" rel=\"noopener noreferrer\">Python\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>3\ucc28 \ud68c\uadc0\ub294 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\uac00 \ube44\uc120\ud615\uc77c \ub54c \uc608\uce21 \ubcc0\uc218\uc640 \ubc18\uc751 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uc218\ub7c9\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ud68c\uadc0 \uc720\ud615\uc785\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. \uc608: Python\uc758 3\ucc28 \ud68c\uadc0 \ub450 \uac1c\uc758 \ubcc0\uc218(x \ubc0f y)\ub97c \ud3ec\ud568\ud558\ub294 \ub2e4\uc74c pandas DataFrame\uc774 \uc788\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4. import pandas as pd #createDataFrame df = pd. DataFrame ({&#8216; x &#8216;: [&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-3918","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 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \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\/3\u110e\u1161-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/3\u110e\u1161-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-14T18:26:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubique1.jpg\" \/>\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\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/\",\"url\":\"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/\",\"name\":\"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-14T18:26:54+00:00\",\"dateModified\":\"2023-07-14T18:26:54+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\"}]},{\"@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 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \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\/3\u110e\u1161-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/","og_locale":"ko_KR","og_type":"article","og_title":"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/3\u110e\u1161-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/","og_site_name":"Statorials","article_published_time":"2023-07-14T18:26:54+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/cubique1.jpg"}],"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\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/","url":"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/","name":"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-14T18:26:54+00:00","dateModified":"2023-07-14T18:26:54+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/3%e1%84%8e%e1%85%a1-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Python\uc5d0\uc11c 3\ucc28 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95"}]},{"@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\/3918","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=3918"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3918\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}