{"id":1647,"date":"2023-07-25T12:50:55","date_gmt":"2023-07-25T12:50:55","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/"},"modified":"2023-07-25T12:50:55","modified_gmt":"2023-07-25T12:50:55","slug":"%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/","title":{"rendered":"Python\uc758 \uace1\uc120 \ud53c\ud305(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uc885\uc885 Python\uc758 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \uace1\uc120\uc744 \ub9de\ucd94\uace0 \uc2f6\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-16261 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/courbepython3.png\" alt=\"\" width=\"392\" height=\"265\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ub2e8\uacc4\ubcc4 \uc608\uc81c <a href=\"https:\/\/numpy.org\/doc\/stable\/reference\/generated\/numpy.polyfit.html\" target=\"_blank\" rel=\"noopener\">\uc5d0\uc11c\ub294 numpy.polyfit()<\/a> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec Python\uc5d0\uc11c \ub370\uc774\ud130\uc5d0 \uace1\uc120\uc744 \ub9de\ucd94\ub294 \ubc29\ubc95\uacfc \ub370\uc774\ud130\uc5d0 \uac00\uc7a5 \uc801\ud569\ud55c \uace1\uc120\uc744 \uacb0\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131 \ubc0f \uc2dc\uac01\ud654<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uba3c\uc800 \uac00\uc9dc \ub370\uc774\ud130 \uc138\ud2b8\ub97c \ub9cc\ub4e0 \ub2e4\uc74c \uc0b0\uc810\ub3c4\ub97c \ub9cc\ub4e4\uc5b4 \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud574 \ubcf4\uaca0\uc2b5\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<span style=\"color: #008000;\">import<\/span> matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span> <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#createDataFrame\n<\/span>df = pd. <span style=\"color: #3366ff;\">DataFrame<\/span> ({' <span style=\"color: #ff0000;\">x<\/span> ': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],\n                   ' <span style=\"color: #ff0000;\">y<\/span> ': [3, 14, 23, 25, 23, 15, 9, 5, 9, 13, 17, 24, 32, 36, 46]})\n\n<span style=\"color: #008080;\">#create scatterplot of x vs. y\n<\/span>plt. <span style=\"color: #3366ff;\">scatter<\/span> (df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> )<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-16259 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/courbepython1.png\" alt=\"\" width=\"399\" height=\"269\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \uc5ec\ub7ec \uace1\uc120 \uc870\uc815<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uadf8\ub7f0 \ub2e4\uc74c \uc5ec\ub7ec \ub2e4\ud56d\uc2dd \ud68c\uadc0 \ubaa8\ub378\uc744 \ub370\uc774\ud130\uc5d0 \ub9de\ucd94\uace0 \ub3d9\uc77c\ud55c \ud50c\ub86f\uc5d0\uc11c \uac01 \ubaa8\ub378\uc758 \uace1\uc120\uc744 \uc2dc\uac01\ud654\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">import<\/span> numpy <span style=\"color: #008000;\">as<\/span> np\n\n<span style=\"color: #008080;\">#fit polynomial models up to degree 5\n<\/span>model1 = 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> , 1))\nmodel2 = 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> , 2))\nmodel3 = 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> , 3))\nmodel4 = 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> , 4))\nmodel5 = 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> , 5))\n\n<span style=\"color: #008080;\">#create scatterplot\n<\/span>polyline = np. <span style=\"color: #3366ff;\">linspace<\/span> (1, 15, 50)\nplt. <span style=\"color: #3366ff;\">scatter<\/span> (df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> )\n\n<span style=\"color: #008080;\">#add fitted polynomial lines to scatterplot \n<\/span>plt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model1(polyline), color=' <span style=\"color: #ff0000;\">green<\/span> ')\nplt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model2(polyline), color=' <span style=\"color: #ff0000;\">red<\/span> ')\nplt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model3(polyline), color=' <span style=\"color: #ff0000;\">purple<\/span> ')\nplt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model4(polyline), color=' <span style=\"color: #ff0000;\">blue<\/span> ')\nplt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model5(polyline), color=' <span style=\"color: #ff0000;\">orange<\/span> ')\nplt. <span style=\"color: #3366ff;\">show<\/span> ()\n<\/span><\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-16260 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/courbepython2.png\" alt=\"\" width=\"408\" height=\"279\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc5b4\ub5a4 \uace1\uc120\uc774 \ub370\uc774\ud130\uc5d0 \uac00\uc7a5 \uc798 \ub9de\ub294\uc9c0 \uacb0\uc815\ud558\ub824\uba74 \uac01 \ubaa8\ub378\uc758 <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1106\u1161\u11bd\u1102\u1173\u11ab-r-\u110c\u1166\u1100\u1169\u11b8\/\" target=\"_blank\" rel=\"noopener\">\uc870\uc815\ub41c R \uc81c\uacf1\uc744<\/a> \ubcf4\uba74 \ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uac12\uc740 \uc608\uce21 \ubcc0\uc218\uc758 \uc218\uc5d0 \ub9de\uac8c \uc870\uc815\ub41c \ubaa8\ub378\uc758 \uc608\uce21 \ubcc0\uc218\ub85c \uc124\uba85\ud560 \uc218 \uc788\ub294 \ubc18\uc751 \ubcc0\uc218\uc758 \ubcc0\ub3d9 \ube44\uc728\uc744 \uc54c\ub824\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#define function to calculate adjusted r-squared\n<span style=\"color: #000000;\"><span style=\"color: #008000;\">def<\/span> adjR(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    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)**2)\n    sstot = np. <span style=\"color: #3366ff;\">sum<\/span> ((y - ybar)**2)\n    results[' <span style=\"color: #ff0000;\">r_squared<\/span> '] = 1- (((1-(ssreg\/sstot))*(len(y)-1))\/(len(y)-degree-1))\n\n    <span style=\"color: #008000;\">return<\/span> results<\/span>\n\n#calculated adjusted R-squared of each model\n<\/span>adjR(df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , 1)\nadjR(df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , 2)\nadjR(df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , 3)\nadjR(df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , 4)\nadjR(df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> , 5)\n\n{'r_squared': 0.3144819}\n{'r_squared': 0.5186706}\n{'r_squared': 0.7842864}\n{'r_squared': 0.9590276}\n{'r_squared': 0.9549709}\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uc870\uc815\ub41c R-\uc81c\uacf1\uc774 \uac00\uc7a5 \ub192\uc740 \ubaa8\ub378\uc740 \uc870\uc815\ub41c R-\uc81c\uacf1\uc774 <strong>0.959<\/strong> \uc778 4\ucc28 \ub2e4\ud56d\uc2dd\uc784\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: \ucd5c\uc885 \uace1\uc120 \uc2dc\uac01\ud654<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub9c8\uc9c0\ub9c9\uc73c\ub85c 4\ucc28 \ub2e4\ud56d\uc2dd \ubaa8\ub378\uc758 \uace1\uc120\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc0b0\uc810\ub3c4\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit fourth-degree polynomial\n<\/span>model4 = 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> , 4))\n\n<span style=\"color: #008080;\">#define scatterplot\n<\/span>polyline = np. <span style=\"color: #3366ff;\">linspace<\/span> (1, 15, 50)\nplt. <span style=\"color: #3366ff;\">scatter<\/span> (df. <span style=\"color: #3366ff;\">x<\/span> , df. <span style=\"color: #3366ff;\">y<\/span> )\n\n<span style=\"color: #008080;\">#add fitted polynomial curve to scatterplot\n<\/span>plt. <span style=\"color: #3366ff;\">plot<\/span> (polyline, model4(polyline), ' <span style=\"color: #ff0000;\">--<\/span> ', color=' <span style=\"color: #ff0000;\">red<\/span> ')\nplt. <span style=\"color: #3366ff;\">show<\/span> ()\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-16261 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/courbepython3.png\" alt=\"\" width=\"392\" height=\"265\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>print()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc904\uc5d0 \ub300\ud55c \ubc29\uc815\uc2dd\uc744 \uc5bb\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #993300;\">print<\/span> (model4)\n\n          4 3 2\n-0.01924x + 0.7081x - 8.365x + 35.82x - 26.52\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uace1\uc120\uc758 \ubc29\uc815\uc2dd\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">y = -0.01924x <sup>4<\/sup> + 0.7081x <sup>3<\/sup> \u2013 8.365x <sup>2<\/sup> + 35.82x \u2013 26.52<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ubc29\uc815\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub378\uc758 \uc608\uce21 \ubcc0\uc218\ub97c \uae30\ubc18\uc73c\ub85c <a href=\"https:\/\/statorials.org\/ko\/\u1107\u1167\u11ab\u1109\u116e-\u1109\u1165\u11af\u1106\u1167\u11bc-\u110b\u1173\u11bc\u1103\u1161\u11b8\/\" target=\"_blank\" rel=\"noopener\">\uc751\ub2f5 \ubcc0\uc218<\/a> \uc758 \uac12\uc744 \uc608\uce21\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 <em>x<\/em> = 4\uc774\uba74 <em>y<\/em> = <strong>23.32<\/strong> \ub77c\uace0 \uc608\uce21\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">y = -0.0192(4) <sup>4<\/sup> + 0.7081(4) <sup>3<\/sup> \u2013 8.365(4) <sup>2<\/sup> + 35.82(4) \u2013 26.52 = 23.32<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-1\/\" target=\"_blank\" rel=\"noopener\">\ub2e4\ud56d\uc2dd \ud68c\uadc0 \uc18c\uac1c<br \/><\/a> <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\">Python\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc885\uc885 Python\uc758 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \uace1\uc120\uc744 \ub9de\ucd94\uace0 \uc2f6\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \ub2e8\uacc4\ubcc4 \uc608\uc81c \uc5d0\uc11c\ub294 numpy.polyfit() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec Python\uc5d0\uc11c \ub370\uc774\ud130\uc5d0 \uace1\uc120\uc744 \ub9de\ucd94\ub294 \ubc29\ubc95\uacfc \ub370\uc774\ud130\uc5d0 \uac00\uc7a5 \uc801\ud569\ud55c \uace1\uc120\uc744 \uacb0\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. 1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131 \ubc0f \uc2dc\uac01\ud654 \uba3c\uc800 \uac00\uc9dc \ub370\uc774\ud130 \uc138\ud2b8\ub97c \ub9cc\ub4e0 \ub2e4\uc74c \uc0b0\uc810\ub3c4\ub97c \ub9cc\ub4e4\uc5b4 \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. import pandas as pd import matplotlib. pyplot as plt #createDataFrame df [&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-1647","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\uc758 \uace1\uc120 \ud53c\ud305(\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 \uace1\uc120\uc744 \ub9de\ucd94\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\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab-\u110f\u1165\u1107\u1173-\u1111\u1175\u1110\u1175\u11bc\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python\uc758 \uace1\uc120 \ud53c\ud305(\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 \uace1\uc120\uc744 \ub9de\ucd94\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab-\u110f\u1165\u1107\u1173-\u1111\u1175\u1110\u1175\u11bc\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-25T12:50:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/courbepython3.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=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/\",\"name\":\"Python\uc758 \uace1\uc120 \ud53c\ud305(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-25T12:50:55+00:00\",\"dateModified\":\"2023-07-25T12:50:55+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 \uace1\uc120\uc744 \ub9de\ucd94\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python\uc758 \uace1\uc120 \ud53c\ud305(\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\uc758 \uace1\uc120 \ud53c\ud305(\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 \uace1\uc120\uc744 \ub9de\ucd94\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\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab-\u110f\u1165\u1107\u1173-\u1111\u1175\u1110\u1175\u11bc\/","og_locale":"ko_KR","og_type":"article","og_title":"Python\uc758 \uace1\uc120 \ud53c\ud305(\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 \uace1\uc120\uc744 \ub9de\ucd94\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab-\u110f\u1165\u1107\u1173-\u1111\u1175\u1110\u1175\u11bc\/","og_site_name":"Statorials","article_published_time":"2023-07-25T12:50:55+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/courbepython3.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":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/","url":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/","name":"Python\uc758 \uace1\uc120 \ud53c\ud305(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-25T12:50:55+00:00","dateModified":"2023-07-25T12:50:55+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 \uace1\uc120\uc744 \ub9de\ucd94\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab-%e1%84%8f%e1%85%a5%e1%84%87%e1%85%b3-%e1%84%91%e1%85%b5%e1%84%90%e1%85%b5%e1%86%bc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Python\uc758 \uace1\uc120 \ud53c\ud305(\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\/1647","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=1647"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1647\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}