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 Langage de programmation

Si vous aimez les titres Langage de programmation, vous allez adorer cette sélection.
Affichage de 649 à 672 sur 10490 résultats
Skip side bar filters
  • 1000 Important Salesforce (SFDC) Interview Questions and Answers

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive Salesforce ... En savoir plus

    $4.11 CAD

  • Raspberry Pi for Secret Agents

    par Stefan Sjogelid ...
    A playful, informal approach to using the Raspberry Pi for mischief! Raspberry Pi for Secret Agents is for all mischievous Raspberry Pi owners whod like to see their computer transform into a neat spy gadget to be used in a series of practical pranks and projects. No previous skills are required to follow along and if youre completely new to Linux, youll pick up much of the basics for free. Apart ... En savoir plus

    $17.99 CAD ou Gratuit avec Kobo Plus

  • Android Application Development All-in-One For Dummies

    Conquer the world of Android app developmentAndroid has taken over the mobile and TV markets and become unstoppable! Android offers a vast stage for developers to serve millions—and rake in the profits—with diverse and wide-ranging app ideas. Whether you're a raw recruit or a veteran programmer, you can get in on the action and become a master of the Android programming universe with the new ... En savoir plus

    $35.99 CAD

  • Raspberry Pi Cookbook for Python Programmers

    par Tim Cox ...
    "Raspberry Pi Cookbook for Python Programmers" is written in a Cookbook format, presenting examples in the style of recipes.This allows you to go directly to your topic of interest, or follow topics throughout a chapter to gain a thorough in-depth knowledge. The aim of this book is to bring you a broad range of Python 3 examples and practical ideas which you can develop to suit your own ... En savoir plus

    $30.99 CAD ou Gratuit avec Kobo Plus

  • The Big Book of Small Python Projects

    81 Easy Practice Programs

    par Al Sweigart ...
    Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity.If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting programs, and ... En savoir plus

    $43.19 CAD

  • Data Mashups in R

    A Case Study in Real-World Data Analysis

    How do you use R to import, manage, visualize, and analyze real-world data? With this short, hands-on tutorial, you learn how to collect online data, massage it into a reasonable form, and work with it using R facilities to interact with web servers, parse HTML and XML, and more. Rather than use canned sample data, you'll plot and analyze current home foreclosure auctions in Philadelphia.This ... En savoir plus

    $11.99 CAD

  • Guide to: Learning Iteration and Generators in Python

    par Matt Harrison ...
    Understanding iteration enables understanding generators and easily creating objects that can iterate. This guide will explain the theory behind iteration in Python and teach best practices for generator creation and use. Do not beware the yield, rather embrace the power it provides. ... En savoir plus

    $6.86 CAD

  • Applied Akka Patterns

    A Hands-On Guide to Designing Distributed Applications

    When it comes to big data processing, we can no longer ignore concurrency or try to add it in after the fact. Fortunately, the solution is not a new paradigm of development, but rather an old one. With this hands-on guide, Java and Scala developers will learn how to embrace concurrent and distributed applications with the open source Akka toolkit. You’ll learn how to put the actor model and its ... En savoir plus

    $35.99 CAD

  • Practical JIRA Plugins

    Using JIRA Effectively: Custom Development

    par Matthew B. Doar ...
    One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar—the author of Practical JIRA Administration—shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project.This book uses detailed examples to ... En savoir plus

    $16.99 CAD

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    par Chris Smith ...
    Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET ... En savoir plus

    $30.99 CAD

  • Moodle 3 Administration, Third Edition

    An administrator's guide to configuring, securing, customizing, and extending Moodle

    par Alex Büchner ...
    An administrator's guide to configuring, securing, customizing, and extending MoodleKey Features\[\*\] Learn how to plan, install, optimize, customize, and configure Moodle\[\*\] Guarantee a cutting-edge learning experience in a secure and customizable environment while optimizing your day-to-day workload\[\*\] A one-stop guide with a problem-solution approach and a wide range of real-world ... En savoir plus

    $47.99 CAD ou Gratuit avec Kobo Plus

  • Introduction to JavaScript

    Learn how to create scripts in JavaScript for your website

    par J.D Gauchat ...
    Learn how to program with JavaScript. After reading this guide, you will know how to create a program in JavaScript, how to define functions and objects, and how to read and modify an HTML document dynamically.Table of ContentsJAVASCRIPTIntroduction to JavaScriptImplementing JavaScriptVariablesStringsBooleansArraysConditionals and LoopsControl Transfer InstructionsFunctionsDeclaring FunctionsScope ... En savoir plus

    $3.90 CAD ou Gratuit avec Kobo Plus

  • JavaScript Crash Course

    A Hands-On, Project-Based Introduction to Programming

    par Nick Morgan ...
    **A fast-paced, thorough programming introduction that will have you writing your own software and web applications in no time.Like Python Crash Course, this hands-on guide is a must-have for anyone who wants to learn how to code from the ground up—this time using the popular JavaScript programming language.**Learn JavaScript—Fast!JavaScript Crash Course is a fun-filled, fast-paced introduction to ... En savoir plus

    $43.19 CAD

  • Types and Programming Languages

    A comprehensive introduction to type systems and programming languages.A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, ... En savoir plus

    $107.99 CAD

  • File API

    Learn how to access files from JavaScript

    par J.D Gauchat ...
    Learn how to use the File API to load files from the user's computer. After reading this guide, you will know how to read and process files, how to show their content on your website, and how to control the process using events.Table of ContentsFILE APIFilesLoading FilesReading FilesPropertiesBlobsEventsQUICK REFERENCEReaderFilesMethodsEventsProgressThis guide assumes that you have ... ... En savoir plus

    $2.60 CAD ou Gratuit avec Kobo Plus

  • C Programming

    par Sudip Majumder ...
    C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than ... En savoir plus

    Gratuit

  • React: Cross-Platform Application Development with React Native

    Build 4 real-world apps with React Native

    Harness the power of React Native to build 4 real-world appsKey FeaturesBuild quirky and fun projects from scratch and become efficient with React NativeLearn to build professional Android and iOS applications using your existing JavaScript knowledgeUse isomorphic principles to build mobile apps that offer a native user experienceEmbedded with assessments that will help you revise the concepts you ... En savoir plus

    $37.99 CAD ou Gratuit avec Kobo Plus

  • The Minimum You Need to Know About Qt and Databases

    par Roland Hughes ...
    This book shows the nitty-gritty of developing with Qt using PostgreSQL, Firebird, and SQLite databases. It also shows the developer how to create BOTH console and GUI Qt applications. Readers are shown how to do development with Qt Designer, Qt Creator, Qdevelop, Monkey Studio, and Eclipse under KUbuntu. Like most of the titles in this series this book attempts to teach by repeatedly ... En savoir plus

    $35.99 CAD

  • J2EE Design Patterns

    Patterns in the Real World

    Architects of buildings and architects of software have more in common than most people think. Both professions require attention to detail, and both practitioners will see their work collapse around them if they make too many mistakes. It's impossible to imagine a world in which buildings get built without blueprints, but it's still common for software applications to be designed and built ... En savoir plus

    $35.99 CAD

  • Thinking About Star

    This short booklet will introduce you to the Star programming language, what is novel about it and why you should know more.Star is a modern functional first programming language that has a rich set of features. It is readable, safe and extensible. It supports multiple paradigms including actor based programming, query based programming, and concurrent programming.The booklet highlights some of ... En savoir plus

    Gratuit

  • Learning C# by Developing Games with Unity 2020

    An enjoyable and intuitive approach to getting started with C# programming and Unity

    Get to grips with coding in C\# and build simple 3D games with Unity from the ground up with this updated fifth edition of the bestselling guideKey FeaturesUnderstand C\# programming basics, terminology, and coding best practicesPut your knowledge of C\# concepts into practice by building a fun and playable gameCome away with a clear direction for taking your C\# programming and Unity game ... En savoir plus

    $67.99 CAD ou Gratuit avec Kobo Plus

  • Learning Joomla! 3 Extension Development-Third Edition

    par Tim Plummer ...
    A practical guide with step-by-step examples that build on each other so you can learn by doing and get hands-on knowledge about creating your plugins, modules, and components in Joomla."Learning Joomla! 3 Extension Development, Third Edition" is for developers who want to create their own Joomla extensions. It is assumed you will have some basic PHP, HTML, and CSS knowledge, but you don't need ... En savoir plus

    $38.99 CAD ou Gratuit avec Kobo Plus

  • Domain-Driven Design with Golang

    Use Golang to create simple, maintainable systems to solve complex business problems

    par Matthew Boyle ...
    Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolioKey FeaturesExplore Domain-driven design as a timeless concept and learn how to apply it with GoBuild a domain-driven monolithic application and a microservice from scratchLeverage patterns to make systems scalable, resilient, and maintainableBook DescriptionDomain ... En savoir plus

    $36.99 CAD ou Gratuit avec Kobo Plus

  • Math Adventures with Python

    An Illustrated Guide to Exploring Math with Code

    par Peter Farrell ...
    Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus!Math Adventures with Python will show you how to harness the power of programming to keep math relevant and fun. With the aid of the Python programming language, you'll learn how to visualize solutions to a range of ... En savoir plus

    $25.59 CAD