Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Programación orientada a objetos

Si te gustan los eBooks de Programación orientada a objetos, seguro que te encanta esta selección.
Mostrando 409 - 432 de 976 resultados
Skip side bar filters
  • Hands-On RESTful Python Web Services

    Develop RESTful web services or APIs with modern Python 3.7

    Explore the best tools and techniques to create lightweight, maintainable, and scalable Python web servicesKey FeaturesCombine Python with different data sources to build complex RESTful APIs from scratchConfigure and fine-tune your APIs using the best tools and techniques availableUse command-line and GUI tools to test CRUD operations performed by RESTful Web Services or APIsBook ... Leer más

    $37.79 USD o gratis con Kobo Plus

  • Python 簡易手冊

    本書為整理 Python 官網文件,並提供可實際執行程式範例的參考手冊,換言之,大幅簡化 Python 官網文件的繁冗敘述,希望讓 Python 初學者能掌握內容,故名之為簡易手冊。共分七十二個單元,涵蓋 Python 3.12 的基本內容,每個單元結尾都附上 Python 官網文件的連結,最終目標是讓讀者回頭去閱讀官網文件的說明。張凱慶2024/06/19 ... Leer más

    $3.29 USD o gratis con Kobo Plus

  • C++ 速查手冊

    完整 86 個關鍵字的用法、範例及 Standard Library 的簡介 V1.10

    對於 C++ 的初學者而言,最難的是 C++ 有太多太多的東西需要熟練掌握,很多 C++ 書籍提供的例子過於複雜、深奧,常常無法將每個章節獨立抽出來閱讀,除非願意從頭一字一句的花時間好好啃,導致學習效果因人而異。這本書是將 C++ 語言包含 C++11 標準的各個部分,整理成初學者看得懂的內容,每個部分都提供盡可能最簡單的例子,也都可以獨立抽出來閱讀,使之成為初學者可隨時翻查的手冊。學習程式設計的目的是為了開發軟體,本書採取「拆」的策略介紹 C++ ,也就是介紹 C++ 中有哪些小零件,可是開發軟體是把各種小零件組合起來的藝術,這門藝術需要靠不斷的演練才能達成。若是您打算以本書窺看 C++ 的各種零件,卻又擔心不知道如何組裝,建議您可再去找坊間專門討論用 C++ 開發軟體的書籍,或是本書作者的另一本給初學者的電子書《C++ 入門指南》,就是以一完整的小軟體範例貫穿全書。從一開始整理資料 ... Leer más

    $7.99 USD o gratis con Kobo Plus

  • Practices of the Python Pro

    de 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 ... Leer más

    $49.99 USD

  • Java: Tips and Tricks to Programming Code with Java

    Java Computer Programming, #2

    Series Libro 2 - Java Computer Programming
    Have you been coding for awhile now, but could still use some useful Java coding tips? Do you have some basic knowledge with Java and want to learn more?If you answered yes to any of these questions, then look no further - this book "Java: Tips and Tricks to Programming Code with Java" is for you.In this Definitive Java Intermediate Level Guide, you're about to discover...Java is a program that ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • SwiftUI Essentials - iOS 15 Edition

    Learn to Develop iOS Apps using SwiftUI, Swift 5.5 and Xcode 13

    de Neil Smyth ...
    The goal of this book is to teach the skills necessary to build iOS 15 applications using SwiftUI, Xcode 13 and the Swift 5.5 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment together with an introduction to the use of Swift Playgrounds to learn and experiment with Swift.The book also includes in-depth ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Python and JSON for Beginners - Workbook

    Learn to Read, Write, and Manipulate JSON Data Using Python - With Hands-On Exercises and Real-World Examples

    Master JSON Data Manipulation with Python – The Complete Hands-On Workbook for BeginnersTransform your Python programming skills with the most comprehensive JSON workbook available! "Python and JSON for Beginners - Workbook" delivers everything you need to confidently handle JSON data in real-world Python applications.Why This Python JSON Guide Is Essential: JSON is everywhere in modern ... Leer más

    $12.82 USD o gratis con Kobo Plus

  • Ultimate C# for High-Performance Applications

    de Jeff McNamara ...
    Master parallelism and async to create enterprise-grade, high-performance apps.Key Features● Unlock advanced multithreading, async, and parallelism in C#.● Master tools to debug, profile, and crush performance issues.● Build real-world, production-ready apps that scale effortlessly.Book DescriptionHigh-performance software is no longer optional-today's applications must be fast, scalable, and... ... Leer más

    $23.79 USD

  • 現代 C#:AI 時代的開發者修煉

    (C# 14 與 .NET 10)

    de 蔡煥麟 ...
    Series Libro 1 - .NET 開發者修練系列
    這不是一本鉅細靡遺的 C# 語法字典。本書將介紹 C# 語言當中較為核心、進階、或需要花較多時間深度理解的部分(涵蓋 C# 1.0 至 C# 14)。不同於傳統程式設計書籍的是,本書特別強調「深度理解」,同時也鼓勵讀者善用 AI 工具來輔助學習和開發。在 AI 能夠幫我們生成大量程式碼的時代,開發者更需要具備判斷程式碼品質、安全性與效能的能力,以及如何精準地指揮 AI 寫出高品質的 C# 程式碼。██ 本書特色█對比式教學:對於容易混淆的概念,展示「不建議的寫法(✗)」與「建議的寫法(✓)」,並說明差異與理由。實務導向:不只語法,也會說明「為什麼需要這個功能」、「何時該用」、「何時不該用」,以及可能的效能影響。圖表輔助:在適當的地方添加視覺化圖表,輔助理解複雜概念... ... Leer más

    $12.45 USD o gratis con Kobo Plus

  • Flutter Design Patterns and Best Practices

    Build scalable, maintainable, and production-ready apps using effective architectural principles

    Elevate your mobile app development skills using reusable software development methodologies and code design principles, leveraging proven strategies from industry experts who have fostered thriving developer communities Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesCover code structure, app architecture, testing, performance optimization, error ... Leer más

    $32.39 USD o gratis con Kobo Plus

  • Mastering Scala

    Functional and Object-Oriented Programming

    Edición de William Smith ...
    "Mastering Scala: Functional and Object-Oriented Programming" is an essential guide for anyone looking to delve into the powerful world of Scala. This book provides a comprehensive introduction to the language, blending both functional and object-oriented paradigms to equip readers with versatile and robust programming skills. Designed for both beginners and experienced developers, it covers ... Leer más

    $6.99 USD o gratis con Kobo Plus

  • Core Graphics and Core Animation

    Learn how to create graphics for iOS 11 applications with Swift 4

    de J.D Gauchat ...
    Learn how to use the Core Graphics and Core Animation frameworks to create and animate graphics in your iOS applications. After reading this guide, you will know how to generate custom graphics, how to manipulate images, and how to create animations.Table of ContentsCORE GRAPHICS FRAMEWORKCore GraphicsData TypesQuartz 2DContextPathsColorsConfigurationSaving the StateClippingGradientsShadowsT... ... Leer más

    $2.87 USD

  • Java Network Programming

    Developing Networked Applications

    This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs.Author Elliotte Rusty Harold provides complete ... Leer más

    $30.99 USD

  • Mastering C: A Comprehensive Guide to Proficiency in The C Programming Language

    Mastering C: A Comprehensive Guide to Proficiency in The C Programming Language is an indispensable resource for both novice and experienced programmers seeking to achieve mastery in the C programming language. Written by a team of seasoned experts, this book offers a deep and comprehensive exploration of C, equipping readers with the knowledge and skills needed to become proficient C programmers ... Leer más

    $15.00 USD o gratis con Kobo Plus

  • Practical C++23 Backend Programming, Second Edition

    de GitforGits ...
    This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ ... Leer más

    $29.99 USD o gratis con Kobo Plus

  • Mastering GameMaker: A Journey from Novice to Expert

    "Mastering GameMaker: A Journey from Novice to Expert" is the definitive guide for anyone aspiring to master the art of game development using the renowned GameMaker Studio. Whether you're an absolute beginner or an intermediate user looking to refine your skills, this book offers a comprehensive and engaging path to becoming an expert in one of the most user-friendly game development platforms ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Mastering Python

    Mastering Python est un guide complet qui vous emmène dans un parcours pratique, des fondamentaux de la programmation Python aux techniques avancées dans divers domaines. Ce livre est soigneusement conçu pour les débutants comme pour les développeurs en herbe qui souhaitent acquérir des compétences concrètes et appliquer Python aux technologies modernes.Le livre commence par établir de solides ... Leer más

    $19.00 USD o gratis con Kobo Plus

  • Mastering Object-Oriented Python

    Build powerful applications with reusable code using OOP design patterns and Python 3.7

    Gain comprehensive insights into programming practices, and code portability and reuse to build flexible and maintainable apps using object-oriented principlesKey FeaturesExtend core OOP techniques to increase integration of classes created with PythonExplore a variety of Python libraries for handling persistence and object serializationLearn alternative approaches for solving programming problems ... Leer más

    $27.89 USD o gratis con Kobo Plus

  • ORACLE & SQL

    For BE/B.TECH/BCA/MCA/ M.TECH/Diploma/B.Sc/M.Sc/MA/ BA/Competitive Exams & Knowledge Seekers

    de Na.VIKRAMAN ...
    Series Libro 58 - BSCMSCBEME
    Mr.E.F.T Codds applied the principle of relationship in statistics to data management and came up with twelve laws using mathematics. He proved that if all these 12 laws were incorporated into database core technology, there would be a revolution in the speed of any database management system while managing data even when used on network operating system. Oracle implements around seven of Codds ... Leer más

    $22.00 USD o gratis con Kobo Plus

  • The Unified Process Elaboration Phase

    Best Practices in Implementing the UP

    de Scott Ambler ...
    Is the Unified Process the be all and end all standard for developing object-oriented component-based software? Scott Ambler doesn't think so. This book is one in a four-volume series that presents a critical review of the Unified Process -- designed to p ... Leer más

    $66.99 USD

  • Laravel

    An Easy to Follow Guide

    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 ... Leer más

    $10.99 USD

  • MapKit

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

    de 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 ... Leer más

    $2.87 USD

  • 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 ... Leer más

    $19.99 USD

  • Kotlin at a Glance

    de Saxena Swati ...
    Basic guide to develop an App in Android by using Kotlin Key features Comprehensive coverage of all the concepts of Kotlin Simple language, crystal clear approach, user friendly book Concepts are duly supported by several examples and self-explanatory analogies. Description &quote;Kotlin at a Glance&quote; is a book that gives an in-depth knowledge about Kotlin. This book mainly focused on Kotlin ... Leer más

    $15.99 USD