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

Visual Studio Code for Python Programmers, Speight April


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

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

Автор: Speight April
Название:  Visual Studio Code for Python Programmers
ISBN: 9781119773368
Издательство: Wiley
Классификация:
ISBN-10: 1119773369
Обложка/Формат: Paperback
Страницы: 336
Вес: 0.67 кг.
Дата издания: 07.07.2021
Язык: English
Размер: 231 x 185 x 15
Читательская аудитория: Professional & vocational
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: With varied activities - including sorting, matching and drawing - these workbooks help your learners practise what they have learnt. Focus, Practice and Challenge exercises provide clear progression through each topic, helping learners see what they`ve achieved. Ideal for use in the classroom or for homework. Links to `Language focus` boxes in the learner`s book provide more grammar practice.


Mazes for Programmers: Code Your Own Twisty Little Passages

Автор: Buck Jamis
Название: Mazes for Programmers: Code Your Own Twisty Little Passages
ISBN: 1680500554 ISBN-13(EAN): 9781680500554
Издательство: Wiley
Рейтинг:
Цена: 4831.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Unlock the secrets to creating random mazes! Whether you`re a game developer, an algorithm connoisseur, or simply in search of a new puzzle, you`re about to level up. Learn algorithms to randomly generate mazes in a variety of shapes, sizes, and dimensions.

Python programming intermediate: This is a book for beginners and intermediate programmers, here you can find some advanced tips to how to write an aw

Автор: Russel Mark
Название: Python programming intermediate: This is a book for beginners and intermediate programmers, here you can find some advanced tips to how to write an aw
ISBN: 1801127301 ISBN-13(EAN): 9781801127301
Издательство: Неизвестно
Рейтинг:
Цена: 2752.00 р.
Наличие на складе: Нет в наличии.

Описание:

Python programming intermediate


What will this text talk about?


We will start from the history of Python up to its darkest meanderings, this text tries to compress all the fundamental points of the language, so that you can already program various types of programs with this information, if you are a basic programmer, you will find comfort in this book that will help you improve your knowledge of language and therefore also make a good impression during a job interview or during a practical test.


"In this Python programming book, you will find out: "

- The problems that people who start programming in Python have and how to overcome them.


If you want to learn more about how to Learn Python in a few days and have results without expensive courses then simply

Programmer`s Guide to the Brain: With Examples in Python

Автор: Vermiller Rob
Название: Programmer`s Guide to the Brain: With Examples in Python
ISBN: 1483400018 ISBN-13(EAN): 9781483400013
Издательство: Неизвестно
Рейтинг:
Цена: 2929.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

In this fanciful book, the author imagines what it would be like to program the brain using the Python programming language. Along the way, he explores the nature of personality, emotion, free will, consciousness, and diversity, and suggests ways for us to prepare for the coming age of robots and intelligent automation.

The Pyqgis Programmer`s Guide: Extending Qgis 3 with Python 3

Автор: Sherman Gary
Название: The Pyqgis Programmer`s Guide: Extending Qgis 3 with Python 3
ISBN: 0998547727 ISBN-13(EAN): 9780998547725
Издательство: Неизвестно
Цена: 10454.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Welcome to the world of PyQGIS, the blending of Python and QGIS to extend and enhance your open source GIS toolbox.

This book covers version 3.0 of the QGIS application programming interface (API), featuring Python 3. With PyQGIS you can write scripts and plugins to implement new features and perform automated tasks.

This book will guide you in getting started with PyQGIS. After a brief introduction to Python 3, you'll learn how to understand the QGIS (API), write scripts, and build a plugin.

This book is designed to allow you to work through the examples as you go along. At the end of most chapters you will find a set of exercises you can do to enhance your learning experience. You'll also find a wealth of examples and information for performing common tasks, developing a workflow, and debugging your code.

The PyQGIS Programmer's Guide is compatible with the version 3.x API released with QGIS 3.0

Raspberry Pi 3 Cookbook for Python Programmers - Third Edition

Автор: Lawrence Dr Steven
Название: Raspberry Pi 3 Cookbook for Python Programmers - Third Edition
ISBN: 1788629876 ISBN-13(EAN): 9781788629874
Издательство: Неизвестно
Цена: 7171.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Raspberry Pi 3 is a tiny affordable chip used to learn and program through interactive projects. It has gained a lot of traction as the first choice in single-board computers due to its versatility. It extends a wide range of support to Python programming. This recipe-based guide will allow you to showcase the capabilities of Raspberry Pi 3.

Автор: James Mike
Название: Programmer`s Python: Everything Is an Object: Something Completely Different
ISBN: 1871962587 ISBN-13(EAN): 9781871962581
Издательство: Неизвестно
Цена: 5164.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book sets out to explain the deeper logic in the approach that Python 3 takes to classes and objects. The subject is roughly speaking everything to do with the way Python implements objects. That is, in order of sophistication, metaclass; class; object; attribute; and all of the other facilities such as functions, methods and the many "magic methods" that Python uses to make it all work.This is a fairly advanced book in the sense that you are expected to know basic Python. However, it tries to explain the ideas using the simplest examples possible. As long as you can write a Python program, and you have an idea what object-oriented programming is about, it should all be understandable and, as important, usable. This is not a cookbook and there are no complete examples of real programs - that's your assignment. This is also a focused book in the sense that there are large parts of Python it doesn't cover. For example, it doesn't deal with program structure, concurrency and data structures - these will be covered in companion volumes.

Actionable Python: A Course for New Python Programmers

Автор: Withrow Stephen, Dunn Nat
Название: Actionable Python: A Course for New Python Programmers
ISBN: 1951959051 ISBN-13(EAN): 9781951959050
Издательство: Неизвестно
Цена: 6888.00 р.
Наличие на складе: Нет в наличии.

Raspberry Pi Cookbook for Python Programmers

Автор: Cox Tim
Название: Raspberry Pi Cookbook for Python Programmers
ISBN: 1849696624 ISBN-13(EAN): 9781849696623
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This guide teaches Python programmers how to unleash the hidden potential of the Raspberry Pi.

Raspberry Pi for Python Programmers Cookbook, Second Edition

Автор: Cox Tim
Название: Raspberry Pi for Python Programmers Cookbook, Second Edition
ISBN: 1785288326 ISBN-13(EAN): 9781785288326
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

There`s no Place like G28 X0 Y0 Z0 Notebook: This Notebook is perfect for all Developer, G-Code Pros, Programmers, 3D-Printing Fans and Manufacturing

Автор: Publishing Scriper
Название: There`s no Place like G28 X0 Y0 Z0 Notebook: This Notebook is perfect for all Developer, G-Code Pros, Programmers, 3D-Printing Fans and Manufacturing
ISBN: 1796747351 ISBN-13(EAN): 9781796747355
Издательство: Неизвестно
Цена: 1378.00 р.
Наличие на складе: Нет в наличии.

The Programmers` War: Object Code, Algorithms and Tomorrow`s Decisive Weapons

Автор: Velarde Bryan D.
Название: The Programmers` War: Object Code, Algorithms and Tomorrow`s Decisive Weapons
ISBN: 1288411308 ISBN-13(EAN): 9781288411306
Издательство: Неизвестно
Рейтинг:
Цена: 10658.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


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