
- 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 有基本瞭解。
廣告