{"id":39290,"date":"2024-11-02T03:39:08","date_gmt":"2024-11-02T03:39:08","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39290"},"modified":"2024-11-26T06:41:55","modified_gmt":"2024-11-26T06:41:55","slug":"pyqt%ea%b0%9c%eb%b0%9c%ea%b0%95%ec%a2%8c-%eb%8d%b0%ec%9d%b4%ed%84%b0%eb%b2%a0%ec%9d%b4%ec%8a%a4-%ec%97%b0%eb%8f%99-%eb%8d%b0%ec%9d%b4%ed%84%b0-%ec%82%bd%ec%9e%85-%ec%97%85%eb%8d%b0%ec%9d%b4","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39290\/","title":{"rendered":"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5"},"content":{"rendered":"<p><body><\/p>\n<p>\n        \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 <strong>PyQt<\/strong>\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uc744 \ud559\uc2b5\ud569\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\uc744 \uc911\uc810\uc801\uc73c\ub85c \ub2e4\ub8e8\uba70, SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc608\uc81c\ub85c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c\uc758 GUI \uac1c\ubc1c\uc744 \uc704\ud55c \ud504\ub808\uc784\uc6cc\ud06c\ub85c, Qt \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc73c\uba70, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac\uc640 \uac19\uc740 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc190\uc27d\uac8c \uad6c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc740 \uae30\ubcf8\uc801\uc778 PyQt application\uc744 \uad6c\ucd95\ud558\uace0 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9\uc744 \ud1b5\ud574 \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4.\n    <\/p>\n<h2>1. PyQt \uc124\uce58 \ubc0f \ud658\uacbd \uc124\uc815<\/h2>\n<p>PyQt5\ub97c \uc124\uce58\ud558\ub294 \uac00\uc7a5 \uac04\ub2e8\ud55c \ubc29\ubc95\uc740 pip \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \ud1b5\ud574 PyQt5\uc640 SQLite3 \ubaa8\ub4c8\uc744 \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n        <code>pip install PyQt5<\/code>\n    <\/pre>\n<h3>1.1 \uae30\ubcf8\uc801\uc778 PyQt5 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc0dd\uc131<\/h3>\n<p>\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uae30\ubcf8 \uad6c\uc870\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n        <code>\nfrom PyQt5.QtWidgets import QApplication, QWidget, QLabel\n\napp = QApplication([])\nwindow = QWidget()\nwindow.setWindowTitle('Hello PyQt!')\nlabel = QLabel('Hello, PyQt!', parent=window)\nwindow.show()\napp.exec_()\n        <\/code>\n        <\/pre>\n<p>\ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uba74 \uac04\ub2e8\ud55c \uc708\ub3c4\uc6b0\uac00 \ub098\ud0c0\ub098\uace0 &#8220;Hello, PyQt!&#8221;\ub77c\ub294 \ud14d\uc2a4\ud2b8\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/p>\n<h2>2. SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc774\ud574\ud558\uae30<\/h2>\n<p>SQLite\ub294 \uac00\ubcbc\uc6b4 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub85c, \ub300\ubd80\ubd84\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc774\uc0c1\uc801\uc785\ub2c8\ub2e4. \ud2b9\ubcc4\ud55c \uc11c\ubc84 \uc124\uce58 \uc5c6\uc774 \ud30c\uc77c \uae30\ubc18\uc758 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc7a5\uc5d0\uc11c\ub294 SQLite\uc758 \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9\ubc95\uc744 \ud559\uc2b5\ud569\ub2c8\ub2e4.<\/p>\n<h3>2.1 SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc0dd\uc131 \ubc0f \uc5f0\uacb0<\/h3>\n<p>\ub2e4\uc74c \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc0dd\uc131\ud558\uace0 \uc5f0\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n        <code>\nimport sqlite3\n\nconnection = sqlite3.connect('example.db')  # example.db\ub77c\ub294 \ud30c\uc77c\uba85\uc73c\ub85c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc0dd\uc131\ncursor = connection.cursor()\n        <\/code>\n    <\/pre>\n<h3>2.2 \ub370\uc774\ud130 \ud14c\uc774\ube14 \uc0dd\uc131<\/h3>\n<p>\ub2e4\uc74c SQL \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \ud14c\uc774\ube14\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n<pre>\n        <code>\ncursor.execute('''\nCREATE TABLE IF NOT EXISTS users (\n    id INTEGER PRIMARY KEY AUTOINCREMENT,\n    name TEXT NOT NULL,\n    age INTEGER NOT NULL\n)\n''')\nconnection.commit()  # \ubcc0\uacbd \ub0b4\uc6a9\uc744 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc800\uc7a5\n        <\/code>\n    <\/pre>\n<h2>3. PyQt\uc640 SQLite \uc5f0\ub3d9<\/h2>\n<p>\uc774\uc81c PyQt\uc640 SQLite\ub97c \uacb0\ud569\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \ub370\uc774\ud130\ub97c \uc785\ub825\ud558\uace0, \uc5c5\ub370\uc774\ud2b8\ud558\uba70, \uc0ad\uc81c\ud560 \uc218 \uc788\ub294 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc124\uacc4\ud569\ub2c8\ub2e4.<\/p>\n<h3>3.1 \uae30\ubcf8 UI \uc124\uacc4<\/h3>\n<p>\ub2e4\uc74c\uc740 \uae30\ubcf8 UI\ub97c \ub9cc\ub4dc\ub294 \ucf54\ub4dc\uc785\ub2c8\ub2e4:<\/p>\n<pre>\n        <code>\nfrom PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout, QLineEdit, QPushButton, QMessageBox\n\nclass UserApp(QWidget):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('User Management')\n        self.setGeometry(100, 100, 300, 200)\n\n        self.layout = QVBoxLayout()\n\n        self.name_input = QLineEdit(self)\n        self.name_input.setPlaceholderText('Enter your name')\n        self.age_input = QLineEdit(self)\n        self.age_input.setPlaceholderText('Enter your age')\n\n        self.add_button = QPushButton('Add User', self)\n        self.add_button.clicked.connect(self.add_user)\n\n        self.layout.addWidget(self.name_input)\n        self.layout.addWidget(self.age_input)\n        self.layout.addWidget(self.add_button)\n\n        self.setLayout(self.layout)\n\n    def add_user(self):\n        name = self.name_input.text()\n        age = self.age_input.text()\n        # \ub370\uc774\ud130 \uc0bd\uc785 \ud568\uc218 \uad6c\ud604 \uc608\uc815\n\nif __name__ == '__main__':\n    app = QApplication([])\n    user_app = UserApp()\n    user_app.show()\n    app.exec_()\n        <\/code>\n    <\/pre>\n<h3>3.2 \ub370\uc774\ud130 \uc0bd\uc785 \uae30\ub2a5 \uad6c\ud604<\/h3>\n<p>\uc774\uc81c \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \ub370\uc774\ud130\ub97c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc0bd\uc785\ud558\ub294 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4. <code>add_user<\/code> \uba54\uc11c\ub4dc\uc5d0 \ub2e4\uc74c \ucf54\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4:<\/p>\n<pre>\n        <code>\n    def add_user(self):\n        name = self.name_input.text()\n        age = self.age_input.text()\n        if name and age:\n            cursor.execute('INSERT INTO users (name, age) VALUES (?, ?)', (name, age))\n            connection.commit()\n            QMessageBox.information(self, 'Success', 'User added successfully!')\n            self.name_input.clear()\n            self.age_input.clear()\n        else:\n            QMessageBox.warning(self, 'Warning', 'Please enter both name and age.')\n        <\/code>\n    <\/pre>\n<h3>3.3 \ub370\uc774\ud130 \uc5c5\ub370\uc774\ud2b8 \uae30\ub2a5 \uad6c\ud604<\/h3>\n<p>\ub370\uc774\ud130 \uc5c5\ub370\uc774\ud2b8\ub97c \uc704\ud55c UI\uc640 \uba54\uc11c\ub4dc\ub97c \ucd94\uac00\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre>\n        <code>\nself.update_button = QPushButton('Update User', self)\nself.update_button.clicked.connect(self.update_user)\nself.layout.addWidget(self.update_button)\n\ndef update_user(self):\n    name = self.name_input.text()\n    age = self.age_input.text()\n    if name and age:\n        cursor.execute('UPDATE users SET age = ? WHERE name = ?', (age, name))\n        connection.commit()\n        QMessageBox.information(self, 'Success', 'User updated successfully!')\n        self.name_input.clear()\n        self.age_input.clear()\n    else:\n        QMessageBox.warning(self, 'Warning', 'Please enter both name and age.')\n        <\/code>\n    <\/pre>\n<h3>3.4 \ub370\uc774\ud130 \uc0ad\uc81c \uae30\ub2a5 \uad6c\ud604<\/h3>\n<p>\ub9c8\uc9c0\ub9c9\uc73c\ub85c \ub370\uc774\ud130 \uc0ad\uc81c \uae30\ub2a5\uc744 \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre>\n        <code>\nself.delete_button = QPushButton('Delete User', self)\nself.delete_button.clicked.connect(self.delete_user)\nself.layout.addWidget(self.delete_button)\n\ndef delete_user(self):\n    name = self.name_input.text()\n    if name:\n        cursor.execute('DELETE FROM users WHERE name = ?', (name,))\n        connection.commit()\n        QMessageBox.information(self, 'Success', 'User deleted successfully!')\n        self.name_input.clear()\n    else:\n        QMessageBox.warning(self, 'Warning', 'Please enter a name to delete.')\n        <\/code>\n    <\/pre>\n<h2>4. \ucf54\ub4dc \uc804\uccb4 \ubcf4\uae30<\/h2>\n<p>\uc774\uc81c\uae4c\uc9c0 \uc791\uc131\ud55c \uc804\uccb4 \ucf54\ub4dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n        <code>\nimport sqlite3\nfrom PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout, QLineEdit, QPushButton, QMessageBox\n\nconnection = sqlite3.connect('example.db')\ncursor = connection.cursor()\ncursor.execute('''\nCREATE TABLE IF NOT EXISTS users (\n    id INTEGER PRIMARY KEY AUTOINCREMENT,\n    name TEXT NOT NULL,\n    age INTEGER NOT NULL\n)\n''')\nconnection.commit()\n\nclass UserApp(QWidget):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('User Management')\n        self.setGeometry(100, 100, 300, 200)\n\n        self.layout = QVBoxLayout()\n\n        self.name_input = QLineEdit(self)\n        self.name_input.setPlaceholderText('Enter your name')\n        self.age_input = QLineEdit(self)\n        self.age_input.setPlaceholderText('Enter your age')\n\n        self.add_button = QPushButton('Add User', self)\n        self.add_button.clicked.connect(self.add_user)\n        self.layout.addWidget(self.name_input)\n        self.layout.addWidget(self.age_input)\n        self.layout.addWidget(self.add_button)\n\n        self.update_button = QPushButton('Update User', self)\n        self.update_button.clicked.connect(self.update_user)\n        self.layout.addWidget(self.update_button)\n\n        self.delete_button = QPushButton('Delete User', self)\n        self.delete_button.clicked.connect(self.delete_user)\n        self.layout.addWidget(self.delete_button)\n\n        self.setLayout(self.layout)\n\n    def add_user(self):\n        name = self.name_input.text()\n        age = self.age_input.text()\n        if name and age:\n            cursor.execute('INSERT INTO users (name, age) VALUES (?, ?)', (name, age))\n            connection.commit()\n            QMessageBox.information(self, 'Success', 'User added successfully!')\n            self.name_input.clear()\n            self.age_input.clear()\n        else:\n            QMessageBox.warning(self, 'Warning', 'Please enter both name and age.')\n\n    def update_user(self):\n        name = self.name_input.text()\n        age = self.age_input.text()\n        if name and age:\n            cursor.execute('UPDATE users SET age = ? WHERE name = ?', (age, name))\n            connection.commit()\n            QMessageBox.information(self, 'Success', 'User updated successfully!')\n            self.name_input.clear()\n            self.age_input.clear()\n        else:\n            QMessageBox.warning(self, 'Warning', 'Please enter both name and age.')\n\n    def delete_user(self):\n        name = self.name_input.text()\n        if name:\n            cursor.execute('DELETE FROM users WHERE name = ?', (name,))\n            connection.commit()\n            QMessageBox.information(self, 'Success', 'User deleted successfully!')\n            self.name_input.clear()\n        else:\n            QMessageBox.warning(self, 'Warning', 'Please enter a name to delete.')\n\nif __name__ == '__main__':\n    app = QApplication([])\n    user_app = UserApp()\n    user_app.show()\n    app.exec_()\n        <\/code>\n    <\/pre>\n<h2>5. \ub9c8\ubb34\ub9ac<\/h2>\n<p>\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\uc640 SQLite\ub97c \uc5f0\ub3d9\ud558\uc5ec \ub370\uc774\ud130\ub97c \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8 \ubc0f \uc0ad\uc81c\ud558\ub294 \ubc29\ubc95\uc744 \ud559\uc2b5\ud588\uc2b5\ub2c8\ub2e4. PyQt\ub97c \ud1b5\ud574 GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\ub294 \uac83\uc740 \ub9e4\uc6b0 \uc720\uc6a9\ud558\uba70, \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc5f0\ub3d9\ud568\uc73c\ub85c\uc368 \ub370\uc774\ud130\ub97c \uc27d\uac8c \uad00\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud574\uc11c PyQt\uc758 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \ud559\uc2b5\ud558\uc5ec \ubcf4\ub2e4 \uace0\uae09 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uc138\uc694!<\/p>\n<h3>\ucd94\uac00 \uc790\ub8cc<\/h3>\n<ul>\n<li><a href=\"https:\/\/doc.qt.io\/qt-5\/tutorials-tutorials.html\">Qt Documentation<\/a><\/li>\n<li><a href=\"https:\/\/realpython.com\/pyqt-python\/\">Real Python &#8211; PyQt5 Tutorial<\/a><\/li>\n<\/ul>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uc744 \ud559\uc2b5\ud569\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\uc744 \uc911\uc810\uc801\uc73c\ub85c \ub2e4\ub8e8\uba70, SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc608\uc81c\ub85c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c\uc758 GUI \uac1c\ubc1c\uc744 \uc704\ud55c \ud504\ub808\uc784\uc6cc\ud06c\ub85c, Qt \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc73c\uba70, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac\uc640 \uac19\uc740 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc190\uc27d\uac8c \uad6c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc740 \uae30\ubcf8\uc801\uc778 PyQt application\uc744 \uad6c\ucd95\ud558\uace0 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9\uc744 \ud1b5\ud574 \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ub370 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39290\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[193],"tags":[],"class_list":["post-39290","post","type-post","status-publish","format-standard","hentry","category-pyqt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/39290\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uc744 \ud559\uc2b5\ud569\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\uc744 \uc911\uc810\uc801\uc73c\ub85c \ub2e4\ub8e8\uba70, SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc608\uc81c\ub85c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c\uc758 GUI \uac1c\ubc1c\uc744 \uc704\ud55c \ud504\ub808\uc784\uc6cc\ud06c\ub85c, Qt \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc73c\uba70, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac\uc640 \uac19\uc740 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc190\uc27d\uac8c \uad6c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc740 \uae30\ubcf8\uc801\uc778 PyQt application\uc744 \uad6c\ucd95\ud558\uace0 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9\uc744 \ud1b5\ud574 \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ub370 &hellip; \ub354 \ubcf4\uae30 &quot;PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39290\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T03:39:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:41:55+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/39290\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39290\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\",\"datePublished\":\"2024-11-02T03:39:08+00:00\",\"dateModified\":\"2024-11-26T06:41:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39290\/\"},\"wordCount\":42,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"PyQt\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39290\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39290\/\",\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T03:39:08+00:00\",\"dateModified\":\"2024-11-26T06:41:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39290\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39290\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39290\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","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:\/\/atmokpo.com\/w\/39290\/","og_locale":"ko_KR","og_type":"article","og_title":"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uc744 \ud559\uc2b5\ud569\ub2c8\ub2e4. \ud2b9\ud788, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\uc744 \uc911\uc810\uc801\uc73c\ub85c \ub2e4\ub8e8\uba70, SQLite \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc608\uc81c\ub85c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c\uc758 GUI \uac1c\ubc1c\uc744 \uc704\ud55c \ud504\ub808\uc784\uc6cc\ud06c\ub85c, Qt \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc73c\uba70, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac\uc640 \uac19\uc740 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc190\uc27d\uac8c \uad6c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc740 \uae30\ubcf8\uc801\uc778 PyQt application\uc744 \uad6c\ucd95\ud558\uace0 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9\uc744 \ud1b5\ud574 \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\ub294 \ub370 &hellip; \ub354 \ubcf4\uae30 \"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5\"","og_url":"https:\/\/atmokpo.com\/w\/39290\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T03:39:08+00:00","article_modified_time":"2024-11-26T06:41:55+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/39290\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39290\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5","datePublished":"2024-11-02T03:39:08+00:00","dateModified":"2024-11-26T06:41:55+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39290\/"},"wordCount":42,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["PyQt"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39290\/","url":"https:\/\/atmokpo.com\/w\/39290\/","name":"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T03:39:08+00:00","dateModified":"2024-11-26T06:41:55+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39290\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39290\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39290\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"PyQt\uac1c\ubc1c\uac15\uc88c, \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\ub3d9, \ub370\uc774\ud130 \uc0bd\uc785, \uc5c5\ub370\uc774\ud2b8, \uc0ad\uc81c \uc791\uc5c5"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":39284,"url":"https:\/\/atmokpo.com\/w\/39284\/","url_meta":{"origin":39290,"position":0},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, MacOS Spotlight \uac19\uc740 \uae30\ub2a5 \uad6c\ud604, \ud14d\uc2a4\ud2b8\uc640 \ub9c1\ud06c \ub4f1\uc744 \ud3ec\ud568\ud55c \uc815\ubcf4 \ub808\uc774\uc5b4 \ucd94\uac00","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \uc11c\ub860 PyQt\ub294 Python \ud504\ub85c\uadf8\ub798\uba38\ub4e4\uc774 Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ud65c\uc6a9\ud558\uc5ec \uac15\ub825\ud558\uace0 \uc9c1\uad00\uc801\uc778 GUI(Graphical User Interface) \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud558\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 MacOS\uc758 Spotlight\uc640 \uc720\uc0ac\ud55c \uae30\ub2a5\uc744 \uad6c\ud604\ud574\ubcfc \uac83\uc785\ub2c8\ub2e4. Spotlight\ub294 \uc0ac\uc6a9\uc790\uac00 \ud544\uc694\ub85c \ud558\ub294 \uc815\ubcf4\ub97c \ube60\ub974\uac8c \ucc3e\uc744 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc774\uc640 \uc720\uc0ac\ud55c \uac80\uc0c9 \uae30\ub2a5\uc744\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38574,"url":"https:\/\/atmokpo.com\/w\/38574\/","url_meta":{"origin":39290,"position":1},"title":"FastAPI \uc11c\ubc84\uac1c\ubc1c, \uc571\uc5d0\uc11c DB\uc5d0 \uc811\uc18d\ud558\uae30 \uc704\ud55c \uc900\ube44","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"FastAPI\ub294 \ucd5c\uc2e0 Python \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c \uc911 \ud558\ub098\ub85c, \uace0\uc131\ub2a5\uacfc \ube60\ub978 \uac1c\ubc1c \uc18d\ub3c4\ub97c \uc790\ub791\ud558\uba70 \ube44\ub3d9\uae30 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc5ec \ud6a8\uc728\uc801\uc778 \uc11c\ubc84 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 FastAPI\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc62c\ubc14\ub978 \ubc29\ubc95\uc73c\ub85c DB\uc640 \uc5f0\uacb0\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uc900\ube44 \ub2e8\uacc4\uc640 \uc608\uc81c \ucf54\ub4dc\ub97c \ud1b5\ud574 \uc2e4\uc2b5\ud560 \uc218 \uc788\ub3c4\ub85d \uc900\ube44\ud588\uc2b5\ub2c8\ub2e4. 1. FastAPI \uc18c\uac1c\u2026","rel":"","context":"&quot;FastAPI\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"FastAPI\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/fastapi%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":39132,"url":"https:\/\/atmokpo.com\/w\/39132\/","url_meta":{"origin":39290,"position":2},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, QSequentialAnimationGroup\uacfc QParallelAnimationGroup","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc11c\ub860 PyQt\ub294 Python\uc5d0\uc11c Qt \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. PyQt\ub97c \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uc81c\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc560\ub2c8\uba54\uc774\uc158\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ubcf4\ub2e4 \uc9c1\uad00\uc801\uc774\uace0 \ub9e4\ub825\uc801\uc73c\ub85c \ub9cc\ub4dc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. QSequentialAnimationGroup\uacfc QParallelAnimationGroup\uc740 PyQt\uc5d0\uc11c \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uae30 \uc704\ud55c \ub450 \uac00\uc9c0 \uc911\uc694\ud55c\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38432,"url":"https:\/\/atmokpo.com\/w\/38432\/","url_meta":{"origin":39290,"position":3},"title":"FastAPI \uc11c\ubc84\uac1c\ubc1c, \uc774\ubca4\ud2b8 \ubb38\uc11c \ud074\ub798\uc2a4\uc640 \ub77c\uc6b0\ud2b8 \ubcc0\uacbd","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. FastAPI\ub780? FastAPI\ub294 Python\uc758 \ube44\ub3d9\uae30 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, API \uc11c\ubc84\ub97c \uac1c\ubc1c\ud558\ub294 \ub370 \ucd5c\uc801\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. Python\uc758 \ud0c0\uc785 \ud78c\ud2b8\ub97c \ud65c\uc6a9\ud558\uc5ec \uac15\ub825\ud55c \ub370\uc774\ud130 \uac80\uc99d \ubc0f \ubb38\uc11c\ud654 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. FastAPI\ub294 \uc2a4\ud0c0\ud2b8\uc5c5\uc5d0\uc11c \ub300\uaddc\ubaa8 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \ub2e4\uc591\ud55c \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc801\ud569\ud558\uba70, OpenAPI\uc640 JSON Schema\ub97c \uc9c0\uc6d0\ud558\uc5ec \uc790\ub3d9\uc73c\ub85c API \ubb38\uc11c\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud2b9\uc9d5 \ub355\ubd84\uc5d0 FastAPI\ub294\u2026","rel":"","context":"&quot;FastAPI\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"FastAPI\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/fastapi%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25580,"url":"https:\/\/atmokpo.com\/w\/25580\/","url_meta":{"origin":39290,"position":4},"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 16.1 \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4 \uc18c\uac1c","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubaa9\ucc28 1. \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4\ub780? 2. \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4\uc758 \uc8fc\uc694 \uae30\ub2a5 3. \ud50c\ub7ec\ud130 \ud504\ub85c\uc81d\ud2b8\uc5d0\uc11c \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4 \uc124\uc815\ud558\uae30 4. Firestore \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud0d0\uc0c9 5. \uc0ac\uc6a9\uc790 \uc778\uc99d 6. \ud478\uc2dc \uc54c\ub9bc 7. \uc790\uc8fc \ubc1c\uc0dd\ud558\ub294 \ubb38\uc81c \ubc0f \ud574\uacb0\ubc95 8. \uacb0\ub860 1. \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4\ub780? \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4(Firebase)\ub294 \uad6c\uae00\uc774 \uc81c\uacf5\ud558\ub294 \ubaa8\ubc14\uc77c \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. \uc774 \ud50c\ub7ab\ud3fc\uc740 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":42657,"url":"https:\/\/atmokpo.com\/w\/42657\/","url_meta":{"origin":39290,"position":5},"title":"[C# PL\/SQL] 7.C# \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c \ud2b8\ub79c\uc7ad\uc158 \uad00\ub9ac, \ud2b8\ub79c\uc7ad\uc158\uc758 \uac1c\ub150\uacfc C#\uc5d0\uc11c \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\uc640 \uc5f0\ub3d9\ud558\uc5ec \ud2b8\ub79c\uc7ad\uc158\uc744 \uad00\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85","author":"root","date":"2024\ub144 11\uc6d4 11\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: [\uc870\uad11\ud615] \uac8c\uc2dc\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc18c\uac1c \ud604\ub300\uc758 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294 \ub3d9\uc2dc\uc5d0 \ub2e4\uc218\uc758 \ud2b8\ub79c\uc7ad\uc158\uc774 \ubc1c\uc0dd\ud558\uace0, \uc774\ub7ec\ud55c \ud2b8\ub79c\uc7ad\uc158\uc744 \uc548\uc804\ud558\uac8c \uad00\ub9ac\ud558\ub294 \uac83\uc774 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub294 \uc774\ub7ec\ud55c \ud2b8\ub79c\uc7ad\uc158 \uad00\ub9ac\uc758 \uac15\ub825\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 C# \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud2b8\ub79c\uc7ad\uc158\uc744 \uad00\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ud2b8\ub79c\uc7ad\uc158\uc758 \uac1c\ub150 \ud2b8\ub79c\uc7ad\uc158\uc740 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc758 \uc0c1\ud0dc\ub97c \ubcc0\ud654\uc2dc\ud0a4\ub294 \uc77c\ub828\uc758 \uc5f0\uc0b0(sequence of\u2026","rel":"","context":"&quot;csharp&quot;\uc5d0\uc11c","block_context":{"text":"csharp","link":"https:\/\/atmokpo.com\/w\/category\/csharp\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=39290"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39290\/revisions"}],"predecessor-version":[{"id":39291,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39290\/revisions\/39291"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}