Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Compilateurs

Si vous aimez les titres Compilateurs, vous allez adorer cette sélection.
Affichage de 121 à 144 sur 1268 résultats
Skip side bar filters
  • Python Data Analytics

    Data Analysis and Science using pandas, matplotlib and the Python Programming Language

    par Fabio Nelli ...
    Collections series Professional and Applied Computing (R0)
    Python Data Analytics will help you tackle the world of data acquisition and analysis using the power of the Python language. At the heart of this book lies the coverage of pandas, an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.Author Fabio Nelli expertly shows the strength of the Python ... En savoir plus

    $63.99 CAD

  • Learning Groovy 3

    Java-Based Dynamic Scripting

    par Adam L. Davis ...
    Collections series Professional and Applied Computing (R0)
    Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language, including what's new in Groovy version 3.0. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in ... En savoir plus

    $68.99 CAD

  • Design Patterns in Modern C++20

    Reusable Approaches for Object-Oriented Software Design

    par Dmitri Nesteruk ...
    Collections series Professional and Applied Computing (R0)
    Apply the latest editions of the C++ standard to the implementation of design patterns. As well as covering traditional design patterns, this book fleshes out new design patterns and approaches that will be useful to modern C++ developers. Author Dmitri Nesteruk presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of ... En savoir plus

    $56.29 CAD

  • Practical Rust Web Projects

    Building Cloud and Web-Based Applications

    par Shing Lyu ...
    Collections series Professional and Applied Computing (R0)
    Go beyond the basics of Rust and build web and serverless cloud applications. The applications explained in this practical book include web sites, RESTful APIs, a real-time web chat application, and frontend application with WebAssembly. Each chapter is organized in the following format: what this kind of application looks like; requirements for the example program; an introduction to the Rust ... En savoir plus

    $44.29 CAD

  • Ethereum Smart Contract Development in Solidity

    Collections series Computer Science (R0)
    The general consensus is that BlockChain is the next disruptive technology, and Ethereum is the flagship product of BlockChain 2.0. However, coding and implementing business logic in a decentralized and transparent environment is fundamentally different from traditional programming and is emerging as a major challenge for developers.This book introduces readers to the Solidity language from ... En savoir plus

    $96.09 CAD

  • Rust for the IoT

    Building Internet of Things Apps with Rust and Raspberry Pi

    Collections series Professional and Applied Computing (R0)
    Get started programming Rust applications for the Internet of Things (IoT). This book is a programming skills migration book that teaches you the Rust programming techniques most useful for IoT applications. You'll step through from server to board development in creating a set of IoT applications.In Rust for the IoT, you'll learn how to build a modern server-side application using Rust on the ... En savoir plus

    $80.19 CAD

  • Beginning Ruby

    From Novice to Professional

    par Peter Cooper ...
    Collections series Professional and Applied Computing (R0)
    Learn the principles behind object-oriented programming and within a few chapters create a fully functional Ruby application. You'll also gain a basic understanding of many ancillary technologies such as databases, XML, web frameworks, and networking - some of which are needed as part of a fully functioning Ruby application.Based on the bestselling first and second editions, Beginning Ruby, Third ... En savoir plus

    $75.99 CAD

  • Beginning Xamarin Development for the Mac

    Create iOS, watchOS, and Apple tvOS apps with Xamarin.iOS and Visual Studio for Mac

    par Dawid Borycki ...
    Collections series Professional and Applied Computing (R0)
    Develop apps for the iPhone, iPad, and Apple wearables using Visual Studio for the Mac.Learn how to set up your development environment and emulators, and how to create adaptive user interfaces for various platforms. Expert Dawid Borycki guides you through the fundamentals of programming for Apple platforms (Model View Controller, Test Driven Development), navigation patterns, gesture handling, ... En savoir plus

    $38.99 CAD

  • JavaFX 9 by Example

    Collections series Professional and Applied Computing (R0)
    Create media-rich client applications using JavaFX 9 and the Java 9 platform. Learn to create GUI-based applications for mobile devices, desktop PCs, and even the web. Incorporate media such as audio and video into your applications. Interface with hardware devices such as Arduino and Leap Motion. Respond to gesture control through devices such as the Leap Motion Controller. Take advantage of the ... En savoir plus

    $80.99 CAD

  • CSS3 Quick Syntax Reference

    A Pocket Guide to the Cascading Style Sheets Language

    par Mikael Olsson ...
    Collections series Professional and Applied Computing (R0)
    The CSS3 Quick Syntax Reference is a 150-page syntax reference to the Cascading Style Sheets language. It presents the essentials of CSS3 in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a CSS reference that is concise, to the point, and highly ... En savoir plus

    $44.99 CAD

  • Expert F# 4.0

    Collections Livre 4.0 - Professional and Applied Computing (R0)
    Learn from F#'s inventor to become an expert in the latest version of this powerful programming language so you can seamlessly integrate functional, imperative, object-oriented, and query programming style flexibly and elegantly to solve any programming problem. Expert F# 4.0 will help you achieve unrivaled levels of programmer productivity and program clarity across multiple platforms including ... En savoir plus

    $101.99 CAD

  • Modern Compiler Implementation in Java

    par Andrew W. Appel ...
    This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as the compilation of functional and ... En savoir plus

    $106.99 CAD

  • Expert T-SQL Window Functions in SQL Server

    Collections series Professional and Applied Computing (R0)
    Expert T-SQL Window Functions in SQL Server takes you from any level of knowledge of windowing functions and turns you into an expert who can use these powerful functions to solve many T-SQL queries. Replace slow cursors and self-joins with queries that are easy to write and fantastically better performing, all through the magic of window functions.First introduced in SQL Server 2005, window ... En savoir plus

    $32.99 CAD

  • Modern Compiler Implementation in C

    par Andrew W. Appel ...
    This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and ... En savoir plus

    $95.99 CAD

  • Beginning Django

    Web Application Development and Deployment with Python

    par Daniel Rubio ...
    Discover the Django web application framework and get started building Python-based web applications. This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications. Beginning Django also covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email. ... En savoir plus

    $47.99 CAD

  • Excel Macros - A Step-by-Step Illustrated Guide to Learn Excel Macros

    par Talia Smith ...
    You Are Just 1-Click Away From Learning How To Tap Into The Full Power Of One Feature That Most MS Excel Users Ignore – Macros – To Scale From Being A Beginner To An Advanced User By Automating Processes That You Never Thought Could Be Automated MS Excel is truly a revolutionary spreadsheet tool that does a lot. For many users however, they simply stop at using MS Excel to enter data, generate ... En savoir plus

    $12.99 CAD ou Gratuit avec Kobo Plus

  • Learn Electronics with Raspberry Pi

    Physical Computing with Circuits, Sensors, Outputs, and Projects

    par Stewart Watkiss ...
    Collections series Professional and Applied Computing (R0)
    Make a variety of cool projects using the Pi with programming languages like Scratch and Python, with no experience necessary. You'll learn how the Pi works, how to work with Raspbian Linux on the Pi, and how to design and create electronic circuits.Raspberry Pi is everywhere, it’s inexpensive, and it's a wonderful tool for teaching about electronics and programming. This bookshows you how to ... En savoir plus

    $68.99 CAD

  • Pro Jakarta EE 10

    Open Source Enterprise Java-based Cloud-native Applications Development

    par Peter Späth ...
    Collections series Professional and Applied Computing (R0)
    Welcome to your in-depth professional guide to the open source Eclipse Jakarta EE 10 platform. This book will help you build more complex native enterprise Java-based cloud and other applications that can run in corporate and other mission-critical settings. The majority of the key Jakarta EE 10 APIs or features are dissected in this book, including JSF, JSP, JPA, CDI, REST, Microprofiles, ... En savoir plus

    $75.99 CAD

  • Data Parallel C++

    Programming Accelerated Systems Using C++ and SYCL

    Collections series Professional and Applied Computing (R0)
    "This book, now in is second edition, is the premier resource to learn SYCL 2020 and is the ONLY book you need to become part of this community." Erik Lindahl, GROMACS and Stockholm UniversityLearn how to accelerate C++ programs using data parallelism and SYCL.This open access book enables C++ programmers to be at the forefront of this exciting and important development that is helping to push ... En savoir plus

    Gratuit

  • Modern Compiler Implementation in ML

    par Andrew W. Appel ...
    This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and ... En savoir plus

    $95.99 CAD

  • Advanced API Security

    OAuth 2.0 and Beyond

    Collections series Professional and Applied Computing (R0)
    Prepare for the next wave of challenges in enterprise security. Learn to better protect, monitor, and manage your public and private APIs.Enterprise APIs have become the common way of exposing business functions to the outside world. Exposing functionality is convenient, but of course comes with a risk of exploitation. This book teaches you about TLS Token Binding, User Managed Access (UMA) 2.0, ... En savoir plus

    $56.99 CAD

  • Beginning Ada Programming

    From Novice to Professional

    Collections series Professional and Applied Computing (R0)
    Discover the Ada programming language by being gently guided through the various parts of the language and its latest available stable release. The goal in this book is to slowly ease you into the different topics. It is understood that you do not always have ample free time, so the text is easy to digest and concepts are spoon fed to the reader.Starting with the simplest of topics, detailed ... En savoir plus

    $68.99 CAD

  • Modern Programming Made Easy

    Using Java, Scala, Groovy, and JavaScript

    par Adam L. Davis ...
    Collections series Professional and Applied Computing (R0)
    Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles, including working with lists, sets, arrays, and maps; coding in the object-oriented style; and writing a web application.This book is language agnostic, but ... En savoir plus

    $27.99 CAD

  • An Introduction to Statistics with Python

    With Applications in the Life Sciences

    Collections series Mathematics and Statistics (R0)
    This textbook provides an introduction to the free software Python and its use for statistical data analysis. It covers common statistical tests for continuous, discrete and categorical data, as well as linear regression analysis and topics from survival analysis and Bayesian statistics. Working code and data for Python solutions for each test, together with easy-to-follow Python examples, can be ... En savoir plus

    $64.99 CAD