- Python PostgreSQL 教程
- Python PostgreSQL - 首页
- Python PostgreSQL - 介绍
- Python PostgreSQL - 数据库连接
- Python PostgreSQL - 创建数据库
- Python PostgreSQL - 创建数据表
- Python PostgreSQL - 插入数据
- Python PostgreSQL - 选择数据
- Python PostgreSQL - Where 子句
- Python PostgreSQL - Order By
- Python PostgreSQL - 更新数据表
- Python PostgreSQL - 删除数据
- Python PostgreSQL - 删除数据表
- Python PostgreSQL - Limit
- Python PostgreSQL - Join
- Python PostgreSQL - Cursor 对象
- Python PostgreSQL 实用资源
- Python PostgreSQL - 快速指南
- Python PostgreSQL - 实用资源
- Python PostgreSQL - 讨论
Python PostgreSQL 教程
Python 是一种通用的解释性、交互式、面向对象且高级的编程语言。它是由 Guido van Rossum 在 1985-1990 年创建的。与 Perl 类似,Python 源代码也可在 GNU 通用公共许可证 (GPL) 下获得。本教程通过示例详细介绍如何与 PostgreSQL 数据库通信。
受众
本教程专为希望详细了解 psycog2 模块的 python 程序员而设计。
前提条件
在继续学习本教程之前,你应该对 python 编程语言有充分的了解。还建议对数据库——PostgreSQL 有基本了解。
广告