舉報

會員
MySQL for Python
最新章節:
Index
Thisisapractical,tutorial-stylebookthatincludesmanyexamplestodemonstratethefullpotentialofMySQLforPython.EverychapterstartswithanexplanationofthevariousareasforusingMySQLforPythonandendswithworkonasampleapplicationusingtheprogrammingcallsjustlearned.Allcomplicatedconceptsarebrokendowntobeveryeasytounderstand.EverythinginthebookisdesignedtohelpyoulearnanduseMySQLforPythontoaddressyourprogrammingneedsinthefastestwaypossible.ThisbookismeantforintermediateusersofPythonwhowanthassle-freeaccesstotheirMySQLdatabasethroughPython.IfyouareaPythonprogrammerwhowantsdatabase-supportinyourPythonapplications,thenthisbookisforyou.Thisbookisamust-readforeveryfocuseduseroftheMySQLforPythonlibrarywhowantsreal-worldapplicationsusingthispowerfulcombinationofPythonandMySQL.
目錄(106章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- About the Reviewers
- Preface
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Up and Running with MySQL for Python
- Importing MySQL for Python
- Connecting with a database
- Multiple database connections
- Summary
- Chapter 2. Simple Querying
- Forming a query in MySQL
- Passing a query to MySQL
- Using user-defined variables
- Determining characteristics of a database and its tables
- Changing queries dynamically
- Project: A command-line search utility
- Room to grow
- Summary
- Chapter 3. Simple Insertion
- Helpful ways to nuance an INSERT statement
- Passing an insertion through MySQL for Python
- Using user-defined variables
- Using metadata
- Changing insertion values dynamically
- Essentials: close and commit
- Project: A command-line insertion utility
- Summary
- Chapter 4. Exception Handling
- Errors versus warnings: There's a big difference
- The two main errors in MySQLdb
- Warnings in MySQL for Python
- Handling exceptions passed from MySQL
- Catching different types of exceptions
- Creating a feedback loop
- Project: Bad apples
- Summary
- Chapter 5. Results Record-by-Record
- Why?
- How?
- Project: A movie database
- Summary
- Chapter 6. Inserting Multiple Entries
- Introducing the executemany() method
- executemany(): Basic syntax
- executemany(): Behind the scenes
- Project: Converting a CSV file to a MySQL table
- Summary
- Chapter 7. Creating and Dropping
- Removing or deleting databases
- Creating tables
- Dropping tables
- Doing it in Python
- Dropping tables with MySQLdb
- Project: Web-based administration of MySQL
- Summary
- Chapter 8. Creating Users and Granting Access
- Creating users in MySQL
- Creating users from Python
- Removing users in MySQL
- DROPping users in Python
- GRANT access in MySQL
- Granting access in Python
- Removing privileges in MySQL
- Using REVOKE in Python
- Project: Web-based user administration
- Summary
- Chapter 9. Date and Time Values
- Date and time types in Python
- Date and time functions
- Project: Logging user activity
- Summary
- Chapter 10. Aggregate Functions and Clauses
- Trimming results
- Server-side sorting in MySQL
- Putting it in Python
- Project: Incorporating aggregate functions
- Summary
- Chapter 11. SELECT Alternatives
- Subqueries
- Unions
- Joins
- Doing it in Python
- Project: Implement HAVING
- Summary
- Chapter 12. String Functions
- Accessing and using index data
- Nuancing data
- Project: Creating your own functions
- Summary
- Chapter 13. Showing MySQL Metadata
- Accessing database metadata
- Accessing user metadata
- Project: Building a database class
- Summary
- Chapter 14. Disaster Recovery
- Choosing a backup method
- Backing up a database with Python
- Summary
- Index 更新時間:2021-04-13 17:12:48
推薦閱讀
- 中文版3ds Max 2016/VRay效果圖制作實戰基礎教程
- 虛擬現實:開啟現實與夢想之門
- Software Testing using Visual Studio 2010
- 數字孿生體:第四次工業革命的通用目的技術
- CorelDRAW服裝設計實用教程(第四版)
- SolidWorks2014基礎實例教程
- Photoshop CC從入門到精通(全彩超值版)
- Photoshop CS6實戰從入門到精通(超值版)
- Vue.js快速入門
- 網店美工設計:Photoshop CC案例教程(視頻指導版)
- 中文版Illustrator 2020基礎教程
- 剪映短視頻剪輯從入門到精通:宣傳短片+電商視頻+產品廣告+活動慶典
- 中文版3ds Max 2022基礎教程
- CorelDRAW X6平面設計與制作案例教程
- 24小時玩賺剪映
- MATLAB在日常計算中的應用
- 企業微信公眾平臺開發實戰:再小的個體也有自己的品牌
- Photoshop CC設計與應用任務教程
- 卷珠簾:Photoshop古風插畫技法完全教程
- 新手學UG NX 8.0輔助設計
- 解密AI繪畫與修圖:Stable Diffusion+Photoshop
- R語言科研繪圖與學術圖表繪制從入門到精通
- Excel 2016從新手到高手
- 中文版Premiere Pro CC實戰視頻教程
- After Effects CC 2018高手成長之路
- FFmpeg從入門到精通
- CorelDRAW X6平面設計應用教程(第3版)
- Flash短片輕松學
- UG NX 5中文版模具設計技法與典型實例精講
- SOA Cookbook