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 769 - 792 of 10639 Results
Skip side bar filters
  • Python for Data Science

    A Hands-On Introduction

    by Yuli Vasiliev ...
    A hands-on, real-world introduction to data analysis with the Python programming language, loaded with wide-ranging examples.Python is an ideal choice for accessing, manipulating, and gaining insights from data of all kinds. Python for Data Science introduces you to the Pythonic world of data analysis with a learn-by-doing approach rooted in practical examples and hands-on activities. You’ll learn ... Read more

    $17.99 USD

  • The Art of Modern PHP 8

    Learn how to write modern, performant, and enterprise-ready code with the latest PHP features and practices

    Discover how to apply the principles of OOP, types, and package management the right wayKey FeaturesExplore the latest PHP 8.1 features and modern web development practicesRefactor your legacy codebase using modern features and styles in PHPCreate your own Composer packages that can be reused across all PHP projectsBook DescriptionPHP has come a long way since its introduction. While the language ... Read more

    $34.99 USD or Free with Kobo Plus

  • Code That Fits in Your Head

    Heuristics for Software Engineering

    by Mark Seemann ...
    How to Reduce Code Complexity and Develop Software More Sustainably"Mark Seemann is well known for explaining complex concepts clearly and thoroughly. In this book he condenses his wide-ranging software development experience into a set of practical, pragmatic techniques for writing sustainable and human-friendly code. This book will be a must-read for every programmer."-- Scott Wlaschin, author ... Read more

    $34.19 USD

  • Mission Python

    Code a Space Adventure Game!

    by Sean McManus ...
    Program a graphical adventure game in this hands-on, beginner-friendly introduction to coding in the Python language.Launch into coding with Mission Python, a space-themed guide to building a complete computer game in Python. You'll learn programming fundamentals like loops, strings, and lists as you build Escape!, an exciting game with a map to explore, items to collect, and tricky logic puzzles ... Read more

    $17.99 USD

  • Think Stats

    Exploratory Data Analysis

    If you know how to program, you have the skills to turn data into knowledge. This thoroughly revised edition presents statistical concepts computationally, rather than mathematically, using programs written in Python. Through practical examples and exercises based on real-world datasets, you'll learn the entire process of exploratory data analysis—from wrangling data and generating statistics to ... Read more

    $48.99 USD

  • Python Data Visualization Essentials Guide

    Become a Data Visualization expert by building strong proficiency in Pandas, Matplotlib, Seaborn, Plotly, Numpy, and Bokeh

    Data visualization plays a major role in solving data science challenges with various capabilities it offers. This book aims to equip you with a sound knowledge of Python in conjunction with the concepts you need to master to succeed as a data visualization expert.The book starts with a brief introduction to the world of data visualization and talks about why it is important, the history of ... Read more

    $14.99 USD or Free with Kobo Plus

  • Practical Fraud Prevention

    Fraud and AML Analytics for Fintech and eCommerce, Using SQL and Python

    Over the past two decades, the booming ecommerce and fintech industries have become a breeding ground for fraud. Organizations that conduct business online are constantly engaged in a cat-and-mouse game with these invaders. In this practical book, Gilit Saporta and Shoshana Maraney draw on their fraud-fighting experience to provide best practices, methodologies, and tools to help you detect and ... Read more

    $41.99 USD

  • HTML, CSS & JavaScript in easy steps

    by Mike McGrath ...
    Series series In Easy Steps
    Everything you need to get to grips with HTML, CSS and JavaScript – the three coding languages that are used to create modern web pages – all in easy steps!HTML, CSS & JavaScript in easy steps instructs the reader on each of the three coding languages that are used to create modern web pages; HyperText Markup Language (HTML) tags are used to control the structure of web page content, Cascading ... Read more

    $26.83 USD

  • Aprende a Programar Swift

    Hasta su lanzamiento, el lenguaje más utilizado en el desarrollo de aplicaciones para los entornos iOS e iOS X era el Objetive-C, creado al inicio de los años 80. Apple se preocupó en disminuir la resistencia a la adopción de Swift por los programadores expertos. Para eso, permitió que el nuevo lenguaje utilizara el mismo compilador y pudiera convivir con Objetive-C en la misma aplicación. De esa ... Read more

    $5.95 USD or Free with Kobo Plus

  • Essentials of Programming Languages, third edition

    A new edition of a textbook that provides students with a deep, working understanding of the essential concepts of programming languages, completely revised, with significant new material.This book provides students with a deep, working understanding of the essential concepts of programming languages. Most of these essentials relate to the semantics, or meaning, of program elements, and the text ... Read more

    $52.99 USD

  • PHP, MySQL, & JavaScript All-in-One For Dummies

    by Richard Blum ...
    Explore the engine that drives the internetIt takes a powerful suite of technologies to drive the most-visited websites in the world. PHP, mySQL, JavaScript, and other web-building languages serve as the foundation for application development and programming projects at all levels of the web.Dig into this all-in-one book to get a grasp on these in-demand skills, and figure out how to apply them to ... Read more

    $30.00 USD

  • Modern C, Third Edition

    Covers the C23 standard

    by Jens Gustedt ...
    Discover the full power of modern C programming, with an inside look at the new C23 standard.For programs that need to be small, fast, and reliable, C is the gold standard. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book by Jens Gustedt, a member of the ISO C standards committee, gets you up to speed with ... Read more

    $49.99 USD

  • Head First Software Development

    A Learner's Companion to Software Development

    Even the best developers have seen well-intentioned software projects fail -- often because the customer kept changing requirements, and end users didn't know how to use the software you developed. Instead of surrendering to these common problems, let Head First Software Development guide you through the best practices of software development. Before you know it, those failed projects will be a ... Read more

    $28.99 USD

  • Essential PHP Security

    A Guide to Building Secure Web Applications

    Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to ... Read more

    $17.99 USD

  • C++: A Beginner's Guide, Second Edition

    Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace. ... Read more

    $25.99 USD

  • Building large scale web apps

    "Building Large Scale Web Apps" is a toolkit to managing large-scale React applications. React as a library allows you to start building user interfaces quickly and easily. But how do things scale as an application grows? How do you ensure that your codebase remains manageable, your performance metrics stay on point, and your team continues to work cohesively as the project evolves? In this book, ... Read more

    $17.99 USD

  • Distributed Systems with Node.js

    Many companies, from startups to Fortune 500 companies alike, use Node.js to build performant backend services. And engineers love Node.js for its approachable API and familiar syntax. Backed by the world's largest package repository, Node's enterprise foothold is only expected to grow.In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise ... Read more

    $34.99 USD

  • CLR via C#

    Series series Developer Reference
    Dig deep and master the intricacies of the common language runtime, C#, and .NET development. Led by programming expert Jeffrey Richter, a longtime consultant to the Microsoft .NET team - you’ll gain pragmatic insights for building robust, reliable, and responsive apps and components.Fully updated for .NET Framework 4.5 and Visual Studio 2012Delivers a thorough grounding in the .NET Framework ... Read more

    $41.79 USD

  • jQuery Programming by Example

    This book helps you getting started with jQuery. Several sample codes are presented to illustrate how to use jQuery and integrate with PHP.*TOC*Preparing jQuery Development Environment1.1 Installation1.2 Development Tools1.3 Web Server1.4 Hello WorldHandling HTML Elements2.1 HTML Elements2.2 Getting HTML Element Value2.2.1 Textbox2.2.2 Textarea2.2.3 Dropdown - select Element2.2.4 Date Input... ... Read more

    $3.43 USD

  • Introduction to Pascal - Lecture Notes

    by Paul Gent ...
    An easy to read introduction to programming in Pascal which assumes no programming knowledge. Illustrated throughout with code samples and includes suggested tutorial exercises for review purposes. Based on slides written to deliver Introduction to Programming in Pascal / Pascal 101. ... Read more

    $2.99 USD or Free with Kobo Plus

  • Football Analytics with Python & R

    Learning Data Science Through the Lens of Sports

    Baseball is not the only sport to use "moneyball." American football fans, teams, and gamblers are increasingly using data to gain an edge against the competition. Professional and college teams use data to help select players and identify team needs. Fans use data to guide fantasy team picks and strategies. Sports bettors and fantasy football players are using data to help inform decision making. ... Read more

    $41.99 USD

  • PHP Examples Part 4

    Teach yourself by example, #4

    by Adam Majczak ...
    Series Book 4 - Teach yourself by example
    Error in PHP5 discovered, IP detection in PHP, Geolocation in PHP, PHP Examples, Regular Expressions in PHP, OOP Examples in PHP, Storage management in PHP, Inheritance in use, Floating-point operations using BC Math functions, Function plots, Simple image gallery in PHP ... Read more

    $1.99 USD or Free with Kobo Plus

  • Python Data Wrangling for Business Analytics

    Python for Business Analytics Series

    by George Snypes ...
    Series series Python for Business Analytics Series
    Master the essential skills of modern data analysis with this comprehensive guide to Python data wrangling, data cleaning, and business analytics. Whether you're a business analyst moving from Excel to Python, a data scientist optimizing workflows, or an analytics professional handling large datasets, this practical guide bridges the gap between basic Python programming and real-world data ... Read more

    $4.99 USD or Free with Kobo Plus

  • C++ Standard Library Extensions, The

    A Tutorial and Reference

    by Pete Becker ...
    "TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with the standard library, this is strange and unfamiliar. This book is complete (it covers all TR1 ... Read more

    $57.99 USD