Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Programming Languages eBooks

If you like Programming Languages eBooks, then you'll love these top picks.
Showing 2017 - 2040 of 10607 Results
Skip side bar filters
  • Microsoft Visual C# 2010 Step by Step

    by John Sharp ...
    Series series Step by Step Developer
    Teach yourself Visual C# 2010-one step at a time. Ideal for developers with fundamental programming skills, this practical tutorial features learn-by-doing exercises that demonstrate how, when, and why to use the features of the C# rapid application development environment. You'll learn how to use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0; develop a solid, fundamental ... Read more

    $25.99 USD

  • Functional Programming in Java

    Harness the Power of Streams and Lambda Expressions

    Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques ... Read more

    $33.99 USD

  • Python概率统计

    by 李爽 ...
    本书以Python为工具,全面讲解概率论与数理统计的主要内容和多元统计分析常用技术。全书包括13章和4个附录,内容翔实,讲解深入浅出。概率论4章,讲解概率论基础知识,主要是随机变量的相关理论;数理统计4章,主要是样本理论、参数估计和假设检验;回归分析2章,包括一元和多元回归分析及其统计解释;多元统计3章,主要讲解主成分分析和因子分析理论。整书内容简明,易上手,实用性强。本书不需要读者有良好的数学基础,4个附录提供了Python基础知识、微积分与线性代数的必要基础,可满足不同层次的读者需求。本书的特色是将Python贯穿于内容之中,为读者提供实践练习,也便于读者学习用Python解决实际问题的能力。 本书适用于大数据与人工智能专业的教师和学生,也适用于对数据科学感兴趣的人士和企业界的工程师。 ... Read more

    $22.99 USD

  • Java 8 Recipes

    Series series Professional and Applied Computing (R0)
    Java 8 Recipes offers solutions to common programming problems encountered while developing Java-based applications. Fully updated with the newest features and techniques available, Java 8 Recipes provides code examples involving Lambdas, embedded scripting with Nashorn, the new date-time API, stream support, functional interfaces, and much more. Especial emphasis is given to features such as ... Read more

    $53.99 USD

  • PHP Error Reporting: How To Do It Right

    by Jay Docherty ...
    PHP's error reporting is not great out of the box, but luckily it provides us with a way to set up our own custom error handling. This book gets stuck into how to do error handling well, with practical examples and downloadable code. We also take a broader look at strategies and best practices.What you will learn- all about PHP's built-in error reporting systems- An approach to error reporting ... Read more

    $2.99 USD or Free with Kobo Plus

  • SQL Mastery

    The Masterclass Guide to Become an SQL ExpertMaster The SQL Programming Language In This Ultimate Guide Today!

    Master The SQL Programming Language In This Ultimate Guide Today!Introducing The SQL Mastery: The Master Class Guide to Become an SQL Expert.In This Book You Will Learn:· The Syntax Used In SQL· SQL Statements· How To Create A Database in SQL· The Data Types Used In SQL· SQL Query Types· SQL Constraints· And Much Much More.Scroll To the Top And press the "Buy Now" button Today!... ... Read more

    $9.99 USD or Free with Kobo Plus

  • Bien débuter avec WordPress

    Formation professionnelle

    Ce livre s’adresse à toutes les personnes qui souhaitent développer des sites Web sans connaître la programmation d’un langage et sans réelle difficulté. WordPress est un système de gestion de contenu qui vous propose de nombreux dispositifs pour ajouter des articles chronologiques, des pages statiques, du texte, des images et des médias, des modèles de présentation, des menus, une page d’accueil ... Read more

    $12.99 USD or Free with Kobo Plus

  • Le Guide du C++ moderne - de débutant à développeur

    Formez-vous au C++ moderneCe livre vous enseignera une vision résolument moderne du C++. Issus de la nouvelle génération de développeurs et formés d'emblée à l'approche moderne, ses auteurs ont à cœur de vous transmettre l'esprit actuel du langage et ses bonnes pratiques.Initialement conçu au sein de la communauté de Zeste de Savoir, et nourri des avis et contributions de plusieurs membres très ... Read more

    $28.99 USD

  • 從零開始學Visual C# 2015程式設計

    by 李馨 ...
    這是一個科技發達,訊息快速傳遞的世界。學習一個程式語言,以不變觀其變之外,本書對於Visual C#程式語言的特色和語法有更多的著墨。除了以.NET Framework提供的類別庫為範本外,配合Visual Studio 2015整合式開發環境,讓入門者避免不必要的錯誤。無論是使用哪一種語言,皆能在共通語言執行環境下,發展出跨平台的應用程式。本書非常適合對Visual C#語言有興趣,又想要對.NET Framework類別庫有更多認識,透過本書做通盤性認識,全書重要主題如下:‧歡迎來到C#世界   ‧繼承、多型和介面   ‧跟控制項對話  ‧資料、變數和流程控制   ‧泛型、集合和委派   ‧版面、檢視和多重文件  ‧陣列和字串   ‧偵錯和例外處理機制   ‧I/O與資料流  ‧物件和類別   ‧視窗表單的運作   ‧ADO.NET元件  ‧方法和傳遞機制   ‧通用控制項   ... Read more

    $14.99 USD

  • Mastering AndEngine Game Development

    Move beyond basic games and explore the limits of AndEngine

    by Maya Posch ...
    Move beyond basic games and explore the limits of AndEngine Key FeaturesExtend the basic AndEngine features without modifying any of AndEngine's codeUnderstand advanced technologies and gain the skills to create the ultimate games in AndEngineTheory supported with practical examples to stimulate your imagination and creativityBook DescriptionAndEngine is a popular and easy-to-use game framework, ... Read more

    $37.99 USD or Free with Kobo Plus

  • Pro Python Best Practices

    Debugging, Testing and Maintenance

    Series series Professional and Applied Computing (R0)
    Learn software engineering and coding best practices to write Python code right and error free. In this book you’ll see how to properly debug, organize, test, and maintain your code, all of which leads to better, more efficient coding.Software engineering is difficult. Programs of any substantial length are inherently prone to errors of all kinds. The development cycle is full of traps unknown to ... Read more

    $28.99 USD

  • Getting Started with Windows 8 Apps

    A Guide to the Windows Runtime

    by Ben Dewey ...
    Get a head start on building apps for Windows 8. With a series of examples, this hands-on guide takes you through the process of creating complete touch-enabled apps that respond to native sensors. Through the course of the book, you’ll learn how to work with the Windows Runtime application model while building a Bing Image Search app.If you’re an experienced .NET developer who wants to get up to ... Read more

    $10.99 USD

  • Java 9 Concurrency Cookbook

    Build highly scalable, robust, and concurrent applications

    Master the art of fast, effective Java development with the power of concurrent and parallel programmingKey Features\[\*\] Get detailed coverage of important recipes on multi-threading and parallel programming\[\*\] This book takes a close look at the Java 9 APIs and their impact on concurrency\[\*\] See practical examples on thread safety, high-performance classes, safe sharing, and a whole lot ... Read more

    $41.99 USD or Free with Kobo Plus

  • JavaScript & DHTML Cookbook

    Solutions and Example for Web Programmers

    by Danny Goodman ...
    On numerous online forums for JavaScript and DHTML, the majority of questions begin with "How do I...?" This new Cookbook provides the answers. After reading thousands of forum threads over the years, author and scripting pioneer Danny Goodman has compiled a list of problems that frequently vex scripters of various experience levels. He has now applied state-of-the-art ECMA and W3C DOM standards ... Read more

    $20.99 USD

  • Truffle Quick Start Guide

    Learn the fundamentals of Ethereum development

    Develop, test, and deploy decentralized applications for Ethereum platformKey FeaturesBuild your first Ethereum Dapp with Truffle: the most popular Ethereum development frameworkBuild, compile, and deploy smart contracts in your development environmentEmbrace Blockchains and utilize it to create new generation of secured and scalable appsBook DescriptionTruffle is a world-class development ... Read more

    $25.99 USD or Free with Kobo Plus

  • Applied Predictive Modeling: An Overview of Applied Predictive Modeling

    by Steven Taylor ...
    Predictive modeling uses statistics in order to predict outcomes. However, predictive modeling can be applied to future and to any other kind of unknown event, regardless of when it happened. When it comes to the applications of predictive modeling, techniques are used in various fields including algorithmic trading, uplift modeling, archaeology, health care, customer relationship management and ... Read more

    $3.99 USD or Free with Kobo Plus

  • Testing de Videojuegos

    ¿Te has planteado alguna vez ser probador profesional de videojuegos?_x000D_ ¿Crees que es imposible obtener ese trabajo soñado?_x000D_ _x000D_ ES POSIBLE, es un trabajo real y muy bien pagado. Mediante este libro voy a ayudarte a que lo consigas._x000D_ _x000D_ Tienes en tus manos el primer libro en castellano sobre esta temática en el que aprenderás las bases y los secretos del testing de ... Read more

    $10.99 USD or Free with Kobo Plus

  • Python数据分析从入门到精通(第2版)

    by 明日科技 ...
    《Python数据分析从入门到精通(第2版)》从数据分析初学者角度出发,以通俗易懂的语言、丰富多彩的实例,详细介绍了使用Python进行数据分析程序开发应掌握的各方面技术。全书共分21章,包括数据分析基础、搭建数据分析开发环境、NumPy模块之数组计算、Pandas模块基础、Pandas模块之数据的读取、Pandas模块之数据的处理、Pandas模块之数据的清洗、数据的计算与格式化、数据统计及透视表、处理日期与时间、Scikit-Learn机器学习模块、Matplotlib模块入门、Matplotlib模块进阶、Seaborn图表、Plotly图表、Bokeh图表、Pyecharts图表等内容,以及4个项目实战综合案例。书中所有知识结合具体实例进行介绍,涉及的程序代码给出了详细的注释,读者可轻松领会Python数据分析程序开发的精髓,从而快速提升数据分析开发技能。 ... Read more

    $17.99 USD

  • UI Animations with Lottie and After Effects

    Create, render, and ship stunning animations natively on mobile with React Native

    Understand and develop immersive animations along with animated stickers for Telegram using Bodymovin, After Effects and LottieFiles and integrate them in your React Native apps using this color guide to UI animationsKey FeaturesExplore key principles of storytelling, 2D digital animation, and design thinkingCreate animations in After Effects, learn how to export them with both Bodymovin and ... Read more

    $41.99 USD or Free with Kobo Plus

  • C++ for Beginners

    A Comprehensive Guide to Transform Your Passion into Programming Proficiency

    by VERA POE ...
    Are you considering delving into the realm of C++ programming?Are you in search of a reliable and beginner-friendly guide to assist you in your learning journey? If your answer is affirmative to either of these questions, then you've stumbled upon the ideal educational resource tailored to help you achieve precisely that!"C++ Programming" is a comprehensive guide designed to assist you in ... Read more

    $9.99 USD or Free with Kobo Plus

  • Prompting Java for Backend Development

    Code Less. Build More. Scale Faster with Java and AI.Book DescriptionJava powers the enterprise - and the developers who know how to direct AI with precision are the ones building and shipping production systems faster than anyone else. Prompting Java for Backend Development shows you how to translate natural-language intent directly into production-ready Java code using AI, accelerating every ... Read more

    $18.99 USD

  • Customizing ASP.NET Core 5.0

    Turn the right screws in ASP.NET Core to get the most out of the framework

    A guide to discovering the hidden behaviors of ASP.NET Core that can be customized to optimize your .NET 5 applicationsKey FeaturesCustomize the default behavior of ASP.NET Core to get the most out of the frameworkEnhance the app configuration, change the default dependency injection, and build your own tag helpersDiscover best practices for configuring ASP.NET Core, from user interface design to ... Read more

    $26.99 USD or Free with Kobo Plus

  • Mastering Kotlin

    Learn advanced Kotlin programming techniques to build apps for Android, iOS, and the web

    by Nate Ebel ...
    Explore popular language features, Java to Kotlin interoperability, advanced topics, and practical applications by building a variety of sample projectsKey FeaturesUnderstand and leverage the syntax, tools, and patterns by writing code in KotlinExplore practical topics such as Java interop, concurrency with coroutines, and functional programmingDiscover how to use Kotlin for build targets like ... Read more

    $27.99 USD or Free with Kobo Plus

  • Coding with Python for Kids: From Zero to Programming Hero in 10 Easy Chapters

    by Fiona Jules ...
    Ever wished you could build your own video games? What about making a program to challenge your friends with a quiz you invented?If you've ever wondered how technology works, it's time to stop being a user and start being a creator. "Coding with Python for Kids" is your first step to becoming a programming hero, and it's easier than you think.This book is the perfect guide for complete beginners. ... Read more

    $4.99 USD or Free with Kobo Plus