Wir konnten keine exakten Treffer zu Ihrer Suche nach "Programming languages" finden. Könnten diese Produkte zu Ihrer Suche passen?

Ansicht:
Nir Dobovizki: C# Concurrency, Buch

Nir Dobovizki
C# Concurrency

Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#! In C# Concurrency: Asynchronous and Multithreaded Programming you’ll learn how to: • Take full …

lieferbar ab 25.2.2025.
Buch
EUR 69,78*
David Drysdale: Effective Rust, Buch

David Drysdale
Effective Rust

Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers.…

lieferbar innerhalb 1-2 Wochen
Buch
EUR 56,04*
Maxwell Flitton: Async Rust, Buch

Maxwell Flitton, Caroline Morton
Async Rust

Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve pro…

lieferbar ab 31.12.2024.
Buch
EUR 56,04*
Jeroen Janssens: Python Polars: The Definitive Guide, Buch

Jeroen Janssens, Thijs Nieuwdorp
Python Polars: The Definitive Guide

Want to speed up your data analysis and work with larger-than-memory datasets? Python Polars offers a blazingly fast, multithreaded, and elegant API for data loading, manipulation, and processing. With th…

lieferbar ab 28.2.2025.
Buch
EUR 74,57*
Aaron Maxwell: Powerful Python, Buch

Aaron Maxwell
Powerful Python

Once you've mastered the basics of Python, how do you skill up to the top 1%? How do you focus your learning time on topics that yield the most benefit for production engineering and data teams--without g…

lieferbar ab 25.11.2024.
Buch
EUR 60,57*
Ecy Femi King: Bit by Bit, Buch

Ecy Femi King
Bit by Bit

"Originally designed as an educational supplement for the renowned Stanford courses Computer Science 106A and 106B, Bit by Bit is a comic-style resource that uses fractal grids, custom-drawn characters, a…

lieferbar innerhalb 1-2 Wochen
Buch
EUR 29,32*
Randall Hyde: The Art of Arm Assembly, Buch

Randall Hyde
The Art of Arm Assembly

"The Art of ARM Assembly is a comprehensive masterclass that guides you through the instruction set for the increasingly popular 64-bit ARM CPU, teaching you to both translate high-level language operatio…

lieferbar ab 25.2.2025.
Buch
EUR 89,73*
Ronald Mak: Object-Oriented Software Design in C++, Buch

Ronald Mak
Object-Oriented Software Design in C++

Object-Oriented Software Design in C++ is packed with 'before' program examples that show what not to do, followed by 'after' versions built with the benefits of good design. You'll learn how to gather an…

sofort lieferbar
Buch
EUR 56,74*
Jay Wengrow: Common-Sense Guide to Data Structure and Algorithms in Python, Volume 1, Buch

Jay Wengrow
Common-Sense Guide to Data Structure and Algorithms in Python, Volume 1

p>If you thought data structures and algorithms were all just theory, you're missing out on what they can do for your Python code. Learn to use Big O notation to make your code run faster by orders of mag…

sofort lieferbar
Buch
EUR 54,24*
Brenden Matthews: Code Like a Pro in Rust, Buch

Brenden Matthews
Code Like a Pro in Rust

Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing,…

lieferbar innerhalb 1-2 Wochen
Buch
EUR 77,68*
Richard Blum: SQL Essentials for Dummies, Buch

Richard Blum, Allen G Taylor
SQL Essentials for Dummies

Stop the endless search for SQL queries Imagine having a book to consult at any time to brush up on your SQL skills. SQL Essentials For Dummies is that book-a no-frills guide to mastering SQL commands and…

lieferbar ab 24.12.2024.
Buch
EUR 17,45*
Miki Tebeka: Effective Go Recipes, Buch

Miki Tebeka
Effective Go Recipes

Programmers love Go because it is lightweight, easy to work with, and easy to read. Go gives you the benefits of dynamically typed languages (speed of development) while keeping the upsides of strongly ty…

sofort lieferbar
Buch
EUR 50,16*
Jeff Langr: Pragmatic Unit Testing in Java with JUnit, Third Edition, Buch

Jeff Langr
Pragmatic Unit Testing in Java with JUnit, Third Edition

Pragmatic Bookshelf

The classic Pragmatic Unit Testing with Java in JUnit returns for a third edition, streamlined and rewritten with updated and more accessible code examples. In this edition, you'll learn how to create con…

lieferbar innerhalb 1-2 Wochen
Buch
EUR 50,16*
Alaa Khamis: Optimization Algorithms, Buch

Alaa Khamis
Optimization Algorithms

Solve design, planning, and control problems using modern machine learning and AI techniques. For AI practitioners familiar with the Python language.

lieferbar innerhalb 1-2 Wochen
Buch
EUR 89,05*
Jens Gustedt: Modern C, Third Edition, Buch

Jens Gustedt
Modern C, Third Edition

Almost 50 years ago, the C language defined modern computer programming. This book shows you why C is still as powerful and popular as ever, with an inside look at the new C23 standard. For programs that…

lieferbar ab 25.2.2025.
Buch
EUR 75,78*
Rich Yonts: 100 C++ Mistakes and How to Avoid Them, Buch

Rich Yonts
100 C++ Mistakes and How to Avoid Them

Learn how to handle errors, inefficiencies, and outdated paradigms by exploring the most common mistakes you’ll find in production C++ code. C++ is a complex and powerful language. With an estimated ten …

lieferbar ab 25.3.2025.
Buch
EUR 60,32*
Samer Buna: Efficient Node.js, Buch

Samer Buna
Efficient Node.js

Take your web development skills from browser to server with Node.js, the popular backend framework used by more than 10 million developers at companies like Amazon, Netflix, and LinkedIn, to name just a …

lieferbar ab 31.1.2025.
Buch
EUR 61,92*
Jeff Iannucci: Learn SQL in a Month of Lunches, Buch

Jeff Iannucci
Learn SQL in a Month of Lunches

Use SQL to get the data you need in no time at all! Learn to read and write basic queries, troubleshoot common problems, and control your own business data in just 24 short lessons–no programming experien…

lieferbar ab 28.1.2025.
Buch
EUR 65,04*
Tejas Kumar: Fluent React, Buch

Tejas Kumar
Fluent React

When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this …

sofort lieferbar
Buch
EUR 61,92*
Dan Vanderkam: Effective TypeScript, Buch

Dan Vanderkam
Effective TypeScript

TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use …

sofort lieferbar
Buch
EUR 56,04*
Informationen zur Lieferbarkeit bzw. zu Veröffentlichungsterminen von Artikeln beruhen auf Vorabinformationen unserer Lieferanten. Diese Termine sind ohne Gewähr und können sich jederzeit ändern.