{"id":1930,"date":"2023-07-24T10:03:23","date_gmt":"2023-07-24T10:03:23","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%e1%84%91%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8a%e1%85%a5%e1%86%ab\/"},"modified":"2023-07-24T10:03:23","modified_gmt":"2023-07-24T10:03:23","slug":"%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/ko\/\u1106\u116e\u11af\u1100\u1169\u1100\u1175\u110b\u1174-\u110b\u1172\u1110\u1169\u11bc\/\" target=\"_blank\" rel=\"noopener\">\ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub294<\/a> \uc8fc\uc5b4\uc9c4 \uc2dc\uac04 \uac04\uaca9 \ub3d9\uc548 <em>k\uac1c\uc758<\/em> \uc131\uacf5\uc744 \uc5bb\uc744 \ud655\ub960\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud655\ub960 \ubcc0\uc218 <em>X\uac00<\/em> \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \ub530\ub974\ub294 \uacbd\uc6b0 <em>X<\/em> = <em>k<\/em> \uc131\uacf5 \ud655\ub960\uc740 \ub2e4\uc74c \uacf5\uc2dd\uc73c\ub85c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>P(X=k) = \u03bb <sup>k<\/sup> * e <sup>\u2013 \u03bb<\/sup> \/ k!<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uae08:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>\u03bb:<\/strong> \ud2b9\uc815 \uac04\uaca9 \ub3d9\uc548 \ubc1c\uc0dd\ud558\ub294 \ud3c9\uade0 \uc131\uacf5 \ud69f\uc218<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>k:<\/strong> \uc131\uacf5 \ud69f\uc218<\/span><\/li>\n<li> <span style=\"color: #000000;\"><b>e:<\/b> \ub300\ub7b5 2.71828\uacfc \uac19\uc740 \uc0c1\uc218<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong>\ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0dd\uc131\ud558\ub294 \ubc29\ubc95<\/strong><\/h3>\n<p> <span style=\"color: #000000;\"><strong>Poisson.rvs(mu, size)<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ud2b9\uc815 \ud3c9\uade0\uac12\uacfc \ud45c\ubcf8 \ud06c\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud3ec\uc544\uc1a1 \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">from<\/span> scipy. <span style=\"color: #3366ff;\">stats<\/span> <span style=\"color: #008000;\">import<\/span> fish\n\n<span style=\"color: #008080;\">#generate random values from Poisson distribution with mean=3 and sample size=10<\/span>\nfish. <span style=\"color: #3366ff;\">rvs<\/span> (mu=3, size=10)\n\narray([2, 2, 2, 0, 7, 2, 1, 2, 5, 5])\n<\/strong><\/pre>\n<h3> <strong>\ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud655\ub960\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/strong><\/h3>\n<p> <span style=\"color: #000000;\"><strong>Poisson.pmf(k, mu)<\/strong> \ubc0f <strong>Poisson.cdf(k, mu)<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud3ec\uc544\uc1a1 \ubd84\ud3ec\uc640 \uad00\ub828\ub41c \ud655\ub960\uc744 \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 1: \ud2b9\uc815 \uac12\uacfc \uac19\uc744 \ud655\ub960<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud55c \uc0c1\uc810\uc5d0\uc11c\ub294 \ud558\ub8e8 \ud3c9\uade0 3\uac1c\uc758 \uc0ac\uacfc\ub97c \ud310\ub9e4\ud569\ub2c8\ub2e4. \uc8fc\uc5b4\uc9c4 \ub0a0\uc5d0 \uc0ac\uacfc 5\uac1c\ub97c \ud314 \ud655\ub960\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">from<\/span> scipy. <span style=\"color: #3366ff;\">stats<\/span> <span style=\"color: #008000;\">import<\/span> fish\n\n<span style=\"color: #008080;\">#calculate probability<\/span>\nfish. <span style=\"color: #3366ff;\">pmf<\/span> (k=5, mu=3)\n\n0.100819\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ud574\ub2f9 \uc0c1\uc810\uc5d0\uc11c \ud2b9\uc815 \ub0a0\uc9dc\uc5d0 \uc0ac\uacfc 5\uac1c\ub97c \ud310\ub9e4\ud560 \ud655\ub960\uc740 <strong>0.100819<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 2: \ud2b9\uc815 \uac12\ubcf4\ub2e4 \uc791\uc740 \ud655\ub960<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc5b4\ub5a4 \uc0c1\uc810\uc5d0\uc11c\ub294 \ud558\ub8e8 \ud3c9\uade0 7\uac1c\uc758 \ucd95\uad6c\uacf5\uc744 \ud310\ub9e4\ud569\ub2c8\ub2e4. \uc774 \uac00\uac8c\uac00 \ud558\ub8e8\uc5d0 4\uac1c \uc774\ud558\uc758 \ucd95\uad6c\uacf5\uc744 \ud310\ub9e4\ud560 \ud655\ub960\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">from<\/span> scipy. <span style=\"color: #3366ff;\">stats<\/span> <span style=\"color: #008000;\">import<\/span> fish\n\n<span style=\"color: #008080;\">#calculate probability<\/span>\nfish. <span style=\"color: #3366ff;\">cdf<\/span> (k=4, mu=7)\n\n0.172992<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ud574\ub2f9 \ub9e4\uc7a5\uc5d0\uc11c \ud2b9\uc815 \ub0a0\uc9dc\uc5d0 4\uac1c \uc774\ud558\uc758 \ucd95\uad6c\uacf5\uc744 \ud310\ub9e4\ud560 \ud655\ub960\uc740 <strong>0.172992<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 3: \ud2b9\uc815 \uac12\ubcf4\ub2e4 \ud070 \ud655\ub960<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc5b4\ub5a4 \uac00\uac8c\uc5d0\uc11c\ub294 \ud558\ub8e8 \ud3c9\uade0 15\uce94\uc758 \ucc38\uce58\uac00 \ud314\ub9b0\ub2e4. \uc774 \uac00\uac8c\uc5d0\uc11c \ud558\ub8e8\uc5d0 \ucc38\uce58 \uce94\uc774 20\uce94 \uc774\uc0c1 \ud314\ub9b4 \ud655\ub960\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">from<\/span> scipy. <span style=\"color: #3366ff;\">stats<\/span> <span style=\"color: #008000;\">import<\/span> fish\n\n<span style=\"color: #008080;\">#calculate probability<\/span>\n1-fish. <span style=\"color: #3366ff;\">cdf<\/span> (k=20, mu=15)\n\n0.082971<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ud574\ub2f9 \ub9e4\uc7a5\uc5d0\uc11c \ud558\ub8e8\uc5d0 \ucc38\uce58\uce94\uc774 20\uce94 \uc774\uc0c1 \ud314\ub9b4 \ud655\ub960\uc740 <strong>0.082971<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uadf8\ub9ac\ub294 \ubc29\ubc95<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c0\uc815\ub41c \ud3c9\uade0\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uadf8\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">from<\/span> scipy. <span style=\"color: #3366ff;\">stats<\/span> <span style=\"color: #008000;\">import<\/span> fish\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;\">#generate Poisson distribution with sample size 10000<\/span>\nx = fish. <span style=\"color: #3366ff;\">rvs<\/span> (mu=3, size=10000)\n\n<span style=\"color: #008080;\">#create plot of Poisson distribution\n<\/span>plt. <span style=\"color: #3366ff;\">hist<\/span> (x, density= <span style=\"color: #008000;\">True<\/span> , edgecolor=' <span style=\"color: #ff0000;\">black<\/span> ')\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-18412 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/python1.png\" alt=\"\" width=\"521\" height=\"394\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1106\u116e\u11af\u1100\u1169\u1100\u1175\u110b\u1174-\u110b\u1172\u1110\u1169\u11bc\/\" target=\"_blank\" rel=\"noopener\">\ud3ec\uc544\uc1a1 \ubd84\ud3ec \uc18c\uac1c<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u1162\u11bc\u1109\u1165\u11ab-\u110b\u1172\u1110\u1169\u11bc-\u1109\u1175\u11af\u110c\u1166-\u1109\u1161\u1105\u1168\/\" target=\"_blank\" rel=\"noopener\">\ud3ec\uc544\uc1a1 \ubd84\ud3ec\uc758 5\uac00\uc9c0 \uad6c\uccb4\uc801\uc778 \uc608<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u1162\u11bc\u1109\u1165\u11ab-\u1107\u116e\u11ab\u1111\u1169-\u1100\u1168\u1109\u1161\u11ab\u1100\u1175\/\" target=\"_blank\" rel=\"noopener\">\uc628\ub77c\uc778 \uc0dd\uc120 \uc720\ud1b5 \uacc4\uc0b0\uae30<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub294 \uc8fc\uc5b4\uc9c4 \uc2dc\uac04 \uac04\uaca9 \ub3d9\uc548 k\uac1c\uc758 \uc131\uacf5\uc744 \uc5bb\uc744 \ud655\ub960\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. \ud655\ub960 \ubcc0\uc218 X\uac00 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \ub530\ub974\ub294 \uacbd\uc6b0 X = k \uc131\uacf5 \ud655\ub960\uc740 \ub2e4\uc74c \uacf5\uc2dd\uc73c\ub85c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. P(X=k) = \u03bb k * e \u2013 \u03bb \/ k! \uae08: \u03bb: \ud2b9\uc815 \uac04\uaca9 \ub3d9\uc548 \ubc1c\uc0dd\ud558\ub294 \ud3c9\uade0 \uc131\uacf5 \ud69f\uc218 k: \uc131\uacf5 \ud69f\uc218 e: \ub300\ub7b5 2.71828\uacfc \uac19\uc740 \uc0c1\uc218 [&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-1930","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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uc608\uc81c\uc640 \ud568\uaed8 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\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\/\u1106\u116e\u11af\u1100\u1169\u1100\u1175-\u1107\u116e\u11ab\u1111\u1169-\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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uc608\uc81c\uc640 \ud568\uaed8 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1106\u116e\u11af\u1100\u1169\u1100\u1175-\u1107\u116e\u11ab\u1111\u1169-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-24T10:03:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/python1.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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-24T10:03:23+00:00\",\"dateModified\":\"2023-07-24T10:03:23+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uc608\uc81c\uc640 \ud568\uaed8 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uc608\uc81c\uc640 \ud568\uaed8 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\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\/\u1106\u116e\u11af\u1100\u1169\u1100\u1175-\u1107\u116e\u11ab\u1111\u1169-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/","og_locale":"ko_KR","og_type":"article","og_title":"Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uc608\uc81c\uc640 \ud568\uaed8 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1106\u116e\u11af\u1100\u1169\u1100\u1175-\u1107\u116e\u11ab\u1111\u1169-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/","og_site_name":"Statorials","article_published_time":"2023-07-24T10:03:23+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/python1.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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-24T10:03:23+00:00","dateModified":"2023-07-24T10:03:23+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uc608\uc81c\uc640 \ud568\uaed8 Python\uc5d0\uc11c \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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\/%e1%84%86%e1%85%ae%e1%86%af%e1%84%80%e1%85%a9%e1%84%80%e1%85%b5-%e1%84%87%e1%85%ae%e1%86%ab%e1%84%91%e1%85%a9-%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 \ud3ec\uc544\uc1a1 \ubd84\ud3ec\ub97c \uc0ac\uc6a9\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\/1930","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=1930"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1930\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1930"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1930"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}