How to create a CRUD Application with Python and Oracle

所在平台: Udemy

课程主页: https://www.udemy.com/course/how-to-create-a-crud-application-with-python-and-oracle/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** 如何使用 Python 和 Oracle 创建 CRUD 应用程序 **课程概述:** 本课程将教授如何将 Python 应用程序与 Oracle 服务器数据库进行对接。我们将利用 Python 的 cx_Oracle 模块作为连接器,实现 Python 程序与 Oracle 数据库的交互。 **核心内容:** * **环境搭建:** 同步安装 Python 和 Oracle 数据库服务器,并创建用于 Python 应用程序交互的新数据库和表。 * **GUI 开发:** 使用 Python 内置的 Tkinter 模块及其 ttk 主题化组件库(如按钮、标签等)来构建应用程序的图形用户界面(GUI)。 * **数据库连接:** 创建一个数据库配置文件,用于 Python 应用程序与 Oracle 服务器数据库的连接。 * **程序设计:** 编写 Python 应用程序,包括使用类(包含方法)和独立的函数。 * **CRUD 操作:** 完成应用程序后,将能够实现对 Oracle 数据库的创建(Create)、读取(Read)、更新(Update)和删除(Delete)操作。 **学习目标:** 通过本课程的学习,您将掌握使用 Python 连接 Oracle 数据库、构建图形用户界面以及实现数据库 CRUD 操作的完整流程。

课程评论(0条)

课程详情

In this course you learn how to interface a Python application program with an Oracle Server Database. Python has various modules that you can use to interact with databases. We will install CX_ORACLE connector module to enable us interact with Oracle Server database from our Python application.We will be installing Python and Oracle database server and also create a new database and table that our Python application will interact with.We will create the Python application frontend using Tkinter which is a built in Python module used to create graphical user interfaces. From tkinter module we will import ttk module which is a themed widget library that contains various types of widgets like buttons,labels etc that we can use to build the graphical user interface for our Python application. We will also import other bits and pieces from the tkinter module that our Python application will use.Also we will create a database configuration file that twill be used to interact with the Oracle Server database from our Python application. We will also be creating a class with methods and also stand alone functions for our application.When the application is complete we will be able to perform CRUD operations on the Oracle database from our Python application.

课程标签

0人关注该课程

主题相关的课程