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 121 - 144 of 10652 Results
Skip side bar filters
  • HTML, XHTML and CSS For Dummies

    The indispensable introductory reference guide to HTML, XHTML and CSSEven though new technologies enable people to do much more with the Web, in the end HTML, XHTML and CSS are still at the root of any Web site. The newest edition of this bestselling guide is fully updated and revised for the latest technology changes to the field, including HTML5 and CSS3. Illustrated in full color, this book ... Read more

    $23.00 USD

  • Beginner's Step-by-Step Coding Course

    Learn Computer Programming the Easy Way

    by DK ...
    Series series DK Complete Courses
    With this visual guide to computer programming for beginners, it has never been easier to learn how to code.Coding skills are in high demand and the need for programmers is still growing. Covering three of the most popular languages for new coders, this book uses a graphic method to break complex subjects into user-friendly chunks, bringing essential skills within easy reach. Each chapter contains ... Read more

    $12.99 USD

  • Sams Teach Yourself SQL in 10 Minutes

    by Ben Forta ...
    Series series Sams Teach Yourself
    Sams Teach Yourself SQL in 10 Minutes, Fourth EditionNew full-color code examples help you see how SQL statements are structuredWhether you're an application developer, database administrator, web application designer, mobile app developer, or Microsoft Office users, a good working knowledge of SQL is an important part of interacting with databases. And Sams Teach Yourself SQL in 10 Minutes offers ... Read more

    $20.89 USD

  • C# Programming from Zero to Proficiency (Introduction)

    C# from Zero to Proficiency, #0

    Series Book 0 - C# from Zero to Proficiency
    Stop Trying to Learn C# the Hard way.Without my book, most people spend too long trying to learn C# the hard way. This book is the only one that will get you to learn C# fast without wasting so much time. It includes instructions that painlessly teach you the necessary skills to master C# and to create your first apps.What You Will LearnAfter completing this book, you will be able to:Create your ... Read more

    Free

  • Windows PowerShell 2 For Dummies

    by Steve Seguis ...
    Prepare for the future of Microsoft automation with this no-nonsense guideWindows PowerShell 2 is the scripting language that enables automation within the Windows operating system. Packed with powerful new features, this latest version is complex, and Windows PowerShell 2 For Dummies is the perfect guide to help system administrators get up to speed.Written by a Microsoft MVP with direct access ... Read more

    $20.00 USD

  • Spring Boot and Microservices

    by Yogesh Mali ...
    This book details on how to use spring boot to create a microservice and deploy on docker. Most of the content have been published on my blog www.betterjavacode.com ... Read more

    Free

  • Grokking Algorithms, Second Edition

    An illustrated guide for programmers and other curious people

    A friendly, fully-illustrated introduction to the most important computer programming algorithms.Master the most widely used algorithms and be fully prepared when you’re asked about them at your next job interview. With beautifully simple explanations, over 400 fun illustrations, and dozens of relevant examples, you’ll actually enjoy learning about algorithms with this fun and friendly guide!In ... Read more

    $49.99 USD

  • The C++ Programming Language

    The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively.The C++ Programming Language, Fourth Edition, delivers ... Read more

    $68.39 USD

  • Hashing

    This ebook talks about 'Hashing' data structure. Hashing can go deep. However the intention of this ebook is to understand the basics of the data structure and walk through with conceptual development.The material covers introduction, definition, designing hash functions, collision resolution techniques and applications. There is also a sample and simple code given to make the definitional ... Read more

    Free

  • Practical SQL, 2nd Edition

    A Beginner's Guide to Storytelling with Data

    Analyze data like a pro, even if you’re a beginner.Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source ... Read more

    $23.99 USD

  • Build a Large Language Model (From Scratch)

    Series series From Scratch
    How to implement LLM attention mechanisms and GPT-style transformers.In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM. Each stage is explained with clear text, diagrams, and examples. You’ll go from the initial design and creation, to pretraining on a general corpus, and on to fine-tuning for specific tasks ... Read more

    $49.99 USD

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    by Kevlin Henney ...
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected ... Read more

    $24.49 USD

  • A Quick Guide to Procedural Levels with Unity

    Quick Guides, #2

    Series Book 2 - Quick Guides
    This book is part of a series entitled Quick Guides, and does just this. In this book series, you have the opportunity to get started on a particular topic in less than 60 minutes, delving right into the information that you really need. Of course, you can, after reading this book, move on to more comprehensive books; however, quite often, you may have little time to complete a project or to get ... Read more

    Free

  • Data Science from Scratch

    First Principles with Python

    by Joel Grus ...
    Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. With this updated second edition, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch.If you have an aptitude for mathematics and some ... Read more

    $36.79 USD

  • Head First HTML and CSS

    A Learner's Guide to Creating Standards-Based Web Pages

    Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your ... Read more

    $33.89 USD

  • Raspberry Pi :Raspberry Pi Guide On Python & Projects Programming In Easy Steps

    by Jason Scotts ...
    "Raspberry Pi Programming Guide" is a text that gives the reader a bit of insight into this form of technology. It is European based and is just making a debut in North America so many are curious about it and what exactly this technology can do. The aim that the author has with this text is to highlight the main functions of Raspberry Pi and how it can be beneficial to the consumer in the long ... Read more

    $3.99 USD

  • C# Programming from Zero to Proficiency (Beginner)

    C# from Zero to Proficiency, #2

    Series Book 2 - C# from Zero to Proficiency
    Stop Trying to Learn C# the Hard way.Without my book, most people spend too long trying to learn C# the hard way. This book is the only one that will get you to learn C# fast without wasting so much time. It includes four chapters that painlessly teach you the necessary skills to master C# and to create your first apps.What You Will LearnAfter completing this book, you will be able to:Create your ... Read more

    Free

  • Coding For Everybody

    CodeWithUtkarsh

    by Utkarsh Verma ...
    Series series CodeWithUtkarsh
    The new version of eBook Coding For Everybody with improved font style for reading comfort aims to simplify coding for beginners. The eBook is for those who just started coding and know nothing about it, eBook explains coding in an easy way such that anybody can understand and do it practicals given in eBook. The author strongly believes that by using coding we can change by just sitting in a room ... Read more

    $4.85 USD or Free with Kobo Plus

  • Introduction to Computation and Programming Using Python, third edition

    With Application to Computational Modeling and Understanding Data

    The new edition of an introduction to the art of computational problem solving using Python.This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including numpy, matplotlib, random, pandas, and sklearn. It provides students with skills that will enable them to make productive use of ... Read more

    $49.99 USD

  • NinjaScript Programmer's Launch Pad V8

    by Scott Daggett ...
    The NinjaScript Programmer's Launch Pad V8 is a tutorial designed for C#.NET programmers new to NinjaTrader 8's NinjaScript programming environment. It begins by providing the new NinjaScript programmer with a clear understanding of the underlying structure, data, key classes, and efficient programming techniques for writing NinjaScript indicators. This same foundation of knowledge is necessary ... Read more

    $12.99 USD or Free with Kobo Plus

  • C++ Primer

    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 StandardFully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its ... Read more

    $52.19 USD

  • Introduction to Machine Learning with Python

    A Guide for Data Scientists

    Machine learning has become an integral part of many commercial applications and research projects, but this field is not exclusive to large companies with extensive research teams. If you use Python, even as a beginner, this book will teach you practical ways to build your own machine learning solutions. With all the data available today, machine learning applications are limited only by your ... Read more

    $36.79 USD

  • Go Programming Language, The

    Series series Addison-Wesley Professional Computing Series
    The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.The first chapter is a ... Read more

    $34.19 USD

  • Learning Go

    An Idiomatic Approach to Real-World Go Programming

    by Jon Bodner ...
    Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write ... Read more

    $41.09 USD