Skip to main content

Handlekurv

Du får VIP-behandlingen!

Titlene er ikke tilgjengelige for kjøp
Se gjennom handlekurven din. Du kan fjerne titlene som ikke er tilgjengelige nå eller vi fjerner dem automatisk ved kassen.
titlertittel
titlertittel

Anbefalt for deg

Loading...

Objektorientert programmering e-bøker

Hvis du liker Objektorientert programmering-e-bøker, kommer du til å elske disse toppvalgene.
Viser 145168 av 929 resultater
Skip side bar filters
  • Mathematical Objects in C++

    Computational Tools in A Unified Object-Oriented Approach

    av Yair Shapira ...
    Serie serien Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
    Emphasizing the connection between mathematical objects and their practical C++ implementation, this book provides a comprehensive introduction to both the theory behind the objects and the C and C++ programming. Object-oriented implementation of three-dimensional meshes facilitates understanding of their mathematical nature. Requiring no prerequis ... Les mer

    1 031,87 kr

  • Python At A Glance

    av Ajit Singh ...
    Featured With:● PANDAS● PYTHON LIBRARY● DATABASE PROGRAMMING● GUI PROGRAMMING● DIY APPLICATIONS● FOR ENGINEERING STUDENTS ... Les mer

    36,96 kr eller gratis med Kobo Plus

  • Programming Python

    Powerful Object-Oriented Programming

    av Mark Lutz ...
    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly ... Les mer

    503,79 kr

  • Apprendre Python Rapidement

    Le guide du débutant pour apprendre tout ce que vous devez savoir sur Python, même si vous êtes nouveau dans la programmation

    av Kevin Droz ...
    ⚠ A qui s’adresse ce livreCe livre est un guide complet pour débutants destiné à leur enseigner la programmation avec Python pas à pas. Si vous avez déjà appris à écrire des programmes informatiques dans d'autres langages - que ce soit un langage de description simple comme HTML5 ou un langage plus complexe comme le Java ou le C, alors ce livre est pour vous.Si vous avez des compétences ... Les mer

    107,91 kr

  • PHP, MySQL, & JavaScript All-In-One For Dummies

    av Richard Blum ...
    Learn the essentials of creating web apps with some of the most popular programming languagesPHP, MySQL, & JavaScript All-in-One For Dummies bundles the essentials of coding in some of the most in-demand web development languages. You'll learn to create your own data-driven web applications and interactive web content. The three powerful languages covered in this book form the backbone of top ... Les mer

    393,59 kr

  • Taking Testing Seriously

    The Rapid Software Testing Approach

    Elevate your software testing approach with a methodology from industry leaders who dedicated their careers to studying, practicing, and teaching the craft of testing.Dive into the world of expert software testing with Taking Testing Seriously: The Rapid Software Testing Approach. This book arms software professionals with the knowledge required to master the Rapid Software Testing (RST) ... Les mer

    496,09 kr

  • Job Ready Python

    Get ready to take on Python with a practical and job-focused guideJob Ready Python offers readers a straightforward and elegant approach to learning Python that emphasizes hands-on and employable skills you can apply to real-world environments immediately.Based on the renowned mthree Global Academy and Software Guild training program, this book will get you up to speed in the basics of Python, ... Les mer

    314,99 kr

  • Refactoring

    Improving the Design of Existing Code

    av Martin Fowler ...
    Serie serien Addison-Wesley Signature Series (Fowler)
    Martin Fowler’s guide to reworking bad code into well-structured codeRefactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that ... Les mer

    537,13 kr

  • Learning Functional Programming in Go

    Change the way you approach your applications using functional programming in Go

    av Lex Sheehan ...
    Function literals, Monads, Lazy evaluation, Currying, and moreKey Features\[\*\] Write concise and maintainable code with streams and high-order functions\[\*\] Understand the benefits of currying your Golang functions\[\*\] Learn the most effective design patterns for functional programming and learn when to apply each of them\[\*\] Build distributed MapReduce solutions using GoBook ... Les mer

    359,99 kr eller gratis med Kobo Plus

  • C# Programming Basics: Learn C# Coding for Beginners Book 1

    C# Fundamentals, #1

    Serie Bok 1 - C# Fundamentals
    This book explains C# fundamentals with easy to understand examples and simple language.Level: Beginner to IntermediateAre you a beginner programmer and looking for learning C# basics?Then this is the perfect guide for you.What you will learn in this book?Data types in C#Variables and ConstantsOperators in C#Value type and Reference typeType conversation<... ... Les mer

    9,17 kr

  • 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. ... Les mer

    149,08 kr

  • Programmieren für Einsteiger

    Teil 1

    Serie Bok 162 - shortcuts
    Dieser shortcut liefert eine Einführung in die Softwareentwicklung, wobei der Fokus auf der eigentlichen Programmierung liegt. In diesem ersten Teil geht es um die Basics: Es werden Variablen, Datentypen, Ablaufstrukturen und Algorithmen erklärt. Außerdem erhält der Leser einen Überblick über die objektorientierte Programmentwicklung mitsamt den Klassen, Objekten, Methoden etc., die man als ... Les mer

    35,00 kr eller gratis med Kobo Plus

  • Objektorientierte Programmierung mit Python

    Ein vollständiger, praxisorientierter Leitfaden für Einsteiger und Fortgeschrittene

    av Lukas Neumann ...
    Oversatt av Lukas Neumann ...
    Meistern Sie die objektorientierte Programmierung mit Python – Von den Grundlagen bis zur professionellen AnwendungDieses umfassende Handbuch ist Ihr perfekter Begleiter, um die objektorientierte Programmierung (OOP) in Python von Grund auf zu erlernen und professionell anzuwenden. Egal ob Sie Python-Einsteiger mit ersten Grundkenntnissen sind oder bereits Erfahrung in der Programmierung ... Les mer

    199,90 kr eller gratis med Kobo Plus

  • Real-Time in the Cloud: Azure Messaging & Events

    Harness the power of real-time cloud applications with Real-Time in the Cloud: Azure Messaging & Events. This essential guide explores Microsoft Azure's suite of messaging and event-driven services—unveiling the tools and strategies needed to architect responsive, scalable, and reliable cloud-native systems.Designed for developers, architects, and IT professionals, this book delves into Azure ... Les mer

    92,53 kr eller gratis med Kobo Plus

  • Java Threads

    Understanding and Mastering Concurrent Programming

    Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.Java's ... Les mer

    251,89 kr

  • C# 13 Programming Essentials - .NET 9 Edition

    Learn C# and .Net 9 Programming Using Visual Studio Code

    av Neil Smyth ...
    This book is a comprehensive guide to mastering the C# 13 programming language and the .NET 9 SDK, providing a thorough learning experience for both beginners and experienced developers. With 31 detailed chapters, 30 online knowledge quizzes, and access to downloadable project code, this guide is structured to support your journey from basic concepts to advanced programming techniques, all within ... Les mer

    315,00 kr eller gratis med Kobo Plus

  • Mastering Rust Programming: From Foundations to Future

    "Mastering Rust Programming: From Foundations to Future" is a comprehensive guide that caters to both beginners and experienced programmers looking to deepen their understanding of Rust, a language renowned for its safety, speed, and concurrency. This book meticulously explores the Rust programming language, from its fundamental principles to its most advanced features, providing a solid ... Les mer

    92,53 kr eller gratis med Kobo Plus

  • OpenGL Foundations: Taking Your First Steps in Graphics Programming

    OpenGL Foundations: Taking Your First Steps in Graphics Programming is a comprehensive guide for anyone interested in diving into the world of graphics programming. Whether you're a beginner looking to learn the basics or an experienced developer seeking to enhance your skills, this book provides a solid foundation in OpenGL, the industry-standard graphics API.Starting with the fundamentals, the ... Les mer

    138,84 kr

  • Concurrency in C# Cookbook

    Asynchronous, Parallel, and Multithreaded Programming

    If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.Concurrency is now more common in ... Les mer

    377,89 kr

  • Cracking Microservices Interview

    Gold mine of microservices interview Questions & Answers for aspirants and domain experts.KEY FEATURES 1. More than 200 questions in 5 domains including a chapter on patterns, practices, and NFRs.2. Extended coverage from architecture, design, development to NFRs domains. 3. The book can be selectively read based on the relevant domains.4. Extensive coverage in terms of depth and breadth of ... Les mer

    310,22 kr

  • Building Java Programs: a comprehensive Java Developper Guide

    Your one-stop guide to programming with Java. If you've always wanted to program with Java but didn't know where to start, this will be the java-stained reference you'll turn to again and again. Fully updated, this deep reference on the world's most popular programming language is the perfect starting point for building things with Java—and an invaluable ongoing reference as you continue to deepen ... Les mer

    285,97 kr

  • Python Mastery: From Absolute Beginner to Pro

    av NIBEDITA Sahu ...
    Unlock the full potential of Python with this comprehensive and engaging guide that takes you on an exciting journey from an absolute beginner to a seasoned pro! Whether you're a complete novice or already have some programming experience, this book is designed to equip you with the skills and knowledge needed to excel in Python programming.Why This Book Stands Out:Step-by-Step Learning: The book ... Les mer

    120,32 kr eller gratis med Kobo Plus

  • WebGL Wizardry: A Beginner's Guide to Interactive 3D Graphics

    WebGL Wizadry

    Serie serien WebGL Wizadry
    Dive into the world of 3D graphics with "WebGL Wizardry: A Beginner's Guide to Interactive 3D Graphics." This comprehensive guide is your key to unlocking the potential of WebGL, the web-based graphics library that has revolutionized interactive 3D graphics on the web. Whether you're a budding programmer, an aspiring web developer, or a digital art enthusiast, this book is designed to take you on ... Les mer

    92,53 kr eller gratis med Kobo Plus

  • Kotlin / Android Studio 3.0 Development Essentials

    av Neil Smyth ...
    Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE), the Android 8 Software Development Kit (SDK) and the Kotlin programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android ... Les mer

    324,09 kr