{"title":"Jaime Buelta","description":"\u003cp\u003eImmerse yourself in the captivating worlds crafted by Jaime Buelta. Explore thrilling adventures, heartwarming connections, and thought-provoking themes. A must-read for those seeking stories that resonate and inspire.\u003c\/p\u003e","products":[{"product_id":"python-automation-cookbook-book-jaime-buelta-9781800207080","title":"Python Automation Cookbook","description":"This new and updated edition includes 75 recipes that cover the entire spectrum of skills you need for enterprise process automation and save time wasted in performing recurrent tasks. This book also features three new chapters that focus on using Python for automating testing routines, machine learning projects, and for working with messy ...","brand":"WoB","offers":[{"title":"GB \/ VERY_GOOD \/ INTERNAL","offer_id":49543434895633,"sku":"GOR013457459","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"GB \/ LIKE_NEW \/ INTERNAL","offer_id":50422738583825,"sku":"GOR013944853","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"US \/ NEW \/ INGRAM","offer_id":51051788992785,"sku":"NIN9781800207080","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"US \/ VERY_GOOD \/ SBYB","offer_id":52603889647889,"sku":"CIN1800207085VG","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52687032746257,"sku":"NLS9781800207080","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ GOOD \/ SBYB","offer_id":52981367144721,"sku":"CIN1800207085G","price":0.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1800207085.jpg?v=1782471679"},{"product_id":"hands-on-docker-for-microservices-with-python-book-jaime-buelta-9781838823818","title":"Hands-On Docker for Microservices with Python","description":"Microservices architecture helps create a complex system that can be maintained by independent teams working in parallel. Youll learn how to structure big systems, encapsulate them using Docker, and deploy them using Kubernetes. By the end of this book, youll know how to design, deploy and operate a complex system with multiple microservices.","brand":"WoB","offers":[{"title":"GB \/ VERY_GOOD \/ INTERNAL","offer_id":49598205886737,"sku":"GOR013454234","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"US \/ GOOD \/ SBYB","offer_id":50390492446993,"sku":"CIN1838823816G","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"US \/ NEW \/ INGRAM","offer_id":51203164307729,"sku":"NIN9781838823818","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52430299005201,"sku":"NLS9781838823818","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1838823816.jpg?v=1751185714"},{"product_id":"python-automation-cookbook-book-jaime-buelta-9781789133806","title":"Python Automation Cookbook","description":"Step-by-step instructions which take you through each program to automate monotonous tasks with Python 3.7  Key Features  Automate integral business processes such as report generation, email marketing, and lead generation Build your first web application that scrapes data and accesses websites' APIs Create graphic-rich charts, graphs, and maps using Matplotlib  Book DescriptionHave you been doing the same old monotonous office work over and over again? Or have you been trying to find an easy way to make your life better by automating some of your repetitive tasks? Through a tried and tested approach, understand how to automate all the boring stuff using Python.   The Python Automation Cookbook helps you develop a clear understanding of how to automate your business processes using Python, including detecting opportunities by scraping the web, analyzing information to generate automatic spreadsheets reports with graphs, and communicating with automatically generated emails.   You’ll learn how to get notifications via text messages and run tasks while your mind is focused on other important activities, followed by understanding how to scan documents such as résumés. Once you’ve gotten familiar with the fundamentals, you’ll be introduced to the world of graphs, along with studying how to produce organized charts using Matplotlib. In addition to this, you’ll gain in-depth knowledge of how to generate rich graphics showing relevant information.   By the end of this book, you’ll have refined your skills by attaining a sound understanding of how to identify and correct problems to produce superior and reliable systems.  What you will learn  Get to grips with scraping a website to detect changes Search and process raw sales files to aggregate information in spreadsheets Explore techniques to extract information from an Excel spreadsheet and generate exciting reports with graphs Discover the techniques required to generate random, print-friendly codes to be used as single-use coupons Automatically generate a marketing campaign, contacting the recipients over different channels Identify and implement precise solutions  Who this book is forThe Python Automation Cookbook is for you if you are a developer or anyone who wants to automate monotonous manual tasks related to fields such as finance, sales, and HR, among others.","brand":"WoB","offers":[{"title":"- \/ - \/ -","offer_id":51050937614609,"sku":"","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ NEW \/ INGRAM","offer_id":51050940236049,"sku":"NIN9781789133806","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52619259511057,"sku":"NLS9781789133806","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1789133807.jpg?v=1751059468"},{"product_id":"python-architecture-patterns-book-jaime-buelta-9781801819992","title":"Python Architecture Patterns","description":"Make the best of your test suites by using cutting-edge software architecture patterns in Python  Key Features  Learn how to create scalable and maintainable applications Build a web system for micro messaging using concepts in the book Use profiling to find bottlenecks and improve the speed of the system  Book DescriptionDeveloping large-scale systems that continuously grow in scale and complexity requires a thorough understanding of how software projects should be implemented. Software developers, architects, and technical management teams rely on high-level software design patterns such as microservices architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven design (DDD) to make their work easier.  This book covers these proven architecture design patterns with a forward-looking approach to help Python developers manage application complexity—and get the most value out of their test suites.  Starting with the initial stages of design, you will learn about the main blocks and mental flow to use at the start of a project. The book covers various architectural patterns like microservices, web services, and event-driven structures and how to choose the one best suited to your project. Establishing a foundation of required concepts, you will progress into development, debugging, and testing to produce high-quality code that is ready for deployment. You will learn about ongoing operations on how to continue the task after the system is deployed to end users, as the software development lifecycle is never finished.  By the end of this Python book, you will have developed \"architectural thinking\": a different way of approaching software design, including making changes to ongoing systems.  What you will learn  Think like an architect, analyzing software architecture patterns Explore API design, data storage, and data representation methods Investigate the nuances of common architectural structures Utilize and interoperate elements of patterns such as microservices Implement test-driven development to perform quality code testing Recognize chunks of code that can be restructured as packages Maintain backward compatibility and deploy iterative changes  Who this book is forThis book will help software developers and architects understand the structure of large complex systems and adopt architectural patterns that are scalable. Examples in the book are implemented in Python so a fair grasp of basic Python concepts is expected. Proficiency in any programming languages such as Java or JavaScript is sufficient.","brand":"WoB","offers":[{"title":"US \/ NEW \/ INGRAM","offer_id":51055862513937,"sku":"NIN9781801819992","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ VERY_GOOD \/ INTERNAL","offer_id":51748272374033,"sku":"GOR014390101","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52424587804945,"sku":"NLS9781801819992","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1801819998.jpg?v=1751091819"}],"url":"https:\/\/www.worldofbooks.com\/en-ie\/collections\/author-books-by-jaime-buelta.oembed","provider":"World of Books ","version":"1.0","type":"link"}