Gastón C. Hillar – författare
Visar alla böcker från författaren Gastón C. Hillar. Handla med fri frakt och snabb leverans.
14 produkter
14 produkter
Häftad, Engelska, 2017
455 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2018
503 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2015
707 kr
Skickas inom 5-8 vardagar
Key FeaturesBook DescriptionIf you're a Python, JavaScript, or C# developer and want to learn the basics of object-oriented programming with real-world examples, then this book is for you.What you will learnGenerate instances in three programming languages: Python, JavaScript, and C#Customize constructors and destructorsWork with a combination of access modifiers, prefixes, properties, fields, attributes, and local variables to encapsulate and hide dataTake advantage of specialization and the possibility to overload or override membersCreate reusable and easier to maintain codeUse interfaces, generics, and multiple inheritance when availableWho this book is for
Häftad, Engelska, 2016
707 kr
Skickas inom 5-8 vardagar
Interact with the world and rapidly prototype IoT applications using PythonKey Features[*] Rapidly prototype even complex IoT applications with Python and put them to practical use[*] Enhance your IoT skills with the most up-to-date applicability in the field of wearable tech, smart environments, and home automation[*] Interact with hardware, sensors, and actuators and control your DIY IoT projects through PythonBook DescriptionInternet of Things (IoT) is revolutionizing the way devices/things interact with each other. And when you have IoT with Python on your side, you'll be able to build interactive objects and design them. This book lets you stay at the forefront of cutting-edge research on IoT. We'll open up the possibilities using tools that enable you to interact with the world, such as Intel Galileo Gen 2, sensors, and other hardware. You will learn how to read, write, and convert digital values to generate analog output by programming Pulse Width Modulation (PWM) in Python. You will get familiar with the complex communication system included in the board, so you can interact with any shield, actuator, or sensor. Later on, you will not only see how to work with data received from the sensors, but also perform actions by sending them to a specific shield. You'll be able to connect your IoT device to the entire world, by integrating WiFi, Bluetooth, and Internet settings. With everything ready, you will see how to work in real time on your IoT device using the MQTT protocol in python.By the end of the book, you will be able to develop IoT prototypes with Python, libraries, and tools.What you will learn[*] Prototype and develop IoT solutions from scratch with Python as the programming language[*] Develop IoT projects with Intel Galileo Gen 2 board along with Python[*] Work with the different components included in the boards using Python and the MRAA library[*] Interact with sensors, actuators, and shields[*] Work with UART and local storage[*] Interact with any electronic device that supports the I2C bus[*] Allow mobile devices to interact with the board[*] Work with real-time IoT and cloud services[*] Understand Big Data and IoT analyticsWho this book is forThe book is ideal for Python developers who want to explore the tools in the Python ecosystem in order to build their own IoT applications and work on IoT-related projects. It is also a very useful resource for developers with experience in other programming languages that want to easily prototype IoT applications with the Intel Galileo Gen 2 board.
Häftad, Engelska, 2016
628 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2016
707 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2017
707 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2018
565 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2018
628 kr
Skickas inom 5-8 vardagar
Explore the best tools and techniques to create lightweight, maintainable, and scalable Python web servicesKey FeaturesCombine Python with different data sources to build complex RESTful APIs from scratchConfigure and fine-tune your APIs using the best tools and techniques availableUse command-line and GUI tools to test CRUD operations performed by RESTful Web Services or APIsBook DescriptionPython is the language of choice for millions of developers worldwide that builds great web services in RESTful architecture. This second edition of Hands-On RESTful Python Web Services will cover the best tools you can use to build engaging web services.This book shows you how to develop RESTful APIs using the most popular Python frameworks and all the necessary stacks with Python, combined with related libraries and tools. You’ll learn to incorporate all new features of Python 3.7, Flask 1.0.2, Django 2.1, Tornado 5.1, and also a new framework, Pyramid. As you advance through the chapters, you will get to grips with each of these frameworks to build various web services, and be shown use cases and best practices covering when to use a particular framework.You’ll then successfully develop RESTful APIs with all frameworks and understand how each framework processes HTTP requests and routes URLs. You’ll also discover best practices for validation, serialization, and deserialization. In the concluding chapters, you will take advantage of specific features available in certain frameworks such as integrated ORMs, built-in authorization and authentication, and work with asynchronous code. At the end of each framework, you will write tests for RESTful APIs and improve code coverage.By the end of the book, you will have gained a deep understanding of the stacks needed to build RESTful web services.What you will learnSelect the most appropriate framework based on requirementsDevelop complex RESTful APIs from scratch using PythonUse requests handlers, URL patterns, serialization, and validationsAdd authentication, authorization, and interaction with ORMs and databasesDebug, test, and improve RESTful APIs with four frameworksDesign RESTful APIs with frameworks and create automated testsWho this book is forThis book is for web developers who have a working knowledge of Python and would like to build amazing web services by taking advantage of the various frameworks of Python. You should have some knowledge of RESTful APIs.
Häftad, Engelska, 2018
443 kr
Skickas inom 5-8 vardagar
Create scalable applications by taking advantage of NoSQL document databases on the cloud with .NET CoreKey FeaturesWork with the latest available tools related to Cosmos DBLearn to work with the latest version of the .NET Core SDK, C# and the SQL APIWork with a database service that doesn’t require you to use an ORM and provides flexibilityBook DescriptionCosmos DB is a NoSQL database service included in Azure that is continuously adding new features and has quickly become one of the most innovative services found in Azure, targeting mission-critical applications at a global scale. This book starts off by showing you the main features of Cosmos DB, their supported NoSQL data models and the foundations of its scalable and distributed architecture. You will learn to work with the latest available tools that simplify your tasks with Cosmos DB and reduce development costs, such as the Data Explorer in the Azure portal, Microsoft Azure Storage Explorer, and the Cosmos DB Emulator.Next, move on to working with databases and document collections. We will use the tools to run schema agnostic queries against collections with the Cosmos DB SQL dialect and understand their results. Then, we will create a first version of an application that uses the latest .NET Core SDK to interact with Cosmos DB. Next, we will create a second version of the application that will take advantage of important features that the combination of C# and the .NET Core SDK provides, such as POCOs and LINQ queries. By the end of the book, you will be able to build an application that works with a Cosmos DB NoSQL document database with C#, the .NET Core SDK, LINQ, and JSON.What you will learnUnderstand the supported NoSQL data models and the resource hierarchyLearn the latest tools to work with Cosmos DB accounts and collectionsReduce your development costs by working with the Cosmos DB EmulatorUnderstand request units, automatic indexing, partitioning, and billingBuild an application with C#, Cosmos DB, .NET Core SDK, and the SQL APIPerform asynchronous operations with databases, and documents in C#Work with models, and customize serialization of LINQ queriesWho this book is forThis book is for C# developers. You do not require any knowledge of Azure Cosmos DB, but familiarity with the Azure platform is expected.
Häftad, Engelska, 2018
618 kr
Skickas inom 5-8 vardagar
A comprehensive guide to Python programming for web development using the most popular Python web framework - DjangoKey FeaturesLearn the fundamentals of programming with Python and building web appsBuild web applications from scratch with DjangoCreate real-world RESTful web services with the latest Django frameworkBook DescriptionIf you want to develop complete Python web apps with Django, this Learning Path is for you. It will walk you through Python programming techniques and guide you in implementing them when creating 4 professional Django projects, teaching you how to solve common problems and develop RESTful web services with Django and Python. You will learn how to build a blog application, a social image bookmarking website, an online shop, and an e-learning platform.Learn Web Development with Python will get you started with Python programming techniques, show you how to enhance your applications with AJAX, create RESTful APIs, and set up a production environment for your Django projects. Last but not least, you’ll learn the best practices for creating real-world applications.By the end of this Learning Path, you will have a full understanding of how Django works and how to use it to build web applications from scratch.This Learning Path includes content from the following Packt products:Learn Python Programming by Fabrizio RomanoDjango RESTful Web Services by Gastón C. HillarDjango Design Patterns and Best Practices by Arun RavindranWhat you will learnExplore the fundamentals of Python programming with interactive projectsGrasp essential coding concepts along with the basics of data structures and control flowDevelop RESTful APIs from scratch with Django and the Django REST FrameworkCreate automated tests for RESTful web servicesDebug, test, and profile RESTful web services with Django and the Django REST FrameworkUse Django with other technologies such as Redis and CeleryWho this book is forIf you have little experience in coding or Python and want to learn how to build full-fledged web apps, this Learning Path is for you. No prior experience with RESTful web services, Python, or Django is required, but basic Python programming experience is needed to understand the concepts covered.
Häftad, Engelska, 2009
707 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2010
770 kr
Skickas inom 5-8 vardagar
Häftad, Engelska, 2014
503 kr
Skickas inom 5-8 vardagar
Key FeaturesBook DescriptionWhat you will learnWho this book is for