Muutke küpsiste eelistusi

QuickStart Guide to Db2 Development with Python [Pehme köide]

  • Formaat: Paperback / softback, 64 pages, kõrgus x laius x paksus: 229x152x5 mm, kaal: 91 g
  • Ilmumisaeg: 03-Jun-2019
  • Kirjastus: MC Press, LLC
  • ISBN-10: 1583478884
  • ISBN-13: 9781583478882
Teised raamatud teemal:
  • Formaat: Paperback / softback, 64 pages, kõrgus x laius x paksus: 229x152x5 mm, kaal: 91 g
  • Ilmumisaeg: 03-Jun-2019
  • Kirjastus: MC Press, LLC
  • ISBN-10: 1583478884
  • ISBN-13: 9781583478882
Teised raamatud teemal:
This book brings Python, SQL, and Db2 application development together as never before, to show how these three technologies can successfully be used with each other. By reading this book, you will receive:

An introduction to Db2 An overview of SQL and how it is used An introduction to Python and the Python libraries/drivers available for Db2 application development A step-by-step guide for setting up a Python-Db2 development environment (on RedHat or Ubuntu Linux) In-depth information on how to structure and build Python applications that interact with Db2 (along with the link to a GitHub site that contains over 70 sample programs and 60 Jupyter Notebooks)

Whether you're a Python developer who wants to build applications that work with Db2, or you're a Db2 user who wants to know how to build Python applications that interact with Db2 servers and databases, you'll find this book a must-read.
1 What Is IBM Db2?
1(4)
From the Mainframe to Distributed Platforms and the IBM Cloud
3(1)
Db2 Today
3(2)
2 Structured Query Language (SQL)
5(4)
3 The Db2 Call Level Interface
9(6)
4 Python and Db2
15(6)
Installing the Python Interpreter
17(1)
IBM Db2 Support for Python
18(3)
5 Setting Up a Python-Db2 Development Environment
21(20)
A Word About My Development Platform: the UDOO X86
22(1)
Downloading the Db2 Software
23(2)
Enabling root User Access (Ubuntu Linux Setup Only)
25(1)
Preparing a Linux Server for Db2 Installation
25(2)
Installing the Db2 Software
27(9)
Building the SAMPLE Database
36(2)
Installing the Db2 Python Library (Driver)
38(2)
Summary
40(1)
6 Building Python Applications That Work with Db2
41
Functionality Provided by the ibm db and ibm db dbi Python Libraries
42(5)
Special Objects Used by Db2-Python Applications
47(1)
Establishing a Db2 Server or Database Connection
48(3)
Transaction Processing: Executing SQL Statements
51(2)
Transaction Processing: Retrieving Query Results
53(3)
Transaction Processing: Obtaining Result Set Information
56(2)
Transaction Processing: Terminating the Current Transaction
58(2)
Calling Stored Procedures
60(1)
Terminating a Db2 Server or Database Connection
61(1)
Obtaining Information About a Data Source and Setting Driver Options
62(1)
Diagnostics and Error Handling
63