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 97 - 120 sur 978
Skip side bar filters
  • Python Programming Language For Beginners

    A Modern Approach

    par Hong Lei ...
    Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). This book gives enough understanding on Python programming language.Why to Learn Python?Python is a high-level, interpreted, interactive and ... En savoir plus

    CHF 4.02 ou Gratuit avec Kobo Plus

  • Learn to Program

    par Chris Pine ...
    It's easier to learn how to program a computer than it has ever been before. Now everyone can learn to write programs for themselves - no previous experience is necessary. Chris Pine takes a thorough, but lighthearted approach that teaches you the fundamentals of computer programming, with a minimum of fuss or bother. Whether you are interested in a new hobby or a new career, this book is your ... En savoir plus

    CHF 23.28

  • Let Us Python

    Learn Python Quickly, A Programmer-Friendly GuideDESCRIPTIONMost Programmer's learning Python are usually comfortable with some or the other programming language and are not interested in going through the typical learning curve of learning the first programming language. Instead, they are looking for something that can get them off the ground quickly. They are looking for similarities and ... En savoir plus

    CHF 12.40

  • Unity 5.x Game AI Programming Cookbook

    Build and customize a wide range of powerful Unity AI systems with over 70 hands-on recipes and techniques

    par Jorge Palacios ...
    Build and customize a wide range of powerful Unity AI systems with over 70 hands-on recipes and techniquesKey Features\[\*\]Empower your agent with decision making capabilities using advanced minimaxing and Negamaxing techniques\[\*\] Discover how AI can be applied to a wide range of games to make them more interactive.\[\*\]Instigate vision and hearing abilities in your agent through collider ... En savoir plus

    CHF 35.08 ou Gratuit avec Kobo Plus

  • Java Start-Out Guide: Object-Oriented Programming and Data Structures

    par James Lewis ...
    This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Start-Out Guide introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program development skills from the beginning. Control structures are covered before writing classes, ... En savoir plus

    CHF 24.25

  • Advanced Guide to PHP on IBM i

    par Kevin Schroeder ...
    Working through many of the concepts and skills needed by intermediate and advanced PHP developers, this book is specifically designed to help good PHP developers become indispensable ones. Topics include debugging, test-driven development, web-based development, advanced object-oriented programming, and web security, and the book also takes an in-depth look at the new PHP Toolkit for IBM i ... En savoir plus

    CHF 62.35 ou Gratuit avec Kobo Plus

  • A Concise Introduction to Programming in Python

    par Mark J. Johnson ...
    Collection series Chapman & Hall/CRC Textbooks in Computing
    A Concise Introduction to Programming in Python, Second Edition provides a hands-on and accessible introduction to writing software in Python, with no prior programming experience required.The Second Edition was thoroughly reorganized and rewritten based on classroom experience to incorporate:A spiral approach, starting with turtle graphics, and then revisiting concepts in greater depth using ... En savoir plus

    CHF 59.63

  • Django Unleashed: Building Web Applications with Python's Framework

    "Django Unleashed: Building Web Applications with Python's Framework" is your ultimate guide to mastering web development with Django, Python's powerful and versatile web framework. Whether you're an aspiring web developer or an experienced programmer looking to expand your skill set, this comprehensive book will take you from the fundamentals of Django to building advanced web applications with ... En savoir plus

    CHF 9.50

  • Distributed Simulation

    Collection series Computer Science & Engineering
    Simulation is a multi-disciplinary field, and significant simulation research is dispersed across multiple fields of study. Distributed computer systems, software design methods, and new simulation techniques offer synergistic multipliers when joined together in a distributed simulation. Systems of most interest to the simulation practitioner are often the most difficult to model and implement. ... En savoir plus

    CHF 117.65

  • From Code to Solutions in Software Engineering with Java

    From Problem Definition to Responsible Solutions

    par Mathias Ellmann ...
    What good is clean Java code if it solves the wrong problem?Software development is often taught through programming: writing classes, implementing methods, using data structures, and making applications run.But working code is not yet a good software solution. Problems must be understood, requirements clarified, alternatives developed, architectural decisions justified, and quality maintained ... En savoir plus

    CHF 8.00 ou Gratuit avec Kobo Plus

  • Java: Beginner's Guide to Programming Code with Java

    Java Computer Programming

    Collection series Java Computer Programming
    Learn Java programming today and begin your path towards Java programming mastery!In this Definitive Java Guide, you're about to discover how to...How to program code in Java through learning the core essentials that every Java programmer must know. Learning Java is going to benefit you because it is going to help you in writing programs for the Web as well as being a stepping stone for learning ... En savoir plus

    CHF 4.50

  • Rust In Practice, Second Edition

    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77"Rust In Practice, Second Edition" is an updated book that builds on the previous edition's excellent foundation and is intended to help readers progress from novice to proficient Rust developers. This new edition comes with Rust 1.77 version that goes deeper into Rust's core and advanced ... En savoir plus

    CHF 34.00 ou Gratuit avec Kobo Plus

  • Scala Functional Programming Patterns

    Grok and perform effective functional programming in Scala

    par Atul S. Khot ...
    Grok and perform effective functional programming in Scala Key Features\[\*\]Understand functional programming patterns by comparing them with the traditional object-oriented design patterns\[\*\]Write robust, safer, and better code using the declarative programming paradigm\[\*\]An illustrative guide for programmers to create functional programming patterns with ScalaBook DescriptionScala is used ... En savoir plus

    CHF 39.70 ou Gratuit avec Kobo Plus

  • 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

    CHF 57.00

  • Julia as a Second Language

    par Erik Engheim ...
    Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator.Julia as a Second Language covers:Data types like numbers, strings, arrays, and dictionariesImmediate feedback with Julia’s read-evaluate-print-loop (REPL)Simplify code interactions with multiple dispatchSharing code using modules and packagesObject-oriented and ... En savoir plus

    CHF 48.30

  • 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

    CHF 48.30

  • Street Coder

    The rules to break and how to break them

    par Sedat Kapanoglu ...
    Computer science theory quickly collides with the harsh reality of professional software development. This wickedly smart and devilishly funny beginner's guide shows you how to get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break.In Street Coder you will learn:Data types, algorithms, and data structures for speedy software developmentPutting "bad" ... En savoir plus

    CHF 48.30

  • PowerShell Playbook: Taming the Terminal with Wit, Script, and Wizardry

    par Scott Markham ...
    PowerShell Playbook: Taming the Terminal with Wit, Script, and WizardryIf you've ever looked at your terminal and thought, "Well, that's an intimidating beast," then PowerShell Playbook is here to change the game. This isn't your typical dry, technical manual. Think of it as a guide to the secret world of scripting, where automation meets magic, and you're the wizard in charge. From your first ... En savoir plus

    CHF 7.00 ou Gratuit avec Kobo Plus

  • Master Web Design with HTML, CSS, JavaScript, and jQuery

    Master Web Design with HTML, CSS, JavaScript, and jQuery: Create Stunning Interactive Websites is your comprehensive guide to mastering the art of web design. Whether you're a beginner looking to dive into the world of web development or an experienced designer seeking to enhance your skills, this book has something valuable to offer.In this book, you will embark on a journey through the ... En savoir plus

    CHF 14.00

  • Intermediate Vulkan Programming- Building 3D Graphics

    Vulcan Fundamentals, #2

    Collection Livre 2 - Vulcan Fundamentals
    Dive deep into the world of 3D graphics with "Intermediate Vulkan Programming: Building 3D Graphics, 2nd Edition." This comprehensive guide is perfect for developers who have a basic understanding of Vulkan and are looking to enhance their skills. This edition provides an updated and thorough exploration of Vulkan's powerful capabilities, helping you create stunning 3D graphics with precision and ... En savoir plus

    CHF 9.00 ou Gratuit avec Kobo Plus

  • CSS Mastery: Styling Web Pages Like a Pro

    "CSS Mastery: Styling Web Pages Like a Pro" is your ultimate guide to becoming a master of Cascading Style Sheets (CSS), the cornerstone of web page styling. Whether you're a novice looking to enhance your web design skills or an experienced front-end developer aiming to take your styling expertise to the next level, this comprehensive book will empower you to create visually stunning and ... En savoir plus

    CHF 9.50

  • JavaScript Debugging Basics

    A Beginner’s Guide to Finding and Fixing JavaScript Errors with Confidence

    par Dargslan ...
    Collection Livre 9 - Dargslan - JavaScript - Beginner Level
    JavaScript Debugging Basics: A Beginner's Guide to Finding and Fixing JavaScript Errors with ConfidenceAre you tired of staring at broken JavaScript code, feeling helpless when faced with cryptic error messages? Do you wish you could approach debugging methodically instead of through trial and error? JavaScript Debugging Basics transforms the often frustrating process of finding and fixing code ... En savoir plus

    CHF 13.72 ou Gratuit avec Kobo Plus

  • Complex AI Modeling Language

    A Practical Guide to Modeling Complex Software Around the Business

    par John Roberts ...
    Most software fails before a line of code is written. It fails when a product manager says "customer" and a developer hears a boolean flag in a database table. The words business and engineering use do not match, and each mismatch compounds into rework, defects, and a codebase nobody trusts. This book fixes that at the source by modeling complex software around the business it serves, with proven ... En savoir plus

    CHF 14.00

  • C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals

    Start building websites and services with ASP.NET Core 7, Blazor, and EF Core 7, 7th Edition

    par Mark J. Price ...
    An accessible guide for beginner-to-intermediate programmers to concepts, real-world applications, and latest features of C# 11 and .NET 7, with hands-on exercises using Visual Studio 2022 and Visual Studio Code.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 11, the .NET 7 class libraries, and Entity Framework Core 7Create ... En savoir plus

    CHF 29.03 ou Gratuit avec Kobo Plus