万本电子书0元读

万本电子书0元读

Programming ArcGIS with Python Cookbook - Second Edition
Programming ArcGIS with Python Cookbook - Second Edition
Eric Pimpler
¥80.65
Programming ArcGIS with Python Cookbook, Second Edition, is written for GIS professionals who wish to revolutionize their ArcGIS workflow with Python. Whether you are new to ArcGIS or a seasoned professional, you almost certainly spend time each day performing various geoprocessing tasks. This book will teach you how to use the Python programming language to automate these geoprocessing tasks and make you a more efficient and effective GIS professional.
Neo4j Graph Data Modeling
Neo4j Graph Data Modeling
Mahesh Lal
¥54.49
If you are a developer who wants to understand the fundamentals of modeling data in Neo4j and how it can be used to model full-fledged applications, then this book is for you. Some understanding of domain modeling may be advantageous but is not essential.
WebRTC Blueprints
WebRTC Blueprints
Andrii Sergiienko
¥75.20
This book is a stepbystep projectbased guide that aims to teach you how to develop your own web applications and services with WebRTC in a concise, practical manner. This book will be perfect for you if you are a WebRTC developer and want to build complex WebRTC applications and projects, or if you want to gain practical experience in developing web applications, advanced WebRTC media handling, server and client signaling, call flows, or thirdparty integration. It is essential to have prior knowledge of building simple applications using WebRTC.
Getting Started with SQL Server 2014 Administration
Getting Started with SQL Server 2014 Administration
Gethyn Ellis
¥49.04
This is an easytofollow handson tutorial that includes real world examples of SQL Server 2014's new features. Each chapter is explained in a stepbystep manner which guides you to implement the new technology. If you want to create an highly efficient database server then this book is for you. This book is for database professionals and system administrators who want to use the added features of SQL Server 2014 to create a hybrid environment, which is both highly available and allows you to get the best performance from your databases.
Scala for Java Developers
Scala for Java Developers
Thomas Alexandre
¥80.65
This stepbystep guide is full of easytofollow code taken from realworld examples explaining the migration and integration of Scala in a Java project. If you are a Java developer or a Java architect, working in Java EEbased solutions and want to start using Scala in your daily programming, this book is ideal for you. This book will get you up and running quickly by adopting a pragmatic approach with realworld code samples. No prior knowledge of Scala is required.
Heroku Cloud Application Development
Heroku Cloud Application Development
Anubhav Hanjura
¥99.18
An easytofollow, handson guide that clearly explains the various components of the Heroku platform and provides stepbystep guidance as well as numerous examples on how to build and troubleshoot robust and scalable productionready web applications on the Heroku platform. This book is intended for those who want to learn Heroku the right way. Perhaps you are new to Heroku or are someone who has heard about Heroku but have not built anything significant with it. You should have knowledge or familiarity with cloud computing and basic knowledge of database and network deployment.
ElasticSearch Server Second Edition
ElasticSearch Server Second Edition
Rafa? Ku?
¥90.46
This book is a detailed, practical, handson guide packed with reallife scenarios and examples which will show you how to implement an ElasticSearch search engine on your own websites. If you are a web developer or a user who wants to learn more about ElasticSearch, then this is the book for you. You do not need to know anything about ElastiSeach, Java, or Apache Lucene in order to use this book, though basic knowledge about databases and queries is required.
Mastering Object Oriented Python
Mastering Object Oriented Python
Steven F. Lott
¥80.65
This book follows a standard tutorial approach with approximately 750 code samples spread through the 19 chapters. This amounts to over 5,900 lines of code that illustrate each concept. This book is aimed at programmers who have already learned the basics of objectoriented Python and need to write more sophisticated, flexible code that integrates seamlessly with the rest of Python. This book assumes a computer science background, with experience of common Python design patterns.
Getting Started with XenDesktop 7.x
Getting Started with XenDesktop 7.x
Craig Thomas Ellrod
¥99.18
This is a stepbystep, taskbased, practical guide to learning and getting your basic XenDesktop 7.x site up and running. It is fast, easy, and makes learning desktop and application virtualization simple. If you are a system administrator, consultant, or beginner who wants to implement and administer Citrix XenDesktop sites, then this book is for you. Familiarity with virtualization of desktops and applications and datacenter concepts will be helpful. The ability to read network diagrams and understand servers, data flow, clients, devices, and the interworking of these pieces will be beneficial.
Python Tools for Visual Studio
Python Tools for Visual Studio
Martino Sabia
¥49.04
This is a handson guide that provides exemplary coverage of all the features and concepts related to PTVS. The book is intended for developers who are aiming to enhance their productivity in Python projects with automation tools that Visual Studio provides for the .Net community. Some basic knowledge of Python programming is essential.
MongoDB High Availability
MongoDB High Availability
Afshin Mehrabani
¥59.94
This book has a perfect balance of concepts and their practical implementation along with solutions to make a highly available MongoDB server with clear instructions and guidance. If you are using MongoDB in a production environment and need a solution to make a highly available MongoDB server, this book is ideal for you. Familiarity with MongoDB is expected so that you understand the content of this book.
Raspberry Pi Projects for Kids - Second Edition
Raspberry Pi Projects for Kids - Second Edition
Daniel Bates
¥45.77
This book is for kids who wish to develop games and applications using the Raspberry Pi. No prior experience in programming is necessary; you need only a Raspberry Pi and the required peripherals.
WebGL Hotshot
WebGL Hotshot
Mitch Williams
¥90.46
Every chapter starts with a 'mission briefing' section that describes what is to be achieved by the end of the chapter. This is followed with the decisions and steps required to accomplish the mission objective with challenges to take the project further. The scope for the book thus mimics the reallife requirements of a developer and gets you ready to successfully build your own project. If you are a web designer looking to expand your knowledge of 3D graphics concepts and broaden your existing skill set, then this book is for you. Those looking for an introduction to 3D graphics will benefit from WebGL Hotshot as it is a perfect guide to master 3D concepts, helping you build and deploy 3D worlds much quicker. The book assumes a basic knowledge of HTML, though it can be learned concurrently while reading this book. Basic programming knowledge is useful; however, the graphical nature of web 3D content allows you to learn programming through experimentation.
Learning Flask Framework
Learning Flask Framework
Matt Copperwaite
¥80.65
Build dynamic, data-driven websites and modern web applications with Flask About This Book Discover the most popular Flask resources on the web with ease Familiarize yourself with third-party libraries commonly used with Flask Create a fast, interactive, and secure web app with this hands-on guide Who This Book Is For This book is for anyone who wants to develop their knowledge of Python into something that can be used on the web. Flask follows the Python design principles and can be easily understood by anyone who knows Python, and even by those who do not. What You Will Learn Create your web pages to add modularity and flexibility to your web app using templates Store and retrieve relational data using SQLAlchemy Develop schema migrations with Alembic Produce an admin section using flask-admin Build RESTful APIs using Flask-Restless Simulate requests and sessions using the Flask test client Make Ajax requests from Jinja2 templates In Detail Flask is a small and powerful web development framework for Python. It does not presume or force a developer to use a particular tool or library. Flask supports extensions that can add application features as if they were implemented in Flask itself. Flask’s main task is to build web applications quickly and with less code. With its lightweight and efficient web development framework, Flask combines rapid development and clean, simple design. This book will take you through the basics of learning how to apply your knowledge of Python to the web. Starting with the creation of a “Hello world” Flask app, you will be introduced to the most common Flask APIs and Flask’s interactive debugger. You will learn how to store and retrieve blog posts from a relational database using an ORM and also to map URLs to views. Furthermore, you will walk through template blocks, inheritance, file uploads, and static assets. You will learn to authenticate users, build log in/log out functionality, and add an administrative dashboard for the blog. Moving on, you will discover how to make Ajax requests from the template and see how the Mock library can simplify testing complex interactions. Finally, you will learn to deploy Flask applications securely and in an automated, repeatable manner, and explore some of the most popular Flask resources on the web. Style and approach A comprehensive guide packed with real-world examples and popular use cases; starting with basic overviews and diving into the practical aspects of Flask Framework.
Blender Compositing and Post Processing
Blender Compositing and Post Processing
Mythravarun Vepakomma
¥63.21
This book is a stepbystep compositing guide, with lots of illustrations and practical approaches and implementations to attain a desired visual quality to a deadline. Each chapter progressively adds to your skillset, covering a wide range of CG film making compositing concepts. This book is for digital CG artists looking to add photo realism and life to their footage. This book also assists technical CG artists in strategizing and implementing productive lighting. If you are new to Blender or compositing, this book will guide you step by step in gaining compositing skills.
Direct3D Rendering Cookbook
Direct3D Rendering Cookbook
Justin Stenning
¥99.18
This is a practical cookbook that dives into the various methods of programming graphics with a focus on games. It is a perfect package of all the innovative and uptodate 3D rendering techniques supported by numerous illustrations, strong sample code, and concise explanations. Direct3D Rendering Cookbook is for C# .NET developers who want to learn the advanced rendering techniques made possible with DirectX 11.2. It is expected that the reader has at least a cursory knowledge of graphics programming, and although some knowledge of Direct3D 10+ is helpful, it is not necessary. An understanding of vector and matrix algebra is required.
Instant HubSpot Dashboard Customization
Instant HubSpot Dashboard Customization
Deepan Siddhu Nagarajan
¥35.96
Filled with practical, stepbystep instructions and clear explanations for the most important and useful tasks. A headlong guide including example driving situations, clear instructions for important tasks, and details for enhancing your social media management experience. This book is a perfect fit if you are an inbound marketing beginner who feels and believes that handling multiple marketing channels to generate leads is a cumbersome activity. The best part is, you don’t need to have coding skills to customize your Hubspot portal when you’ve got this book. Basic knowledge of computers is essential.
iOS and OS X Network Programming Cookbook
iOS and OS X Network Programming Cookbook
Jon Hoffman
¥90.46
This book follows a recipebased approach that will heavily focus on the code and how to integrate the samples with the reader’s projects.Each recipe consists of one or more methods that you can put directly into your app and use. This book is ideal for developers that want to create network applications for the Apple OS X or iOS platforms. All examples are written in ObjectiveC using XCode as the IDE. Knowledge of ObjectiveC and XCode is essential.
Expert PHP 5 Tools
Expert PHP 5 Tools
Dirk Merkel
¥90.46
Each chapter focuses on one topic, such as version control or debugging. After initially discussing essential concepts, the author takes an in-depth look at one or more tools relevant to the topic. Sample projects and plenty of well-documented code are used to work through practical application of the concepts. This book has been written for professional developers new to PHP and experienced PHP developers who want to take their skills to the next level by learning enterprise-level tools and techniques.
Raspberry Pi Gaming - Second Edition
Raspberry Pi Gaming - Second Edition
Shea Silverman
¥45.77
If you are someone who loves to play games and are interested in learning more about the capabilities of your Raspberry Pi, this book is for you. Basic knowledge of Raspberry Pi programming is expected.
JIRA 6.x Administration Cookbook
JIRA 6.x Administration Cookbook
Patrick Li
¥90.46
A comprehensive guide, full of practical recipes with real-life JIRA administration challenges, solutions, and examples with illustrations from the actual application. If you are an administrator who will be customizing, supporting, and maintaining JIRA for your organization, this book is for you. Familiarity with the core concepts of JIRA is essential. For some recipes, basic understanding in HTML, CSS, and JavaScript will also be helpful.