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 POO

Si vous aimez les titres POO, vous allez adorer cette sélection.
Affichage des résultats 289 - 312 sur 1045
Skip side bar filters
  • Data Storage in iOS 11

    Learn how to create files and store data in iOS 11 with Swift 4

    par J.D Gauchat ...
    Learn how to store data in a device from an iOS application. After reading this guide, you will know how to store user's settings, how to create and manage files, and how to encode and decode content to store structured data on files.Table of ContentsSTORAGEUser PreferencesUser DefaultsFilesFile ManagerURLs and PathsFiles and DirectoriesFiles AttributesFiles ContentBundleArchivingEncoding and ... En savoir plus

    2,49 € ou Gratuit avec Kobo Plus

  • Introduction to Swift 5.6

    Quick Guides for Masterminds

    par J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to program in Swift 5.6 and how to implement Swift concurrency.After reading this guide, you will know how to program in Swift, how ... En savoir plus

    2,55 € ou Gratuit avec Kobo Plus

  • Python ML

    Clear Step-by-Step Guide to Machine Learning with Python

    par Alex Campbell ...
    Are you interested in machine learning? Do you want to know how it all works and what it involves? Then you've chosen the right guide.Machine learning is a subset of computer science and Artificial Intelligence. There's no getting away from the fact that it is here to stay, and it is already changing how many businesses work and target their customers. It's a complex subject, but this guide will ... En savoir plus

    3,43 € ou Gratuit avec Kobo Plus

  • 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

    59,83 €

  • C++ For Dummies

    An accessible walkthrough of one of the world's most popular programming languages: C++C++ For Dummies is your from-scratch guide that explains the essentials of what you need to know to understand the language and build your very first program in C++. Bradley Jones, experienced programmer and coding educator, packs this edition with examples and clear demonstrations that explain the “why” and the ... En savoir plus

    23,99 €

  • Java 7 - Guida completa

    Collection Livre 5 - Programmare con Java
    Java è il linguaggio di programmazione che più ha rivoluzionato il mondo dell’informatica e della tecnologia nel suo insieme. Dal 1995, anno del suo debutto ufficiale, a oggi risulta impiegato nei più svariati dispositivi elettronici come computer, smartphone, televisori, navigatori satellitari. Studiare Java permette non solo di imparare un moderno linguaggio di programmazione, ma anche di ... En savoir plus

    Avant 26,99 € Après 12,99 € ou Gratuit avec Kobo Plus

  • Mastering Pygame

    Pygame has launched more game-development careers than any other Python library, and it is still the fastest way to turn an idea into a playable game. But almost every tutorial stops at a bouncing ball or a single-file clone of a 1970s arcade game, and leaves you staring at a thousand-line script that breaks every time you add a feature. Mastering Pygame is the book that covers everything after ... En savoir plus

    8,99 € ou Gratuit avec Kobo Plus

  • Rust In Practice

    par GitforGits ...
    Rust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the syntax and semantics of the Rust language, including its unique ownership model and type system ... En savoir plus

    29,49 €

  • Sails.js in Action

    SummarySails.js in Action is a comprehensive guide to buildingenterprise-capable web applications using Node and Sails. Written by the creators of the Sails.js framework, this book carefully introduces each concept, technique, and tool with real-world examples and crystal clear explanations.About the TechnologySails makes professional web development a breeze. This instantly familiar MVC framework ... En savoir plus

    54,06 €

  • Five Lines of Code

    How and when to refactor

    Five Lines of Code teaches refactoring that's focused on concrete rules and getting any method down to five lines or less! There’s no jargon or tricky automated-testing skills required, just easy guidelines and patterns illustrated by detailed code samples.In Five Lines of Code you will learn:The signs of bad codeImproving code safely, even when you don’t understand itBalancing optimization and ... En savoir plus

    54,06 €

  • Rx.NET in Action

    par Tamir Dresher ...
    SummaryRx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library.About the TechnologyModern applications must react to streams of data such as user and system events, internal messages, and sensor input. Reactive Extensions (Rx) is a .NET library containing more than 600 operators that you can compose together to build reactive client- ... En savoir plus

    54,06 €

  • The Quick Python Book, Fourth Edition

    Write modern professional Python

    par Naomi Ceder ...
    A fast-paced introduction to Python for intermediate developers–now with coverage of generative AI!For over 25 years, The Quick Python Book has been one of the best Python books money can buy. It concisely covers programming basics, while introducing Python's comprehensive standard library and unique features in depth and detail. In this fourth edition, you’ll find new coverage of AI coding tools ... En savoir plus

    54,06 €

  • JavaScript in Depth

    par James M. Snell ...
    Get the eBook free when you register your print book at Manning.Explore the inner workings of the world’s most popular programming language and enjoy the power and control that comes only from deep knowledge! In this book, JavaScript and Node legend James M. Snell goes beyond the basic syntax and common implementations to expose the secrets of its engines, runtimes, and language design decisions ... En savoir plus

    47,57 €

    PRÉ-COMMANDER

  • The Joy of JavaScript

    par Luis Atencio ...
    The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros.SummaryWhether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there’s never been a more ... En savoir plus

    54,06 €

  • Practices of the Python Pro

    par Dane Hillard ...
    SummaryProfessional developers know the many benefits of writing application code that’s clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level.With Practices of the Python Pro, you’ll learn to design professional-level, clean, easily maintainable software at scale using the incredibly ... En savoir plus

    54,06 €

  • Object Design Style Guide

    par Matthias Noback ...
    ”Demystifies object-oriented programming, and lays out how to use it to design truly secure and performant applications.” —Charles Soetan, Plum.ioKey FeaturesDozens of techniques for writing object-oriented code that’s easy to read, reuse, and maintainWrite code that other programmers will instantly understandDesign rules for constructing objects, changing and exposing state, and moreExamples ... En savoir plus

    54,06 €

  • Java Persistence with Spring Data and Hibernate

    par Catalin Tudose ...
    Master Java persistence using the industry-leading tools Spring Data and Hibernate.In Java Persistence with Spring Data and Hibernate you will learn:Mapping persistent classes, value types, and inheritanceMapping collections and entity associationsProcessing transactions with Spring Data and HibernateCreating fetch plans, strategies, and profilesFiltering dataBuilding Spring Data REST ... En savoir plus

    63,79 €

  • Java All-in-One For Dummies

    par Doug Lowe ...
    A beginning coder’s resource for learning the most popular coding languageWith Java All-in-One For Dummies, you get 8 books in one, for the most well-rounded Java knowledge on the market. Updated for Java 19, this book includes all the major changes to the programming language, so you won’t fall behind. Start by learning the basics of Java—you can do it, even if you’ve never written a line of code ... En savoir plus

    28,99 €

  • Git Basics and Version Control

    Cloud Series, #3

    Collection Livre 3 - Cloud Series
    "Git Basics and Version Control" is your essential companion to mastering the art of version control and understanding the core concepts of Git, written by Sankar Srinivasan. As a certified market professional of the National Stock Exchange of India and a self-taught coding explorer, Sankar brings a unique blend of financial acumen and technical expertise to this comprehensive guide.Explore a ... En savoir plus

    4,49 €

  • Go in Action, Second Edition

    Collection series In Action
    Get the eBook free when you register your print book at Manning."Generics, real error handling, actual project structure, the stuff I had to go learn the hard way elsewhere is finally just in the book now."—Mario Carrion, ParamountGo in Action, Second Edition is the definitive guide to mastering Go’s unique type system and high-performance concurrency model. Coauthored by industry veterans Joel ... En savoir plus

    47,57 €

    PRÉ-COMMANDER

  • Let Us Python

    Learn Python Quickly, A Programmer-Friendly Guide Key features Strengthens the foundations, as detailed explanation of programming language concepts are given. Lists down all important points that you need to know related to various topics in an organized manner. Prepares you for coding related interview and theoretical questions. Provides In depth explanation of complex topics and Questions. ... En savoir plus

    14,00 €

  • Fundamental Kotlin: revised

    par Miloš Vasić ...
    Learn the fundamentals of the Kotlin programming language quickly and easily! Kotlin is new statically typed programming language running on the Java Virtual Machine, Android, browser, or native. By reading this book you will be able to quickly start work on your first Kotlin project. Note: The basic programming knowledge is assumed. ... En savoir plus

    29,55 €

  • How to JAVA

    a Guide for Self-Learning

    par V.V.R.K ...
    A guide for someone who has no idea what JAVA is but needs to know and fast! This Book is basically designed for beginners who are starting their journey towards learning JAVA. It covers all the basic concepts that you need to know before calling yourself well-versed in JAVA. This book is also suited for students and professionals who wish to prepare for interviews or examinations, and they don't ... En savoir plus

    11,49 €

  • Learning Ceph

    par Karan Singh ...
    If you already have basic knowledge of GNU/Linux and storage systems, but have no experience of software-defined storage solutions and Ceph, and are eager to learn about it, this is the book for you. If you are looking for your next career jump as a Ceph administrator, this book is also ideal for you. ... En savoir plus

    19,87 €