Přeskočit na hlavní obsah

Nákupní košík

Dostáváte VIP zacházení!

Položka(y), kterou si nemůžete koupit
Prosím, zkontrolujte svůj košík. Nedostupnou položku (y) můžete odebrat nyní nebo ji automaticky odebereme v pokladně.
položkypoložka
položkypoložka

Doporučeno pro vás

Loading...

Objektově orientované programování elektronické knihy

Pokud se vám líbí e-knihy v oblasti Objektově orientované programování, pak budete milovat tyto top výběry.
Zobrazuje se 697720 z 916
Přeskočit filtry boční lišty
  • The Comprehensive Guide to Kotlin Programming : A Complete Reference Guide

    podle Madison Giroux ...
    What You Will Learn:Foundational Kotlin Principles: Begin with an exploration of Kotlin's genesis at JetBrains, its evolutionary milestones, and its pivotal role in the Android ecosystem. Understand the advantages Kotlin holds over Java, such as enhanced conciseness, interoperability, coroutines for asynchronous programming, and robust safety features including null safety and immutability ... Přečtěte si více

    40,63 Kč

  • Programming MapReduce with Scalding

    This book is an easy-to-understand, practical guide to designing, testing, and implementing complex MapReduce applications in Scala using the Scalding framework. It is packed with examples featuring log-processing, ad-targeting, and machine learning. This book is for developers who are willing to discover how to effectively develop MapReduce applications. Prior knowledge of Hadoop or Scala is not ... Přečtěte si více

    490,19 Kč nebo zdarma s Kobo Plus

  • Head First Programming

    A learner's guide to programming using the Python language

    Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs -- variables, decisions, loops, functions, and objects -- which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to ... Přečtěte si více

    587,89 Kč

  • Head First EJB

    Passing the Sun Certified Business Component Developer Exam

    What do Ford Financial, IBM, and Victoria's Secret have in common? Enterprise JavaBeans (EJB). As the industry standard for platform-independent reusable business components, EJB has just become Sun Microsystem's latest developer certification. Whether you want to be certifiable or just want to learn the technology inside and out, Head First EJB will get you there in the least painful way. And ... Přečtěte si více

    529,09 Kč

  • C++ Programming Language

    podle Younish Pathan ...
    C++ Programming is an object-oriented programming language, generally compiled and transitional middle-level programming language was developed by Bjarne Stroustrup in 1979. In simple words, C++ programming is a classy, well-organized and a general purpose programming language based on C programming. Generally operating systems, applications, browsers, games and system drivers use C++ programming ... Přečtěte si více

    40,63 Kč

  • Mastering Python

    podle Williams Asiedu ...
    „Mastering Python" ist ein umfassender Leitfaden, der Sie auf eine praktische Reise von den Grundlagen der Python-Programmierung bis hin zu fortgeschrittenen Techniken in verschiedenen Bereichen führt. Dieses Buch richtet sich sowohl an Anfänger als auch an angehende Entwickler, die praxisnahe Fähigkeiten erwerben und Python in modernen Technologiefeldern anwenden möchten.Das Buch vermittelt ... Přečtěte si více

    465,59 Kč

  • Desbravando SOLID

    Práticas avançadas para códigos de qualidade em Java moderno

    podle Alexandre Aquiles ...
    Você já aprendeu a programar e certamente já ouviu falar em Orientação a Objetos e seus conceitos como classes, objetos, métodos, interfaces, herança, polimorfismo. Mas você sabe, efetivamente, quando e como aplicar tudo isso? Ao trabalhar com programação, é clara a necessidade de organizar nosso código para que ele seja fácil de entender e manter, otimizando sua leitura e minimizando o impacto de ... Přečtěte si více

    230,23 Kč nebo zdarma s Kobo Plus

  • Impractical Python Projects

    Playful Programming Activities to Make You Smarter

    podle Lee Vaughan ...
    Impractical Python Projects is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you'll use every day. And to keep things interesting, each project includes a zany twist featuring historical incidents, pop culture ... Přečtěte si více

    426,39 Kč

  • The Principles of Object-Oriented JavaScript

    podle Nicholas C. Zakas ...
    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... Přečtěte si více

    264,69 Kč

  • Write Great Code, Volume 2, 2nd Edition

    Thinking Low-Level, Writing High-Level

    podle Randall Hyde ...
    Explains how compilers translate high-level language source code (like code written in Python) into low-level machine code (code that the computer can understand) to help readers understand how to produce the best low-level, computer readable machine code.In the beginning, most software was written in assembly, the CPU's low-level language, in order to achieve acceptable performance on relatively ... Přečtěte si více

    529,29 Kč

  • Introduction to Swift

    Learn how to program for iPhones and iPads with Swift 4

    podle J.D Gauchat ...
    Learn how to program iOS applications with Swift. After reading this guide, you will know how to program in Swift, how to define functions and objects, and how to write code using the Swift paradigm.Table of ContentsINTRODUCTION TO SWIFTComputer ProgramsPlaygroundVariablesMemoryPrimitive TypesDeclaration and InitializationArithmetic OperatorsConstantsData TypesCharactersStringsBooleans... ... Přečtěte si více

    58,67 Kč

  • Pragmatic Scala

    Create Expressive, Concise, and Scalable Applications

    podle Venkat Subramaniam ...
    Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2.11, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to ... Přečtěte si více

    455,59 Kč

  • Refactoring to Patterns

    podle Joshua Kerievsky ...
    Série série Addison-Wesley Signature Series (Fowler)
    In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring design problems. In 1999, Refactoring revolutionized design by introducing an effective process for improving code. With the highly anticipated Refactoring to Patterns, Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary ... Přečtěte si více

    1 230,99 Kč

  • Python 3 Object-Oriented Programming

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

    podle 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 ... Přečtěte si více

    1 323,89 Kč nebo zdarma s Kobo Plus

  • C# 入門指南

    由基礎走向完整 Visual Studio Community 2019 專案的開發模式

    podle Kaiching Chang ...
    C# 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 7 到 13 個單元◎ 基礎篇◎ 軟體開發篇◎ WPF App 篇◎ Android App 篇(書中的「關於本書」有學習路徑圖。)首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 C# 、怎麼處理資料、控制結構、內建資料型態、物件導向模組化,這部分累計十三個單元,預計帶領讀者學會寫簡單的 C# 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構 ... Přečtěte si více

    142,72 Kč nebo zdarma s Kobo Plus

  • Modern C++23 QuickStart Pro

    Advanced programming including variadic templates, lambdas, async IO, multithreading and thread sync

    podle Jarek Thalor ...
    Learn the latest features of C++23 with Modern C++ 23 QuickStart Pro, the perfect book for experienced developers who want to expand their knowledge and skills. This book takes a hands-on approach, providing rapid learning through real-world examples and scenarios that address complex programming challenges in C++.The book begins by demonstrating the power of variadic templates and how to use them ... Přečtěte si více

    734,89 Kč

  • Mastering Bootstrap 5: From Basics to Expert Projects

    Dive into the world of responsive web design with "Mastering Bootstrap 5: From Basics to Expert Projects," your comprehensive guide to mastering Bootstrap 5, the most popular front-end framework. This book is meticulously crafted to cater to aspiring web developers, designers, and anyone keen on building modern, responsive websites.Starting with the fundamentals, you will explore the core concepts ... Přečtěte si více

    203,97 Kč

  • PYTHON PROGRAMMING: PANDAS ACROSS EXAMPLES

    podle CESAR PEREZ LOPEZ ...
    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 ... Přečtěte si více

    218,10 Kč nebo zdarma s Kobo Plus

  • Laravel

    An Easy to Follow Guide

    podle Adegoke Akintoye ...
    Welcome to your journey into the world of Laravel, a journey that will take you from thefoundational principles of web development to the advanced techniques used byprofessionals to build robust, scalable applications. Laravel, known for its elegance,simplicity, and readability, has emerged as one of the most popular PHP frameworks,empowering developers to craft their ideas into reality ... Přečtěte si více

    224,39 Kč

  • MapKit

    Learn how to show maps and trace routes in iOS 11 with Swift 4

    podle J.D Gauchat ...
    Learn how to use MapKit to include maps in your iOS applications. After reading this guide, you will know how to generate and configure a map, how to add annotations, how to detect the user's location, how to search for addresses, and how to trace a route from one location to another.Table of ContentsMAPKITMap Kit ViewConfiguring the MapAnnotationsUser LocationSearchDirectionsQUICK ... Přečtěte si více

    58,67 Kč

  • Last Minute System Design Interviews

    Must Learn Topics With Real World Examples

    “In the chaotic world of tech interviews, where every secondcounts, there’s an opportunity to shine among others”Pramod NPreparing for system design interviews at the last minute?Where do I start my preparation for system design interviews?What does an interviewer expect in system design interviews?What approach should I use to design a large scale distributed system?What if there is a book to ... Přečtěte si více

    76,10 Kč

  • SwiftUI for Masterminds 2nd Edition 2022

    How to take advantage of Swift 5.5 and SwiftUI 3 to create insanely great apps for iPhones, iPads, and Macs

    podle J.D Gauchat ...
    SwiftUI for Masterminds is a complete course on how to create professional applications for iPhones, iPads and Mac computers. After reading this book, you will know how to program in Swift, how to design user interfaces with SwiftUI, and how to work with the most powerful frameworks available for app development. ... Přečtěte si více

    195,42 Kč

  • Creare Applicazioni per iPhone e iPad con Swift

    La guida pratica per diventare un programmatore iOS di successo

    Hai un'idea che vuoi trasformare in un'applicazione per iPhone e iPad per farla conoscere al mondo intero?Vuoi creare un'app, pubblicarla sull'App Store e fare soldi, ma non sai come fare?In altre parole, vuoi diventare un programmatore di applicazioni per iOS?CON QUESTA GUIDA, ADESSO PUOI !!!"Creare applicazioni per iPhone e iPad con Swift" è la nuova guida pratica che ti permetterà di iniziare a ... Přečtěte si více

    48,28 Kč

  • C for beginners

    podle Nikita Kultin ...
    The book is a set of examples in C/C++. Programs of varying complexity are demonstrated use of basic instructions of C/C++, input-output operation, work with arrays, with files, with structures and with objects.For beginners programmers.© Nikita Kultin, 2021.CONTENTSPART 1. BASICS OF CInput and output- Input of numbers- String inputSelecting- If-then statement- Nested if- Switch statementLoops- F. ... Přečtěte si více

    20,21 Kč nebo zdarma s Kobo Plus