Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie Objectgeoriënteerd programmeren

Als je eBooks uit de categorie Objectgeoriënteerd programmeren' leuk vindt, dan vind je deze toptitels ook geweldig.
697 - 720 van 976 resultaten worden weergegeven
Skip side bar filters
  • Python Black Hat. Programación para Hackers y Pentesters

    2ª Actualización

    Serie series TÍTULOS ESPECIALES
    Cuando se trata de crear herramientas de hackeo potentes y eficaces, Python es el lenguaje elegido por la mayoría de los analistas de seguridad. En este libro explorarás el lado más oscuro de las capacidades de Python: todo, desde escribir sniffers de red, robar credenciales de correo electrónico y acceder a directorios y carpetas por la fuerza hasta crear fuzzers de mutación, investigar máquinas ... Meer lezen

    16,49 €

  • Beginner’s Guide to C# Programming: From Basics to Advanced Concepts

    door Zane Corvex ...
    Transform yourself from complete beginner to confident C# programmer with this comprehensive, project-based guide to modern programming.Master C# Programming Without Confusion or OverwhelmMost programming books throw complex jargon at beginners and expect you to figure it out. This book takes a different approach. Written specifically for people with zero coding experience, it breaks down every ... Meer lezen

    5,99 € of Gratis met Kobo Plus

  • Scala:Applied Machine Learning

    Master the art of Machine Learning in Scala

    Leverage the power of Scala and master the art of building, improving, and validating scalable machine learning and AI applications using Scala's most advanced and finest features.Key Features\[\*\] Build functional, type-safe routines to interact with relational and NoSQL databases with the help of the tutorials and examples provided\[\*\] Leverage your expertise in Scala programming to create ... Meer lezen

    57,23 € of Gratis met Kobo Plus

  • The Programmer’s Path: Learn Python

    door D.K Julius ...
    The Programmer's Path: Learn PythonBeginner Level – Volume IStart your journey into real-world programming with Python.The Programmer's Path: Learn Python — Beginner Level, Volume I is designed for readers who want more than a surface-level introduction to Python. This book doesn't just teach syntax. It teaches you how to think like a programmer.Through hands-on examples and practical exercises, ... Meer lezen

    2,99 € of Gratis met Kobo Plus

  • HTML Demystified: Crafting Web Content with Hypertext Markup Language

    "HTML Demystified: Crafting Web Content with Hypertext Markup Language" is your essential guide to understanding and mastering HTML, the fundamental language of the web. Whether you're a novice looking to build your first website or an experienced web developer seeking to deepen your knowledge, this comprehensive book will demystify HTML and empower you to create stunning web content.Starting from ... Meer lezen

    9,49 € of Gratis met Kobo Plus

  • Geometric Computation: Foundations for Design

    Geometric Computation: Foundations for Design describes the mathematical and computational concepts that are central to the practical application of design computation in a manner tailored to the visual designer. Uniquely pairing key topics in code and geometry, this book develops the two key faculties required by designers that seek to integrate computation into their creative practice: an ... Meer lezen

    66,96 €

  • Advanced Web Development with React

    door Mohan Mehul ...
    Level up your React and Next.js skills with advanced concepts about SSR and PWA Key Featuresa- Covers latest and core React concepts including React hooks and React reconcilera- Covers about Server Side Rendering with React and how to use it using Next.jsa- Covers about Progressive Web Apps in React and how to create thema- Covers intermediate and advanced React concepts like state managementa- ... Meer lezen

    13,88 €

  • Learning C++ Functional Programming

    Explore functional C++ with concepts like currying, metaprogramming and more

    door Wisnu Anggoro ...
    Apply Functional Programming techniques to C++ to build highly modular, testable, and reusable code Key Features\[\*\] Modularize your applications and make them highly reusable and testable\[\*\] Get familiar with complex concepts such as metaprogramming, concurrency, and immutability\[\*\] A highly practical guide to building functional code in C++ filled with lots of examples and real-world use ... Meer lezen

    33,38 € of Gratis met Kobo Plus

  • Object-Oriented Analysis and Design for Information Systems

    Agile Modeling with UML, OCL, and IFML

    Object-Oriented Analysis and Design for Information Systems clearly explains real object-oriented programming in practice. Expert author Raul Sidnei Wazlawick explains concepts such as object responsibility, visibility and the real need for delegation in detail. The object-oriented code generated by using these concepts in a systematic way is concise, organized and reusable. The patterns and ... Meer lezen

    38,68 €

  • Professional Scala

    Professional Scala provides experienced programmers with fast track coverage aimed at supporting the use of Scala in professional production applications. Skipping over the basics and fundamentals of programming, the discussion launches directly into practical Scala topics with the most up-to-date coverage of the rapidly-expanding language and related tools. Scala bridges the gap between ... Meer lezen

    40,99 €

  • Python 3 Object-Oriented Programming

    Build robust and maintainable software with object-oriented design patterns in Python 3.8

    door Dusty Phillips ...
    Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniquesKey FeaturesIn-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique styleLearn the latest Python syntax and librariesExplore abstract design patterns and implement them in Python 3.8Book DescriptionObject-oriented programming ... Meer lezen

    48,64 € of Gratis met Kobo Plus

  • Getting Started with Python

    Understand key data structures and use Python in object-oriented programming

    Harness the power of Python objects and data structures to implement algorithms for analyzing your data and efficiently extracting informationKey FeaturesTurn your designs into working software by learning the Python syntaxWrite robust code with a solid understanding of Python data structuresUnderstand when to use the functional or the OOP approachBook DescriptionThis Learning Path helps you get ... Meer lezen

    28,19 € of Gratis met Kobo Plus

  • The Quick Python Book, Fourth Edition

    Write modern professional Python

    door 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 ... Meer lezen

    55,91 €

  • PROGRAMMING IN C# 10 - Basic Techniques

    door Mario De Ghetto ...
    Do you want to learn the basic techniques for programming in C# 10 and gain enough knowledge to start creating your own applications? Do you want to know how .NET 6.0, the compiler, Garbage Collector and Visual Studio 2022 work? Do you want to start laying the foundation for your new profession in software development? Or do you simply need to pass college exams in computer science or computer ... Meer lezen

    9,99 € of Gratis met Kobo Plus

  • Functional Python Programming

    Use a functional approach to write succinct, expressive, and efficient Python code

    door Steven F. Lott ...
    “Using this book has propelled my efficiency in solving leetcode challenges.” - Discord user, zizu Python isn't all about object-oriented programming. Discover a valuable way of thinking about code design through a function-first approach – and learn when you need to use it. Now with detailed exercises at the end of every chapter! Purchase of the print or Kindle book includes a free eBook in PDF ... Meer lezen

    28,61 € of Gratis met Kobo Plus

  • Bughunting

    A Four-Course Debugging Feast

    door Rob Botwright ...
    ���� Discover Bughunting: A Four-Course Debugging Feast! ����Are you ready to transform the way you tackle software defects? ����️ Dive into Bughunting, a mouthwatering series of four "courses" designed to make you a debugging master. Each book is packed with practical recipes, real-world examples, and powerful techniques to conquer even the trickiest bugs. Whether you're a junior developer or a ... Meer lezen

    8,47 €

  • Swift

    Swift Essentials: From Core Concepts to Building Real-World iOS Apps

    Master Swift programming from setup to advanced app development. Learn syntax, functions, control flow, error handling, and concurrency to build real-world iOS applications with Swift.Key FeaturesStep-by-step guidance on setting up and using the Swift development environment.Practical examples of programming concepts, including functions, optionals, and closures.Advanced techniques for concurrency ... Meer lezen

    43,45 € of Gratis met Kobo Plus

  • PHP Fundamentals

    A Practical Introduction to Modern PHP for Web Development

    door Petr Novák ...
    Master Modern PHP and Build Dynamic Web Applications with ConfidencePHP Fundamentals is your complete, hands-on guide to learning one of the web's most powerful and widely-used programming languages. Whether you're completely new to programming or an experienced developer adding PHP to your skill set, this book provides everything you need to write clean, secure, and professional PHP code.Why ... Meer lezen

    22,90 € of Gratis met Kobo Plus

  • Software Design for Python Programmers

    Principles and patterns

    door Ronald Mak ...
    Software Design for Python Programmers shows you how to level up from writing Python code to designing Python applications. Following intuitive “before” and “after” examples of improved code, you’ll learn to plan and execute Python applications effectively and avoid bugs associated with unmanaged state, poorly-formed classes, inflexible functions, and more.Great applications take advantage of ... Meer lezen

    49,20 €

  • Mastering Object-Oriented Programming

    Essential Concepts and Techniques for Building Robust, Scalable Software Solutions

    Serie series Virversity Online Courses: Programming and Coding
    Mastering Object-Oriented Programming is a comprehensive course designed to help you build a strong foundation in OOP concepts and practical skills. By understanding and applying core principles of object-oriented design, you'll be able to write cleaner, more efficient, and maintainable code for real-world applications.Learn To Design and Implement Robust Object-Oriented ProgramsGain a clear ... Meer lezen

    2,67 € of Gratis met 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 ... Meer lezen

    9,49 € of Gratis met Kobo Plus

  • Advanced Object-Oriented Programming: Build Scalable, Maintainable, and Robust Code

    door Marcus Vale ...
    Are you stuck writing code that works today but becomes a nightmare to maintain tomorrow? Do you understand classes and inheritance but struggle to design systems that stay flexible as requirements change?Advanced Object-Oriented Programming bridges the gap between knowing syntax and mastering software architecture. This book is your roadmap from intermediate developer to software architect.What ... Meer lezen

    4,99 € of Gratis met Kobo Plus

  • JavaScript Debugging Basics

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

    door Dargslan ...
    Serie Boek 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 ... Meer lezen

    14,99 € of Gratis met Kobo Plus

  • PYTHON PROGRAMMING: PANDAS ACROSS EXAMPLES

    Pandas is a Python package that provides fast and flexible data structures designed to make working with "relational" or "labeled" data easy and intuitive. Its goal is to be the fundamental, high-level building block for doing practical analysis of real-world data in Python. Furthermore, it has the larger goal of becoming the most powerful, flexible, and available in any language open source data ... Meer lezen

    8,99 € of Gratis met Kobo Plus