Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

MYSQL connector/Python revealed :, Jesper Wisborg Krogh


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Jesper Wisborg Krogh
Название:  MYSQL connector/Python revealed :
ISBN: 9781484236932
Издательство: Springer
Классификация:



ISBN-10: 1484236939
Обложка/Формат: Paperback
Страницы: 515
Вес: 0.82 кг.
Дата издания: 01.08.2018
Язык: English
Издание: 1st ed.
Иллюстрации: 28 illustrations, black and white; xxiii, 513 p. 28 illus.
Размер: 156 x 234 x 35
Читательская аудитория: General (us: trade)
Подзаголовок: Sql and nosql data storage using mysql for python programmers
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
Move data back and forth between database and application. The must-have knowledge in this book helps programmers learn how to use the official driver, MySQL Connector/Python, by which Python programs communicate with the MySQL database.
This book takes you from the initial installation of the connector through basic query execution, then through more advanced topics, error handing, and troubleshooting. The book covers both the traditional API as well as the new X DevAPI. The X DevAPI is part of MySQL 8.0 and is an API that can be used with connectors for several programming languages and is used from the command-line interface known as MySQL Shell. You will learn to use the connector by working through code examples and following a discussion of how the API calls work.
By the end of the book, you will be able to use MySQL as the back-end storage for your Python programs, and you’ll even have the option of choosing between SQL and NoSQL interfaces.
What Youll Learn
Install MySQL Connector/PythonConnect to MySQL and configure database accessExecute SQL and NoSQL queries from your Python programTrap errors and troubleshoot problemsStore data from different languages using MySQL’s character set supportWork in the X DevAPI that underlies all of MySQL’s language connectors
Who This Book Is For
Developers familiar with Python who are looking at using MySQL as the back-end database. No prior knowledge of Connector/Python is assumed, but readers should be familiar with databases and the Python programming language.

Дополнительное описание:
Introduction.- Part I: Getting Ready.- Chapter 1. Introduction and Installation.- Part II: The Legacy APIs.- Chapter 2. Connecting to MySQL.- Chapter 3. Basic Query Execution.- Chapter 4. Advanced Query Execution.- Chapter 5. Connection Pooling and F



Social Network Analysis for Startups: Finding Connections on the Social Web

Автор: Tsvetovat Maksim, Kouznetsov Alexander
Название: Social Network Analysis for Startups: Finding Connections on the Social Web
ISBN: 1449306462 ISBN-13(EAN): 9781449306465
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: SNA techniques are derived from sociological and social-psychological theories and take into account the whole network (or, in case of very large networks such as Twitter -- a large segment of the network).

PHP & MySQL in Easy Steps: Covers MySQL 8.0

Автор: McGrath Mike
Название: PHP & MySQL in Easy Steps: Covers MySQL 8.0
ISBN: 1840788275 ISBN-13(EAN): 9781840788273
Издательство: Неизвестно
Рейтинг:
Цена: 2057.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

PHP and MySQL in easy steps, 2nd edition teaches the user to write PHP server-side scripts and how to make MySQL database queries. It has an easy-to-follow style that will appeal to:

  • anyone who wants to begin producing data-driven web pages.
  • web developers wanting to add database interaction to their web sites.
  • the programmer who quickly wants to add PHP and MySQL to their skills set.
  • the hobbyist who wants to begin creating scripts for upload to their own ISP.
  • the student, and to those seeking a career in computing, who need a fundamental understanding of server-side programming with PHP and MySQL.
  • PHP and MySQL in easy steps, 2nd edition demonstrates by example how to produce data-driven web pages using the powerful PHP scripting language and the popular free MySQL database server. The book examples provide clear syntax-highlighted code showing how to selectively insert and extract data from databases for presentation on your web browser.

    PHP and MySQL in easy steps, 2nd edition begins by explaining how to install a free web server, the PHP interpreter, and MySQL database server, to create an environment in which you can produce your very own data-driven server-side web pages. You will learn how to write PHP server-side scripts and how to make MySQL database queries. Examples illustrate how to store and retrieve Session Data, how to provide a Message Board, and how to create an E-Commerce Shopping Cart.

    This book assumes you have no previous experience of any programming or scripting language so is ideal for the newcomer to PHP and MySQL technologies.

    Covers MySQL 8.0.

    JDBC Metadata, MySQL, and Oracle Recipes

    Автор: Mahmoud Parsian
    Название: JDBC Metadata, MySQL, and Oracle Recipes
    ISBN: 1484220951 ISBN-13(EAN): 9781484220955
    Издательство: Springer
    Рейтинг:
    Цена: 8908.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Compliant with the new Java EE 5. Provides cut and paste code templates that can be immediately customized and applied in each developer`s application development.

    PHP and MySQL Manual

    Автор: Simon Stobart; Mike Vassileiou
    Название: PHP and MySQL Manual
    ISBN: 1447110552 ISBN-13(EAN): 9781447110552
    Издательство: Springer
    Рейтинг:
    Цена: 6986.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание:

    PHP is rapidly becoming the language of choice for dynamic Web development, in particular for e-commerce and on-line database systems. It is open source software and easy to install, and can be used with a variety of operating systems, including Microsoft Windows and UNIX.

    This comprehensive manual covers the basic core of the language, with lots of practical examples of some of the more recent and useful features available in version 5.0. MySQL database creation and development is also covered, as it is the developer database most commonly used alongside PHP. It will be an invaluable book for professionals wanting to use PHP to develop their own dynamic web pages.

    Key Topics:

    - Basic Language Constructs

    - Manipulating Arrays and Strings

    - Errors and Buffering

    - Graphic Manipulation

    - PDF Library Extension

    - MySQL Database Management

    - Classes and Objects Concepts

    Features and Benefits:

    Explains how to use PHP to its full extent - covering the latest features and functions of PHP version 5.0, including the use of object-oriented programming

    Describes how to link a database to a web site, using the MySQL database management system

    Shows how to connect PHP to other systems and provides many examples, so that you can create powerful and dynamic web pages and applications

    Contains lots of illustrated, practical, real-world examples - including an e-commerce application created in PHP using many of the features described within the book

    The scripts used in the examples are available for download from www.phpmysql-manual.com


    ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
       В Контакте     В Контакте Мед  Мобильная версия