Club utilise des cookies et des technologies similaires pour faire fonctionner correctement le site web et vous fournir une meilleure expérience de navigation.
Ci-dessous vous pouvez choisir quels cookies vous souhaitez modifier :
Club utilise des cookies et des technologies similaires pour faire fonctionner correctement le site web et vous fournir une meilleure expérience de navigation.
Nous utilisons des cookies dans le but suivant :
Assurer le bon fonctionnement du site web, améliorer la sécurité et prévenir la fraude
Avoir un aperçu de l'utilisation du site web, afin d'améliorer son contenu et ses fonctionnalités
Pouvoir vous montrer les publicités les plus pertinentes sur des plateformes externes
Club utilise des cookies et des technologies similaires pour faire fonctionner correctement le site web et vous fournir une meilleure expérience de navigation.
Ci-dessous vous pouvez choisir quels cookies vous souhaitez modifier :
Cookies techniques et fonctionnels
Ces cookies sont indispensables au bon fonctionnement du site internet et vous permettent par exemple de vous connecter. Vous ne pouvez pas désactiver ces cookies.
Cookies analytiques
Ces cookies collectent des informations anonymes sur l'utilisation de notre site web. De cette façon, nous pouvons mieux adapter le site web aux besoins des utilisateurs.
Cookies marketing
Ces cookies partagent votre comportement sur notre site web avec des parties externes, afin que vous puissiez voir des publicités plus pertinentes de Club sur des plateformes externes.
Une erreur est survenue, veuillez réessayer plus tard.
Il y a trop d’articles dans votre panier
Vous pouvez encoder maximum 250 articles dans votre panier en une fois. Supprimez certains articles de votre panier ou divisez votre commande en plusieurs commandes.
Preface In today's data-driven world, the boundaries between software engineering, data science, and database management have become increasingly blurred. Modern systems must handle massive volumes of data, integrate with diverse databases, and perform complex computations efficiently—all while maintaining clean, maintainable, and scalable code. Python Programming: Big Data & Databases is written to bridge these worlds, offering a clear and comprehensive guide to the technologies that power data-intensive applications in Python. This book explores four essential pillars of modern data engineering and analytics: Big Data processing, relational and non-relational databases, object-relational mapping (ORM), and parallel computation. Through practical examples, theoretical insights, and hands-on exercises, readers will gain both the conceptual understanding and the technical proficiency needed to design, build, and optimize data systems in Python. The journey begins with an overview of Big Data and database fundamentals, setting the stage for how Python interacts with structured and unstructured data in real-world scenarios. From there, we dive into SQLAlchemy, the powerful ORM framework that transforms relational database management into an elegant, Pythonic experience. Readers will learn how to model data declaratively, execute queries seamlessly, and maintain database integrity in scalable applications. Next, the book introduces PyMongo, the official MongoDB driver for Python, demonstrating how to work with document-oriented databases that thrive in dynamic and large-scale data environments. Topics such as CRUD operations, indexing, aggregation pipelines, and asynchronous data handling are explored with clarity and depth. Finally, the book concludes with Dask, a parallel computing library that extends Python's ecosystem into the world of distributed data processing. Here, readers will learn how to handle computations that exceed the limits of memory, accelerate data analytics workflows, and integrate seamlessly with tools like Pandas and NumPy—making Dask an invaluable tool for modern data pipelines. Whether you are a software developer, data engineer, database administrator, or researcher, this book is designed to serve as both a learning resource and a long-term reference. Its approach emphasizes not just how to use these tools, but why they matter—focusing on design principles, performance considerations, and best practices that stand the test of time. By the end of this book, you will have gained a deep understanding of how Python interfaces with databases, manages data at scale, and performs high-performance computations in distributed environments. More importantly, you will be equipped to build systems that can adapt and grow with the ever-expanding demands of the data-driven era. Welcome to the world of Python, Big Data, and Databases—where performance meets simplicity, and where data becomes the foundation of intelligent design.- The Author