Python Programming : Networking & API Development, Socket, Tornado, HTTPx (eBook)

Python Programming : Networking & API Development, Socket, Tornado, HTTPx (eBook)

e3
e3
Prezzo:
€ 34,99
Compra EPUB
Prezzo:
€ 34,99
Compra EPUB

Formato

:
EPUB
Cloud: Scopri di più
Compatibilità: Tutti i dispositivi
Lingua: en
Editore: e3
Codice EAN: 9798231351817
Anno pubblicazione: 2025
Scopri QUI come leggere i tuoi eBook
Abbonati a Kobo Plus per avere accesso illimitato a migliaia di eBook

Note legali

NOTE LEGALI

a) Garanzia legale, Pagamenti, Consegne, Diritto di recesso
b) Informazioni sul prezzo
Il prezzo barrato corrisponde al prezzo di vendita al pubblico al lordo di IVA e al netto delle spese di spedizione
Il prezzo barrato dei libri italiani corrisponde al prezzo di copertina.
I libri in inglese di Libraccio sono di provenienza americana o inglese.
Libraccio riceve quotidianamente i prodotti dagli USA e dalla Gran Bretagna, pagandone i costi di importazione, spedizione in Italia ecc.
Il prezzo in EURO è fissato da Libraccio e, in alcuni casi, può discostarsi leggermente dal cambio dollaro/euro o sterlina/euro del giorno. Il prezzo che pagherai sarà quello in EURO al momento della conferma dell'ordine.
In ogni caso potrai verificare la convenienza dei nostri prezzi rispetto ad altri siti italiani e, in moltissimi casi, anche rispetto all'acquisto su siti americani o inglesi.
c) Disponibilità
I termini relativi alla disponibilità dei prodotti sono indicati nelle Condizioni generali di vendita.

Disponibilità immediata
L'articolo è immediatamente disponibile presso Libraccio e saremo in grado di procedere con la spedizione entro un giorno lavorativo.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Disponibile in giorni o settimane (ad es. "3-5-10 giorni", "4-5 settimane" )
L'articolo sarà disponibile entro le tempistiche indicate, necessarie per ricevere l'articolo dai nostri fornitori e preparare la spedizione.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Prenotazione libri scolastici
Il servizio ti permette di prenotare libri scolastici nuovi che risultano non disponibili al momento dell'acquisto.

Attualmente non disponibile
L'articolo sarà disponibile ma non sappiamo ancora quando. Inserisci la tua mail dalla scheda prodotto attivando il servizio Libraccio “avvisami” e sarai contattato quando sarà ordinabile.

Difficile reperibilità
Abbiamo dei problemi nel reperire il prodotto. Il fornitore non ci dà informazioni sulla sua reperibilità, ma se desideri comunque effettuare l'ordine, cercheremo di averlo nei tempi indicati. Se non sarà possibile, ti avvertiremo via e-mail e l'ordine verrà cancellato.
Chiudi

Descrizione

Preface In today's world, networking and API development are the cornerstones of modern software engineering. Whether you're building high-performance web servers, crafting scalable client-server applications, or designing RESTful APIs, understanding the principles and tools that drive network communication is essential. Python, with its ease of use and versatility, has become one of the most popular languages for developing both simple and complex networking systems. This book, Python Programming: Networking & API Development, is designed to take you on a journey through some of the most powerful and essential tools and techniques for modern networking and API development in Python. We will dive deep into key concepts that empower you to build robust network applications, using Python's most popular libraries and frameworks. In the first section, Socket – Low-level networking, we explore the fundamental building blocks of network communication. The socket module provides the underlying layer for transmitting data over networks. It's a vital tool for anyone who wishes to understand how networks work at their core, and this chapter covers the essential socket programming concepts in Python. Next, we move to Tornado – Asynchronous Networking Framework. Tornado is a high-performance web framework and asynchronous networking library that helps you handle thousands of concurrent connections in real-time applications. This chapter will show you how Tornado can be leveraged to build scalable web applications and real-time services that can handle high volumes of traffic. Finally, in HTTPx – Modern HTTP Client, we focus on HTTP communication, the lifeblood of the web. HTTPx provides an asynchronous and feature-rich interface for interacting with HTTP servers, making it an essential tool for modern web development. We will cover its powerful features, including support for HTTP/1.1, HTTP/2, connection pooling, and advanced request handling. The goal of this book is not just to introduce you to these libraries but to give you the knowledge to use them effectively in real-world applications. Throughout the chapters, we will provide clear examples, practical tips, and best practices, helping you go beyond basic concepts and develop high-quality, production-ready networked applications. Whether you're a beginner looking to understand the basics of socket programming, or an experienced developer aiming to master asynchronous networking with Tornado and HTTPx, this book is your comprehensive guide to the world of Python-based network programming. Let's dive in, and start building powerful, efficient networked applications that stand the test of time. — The Author