Gordon Korman 2-Book Collection
¥152.61
Here are two adventure-packed novels perfect for introducing middle grade readers to the work of #1 New York Times bestselling author Gordon Korman.Ungifted: When Donovan Curtis pulls a major prank at his middle school, he thinks he's finally gone too far. But thanks to a mix-up by one of the administrators, instead of getting in trouble, Donovan is sent to a special program for gifted and talented students. The program couldn't be a more perfectly unexpected hideout for someone like him. But as the students and teachers grow to realize that Donovan may not be good at math or science (or just about anything), he shows that his gifts may be exactly what these students never knew they needed.Masterminds: In idyllic Serenity, New Mexico, honesty and integrity are valued above all else. The thirty kids who live there never lie—they know it's a short leap from that to the awful problems of other, less fortunate places. Then one day Eli Frieden bikes to the edge of the city limits and something so crazy and unexpected happens, it changes everything. Action-packed and full of unexpected twists, this new series is perfect for young fans of James Patterson and John Grisham.
Natural Language Processing: Python and NLTK
¥152.59
Learn to build expert NLP and machine learning projects using NLTK and other Python libraries About This Book Break text down into its component parts for spelling correction, feature extraction, and phrase transformation Work through NLP concepts with simple and easy-to-follow programming recipes Gain insights into the current and budding research topics of NLP Who This Book Is For If you are an NLP or machine learning enthusiast and an intermediate Python programmer who wants to quickly master NLTK for natural language processing, then this Learning Path will do you a lot of good. Students of linguistics and semantic/sentiment analysis professionals will find it invaluable. What You Will Learn The scope of natural language complexity and how they are processed by machines Clean and wrangle text using tokenization and chunking to help you process data better Tokenize text into sentences and sentences into words Classify text and perform sentiment analysis Implement string matching algorithms and normalization techniques Understand and implement the concepts of information retrieval and text summarization Find out how to implement various NLP tasks in Python In Detail Natural Language Processing is a field of computational linguistics and artificial intelligence that deals with human-computer interaction. It provides a seamless interaction between computers and human beings and gives computers the ability to understand human speech with the help of machine learning. The number of human-computer interaction instances are increasing so it’s becoming imperative that computers comprehend all major natural languages. The first NLTK Essentials module is an introduction on how to build systems around NLP, with a focus on how to create a customized tokenizer and parser from scratch. You will learn essential concepts of NLP, be given practical insight into open source tool and libraries available in Python, shown how to analyze social media sites, and be given tools to deal with large scale text. This module also provides a workaround using some of the amazing capabilities of Python libraries such as NLTK, scikit-learn, pandas, and NumPy. The second Python 3 Text Processing with NLTK 3 Cookbook module teaches you the essential techniques of text and language processing with simple, straightforward examples. This includes organizing text corpora, creating your own custom corpus, text classification with a focus on sentiment analysis, and distributed text processing methods. The third Mastering Natural Language Processing with Python module will help you become an expert and assist you in creating your own NLP projects using NLTK. You will be guided through model development with machine learning tools, shown how to create training data, and given insight into the best practices for designing and building NLP-based applications using Python. This Learning Path combines some of the best that Packt has to offer in one complete, curated package and is designed to help you quickly learn text processing with Python and NLTK. It includes content from the following Packt products: NTLK essentials by Nitin Hardeniya Python 3 Text Processing with NLTK 3 Cookbook by Jacob Perkins Mastering Natural Language Processing with Python by Deepti Chopra, Nisheeth Joshi, and Iti Mathur Style and approach This comprehensive course creates a smooth learning path that teaches you how to get started with Natural Language Processing using Python and NLTK. You’ll learn to create effective NLP and machine learning projects using Python and NLTK.
Meteor: Full-Stack Web Application Development
¥152.59
Learn how to create mobile and full-stack web applications in JavaScript by getting a deeper insight into Meteor About This Book This step-by-step tutorial will show you how to build fast, complex web applications Over 65 hands-on recipes help you build and deploy elegant web applications Optimize your web application for production use Who This Book Is For If you are a web developer who is familiar with Meteor and has basic knowledge of web development, and you now want to explore new paradigms of single-page, real-time applications, this course is perfectly suited for you. What You Will Learn Secure your site with Meteor best practices Create reactive templates that update themselves when data changes Add routing to a single-page application and make it appear like a real website Make your own Meteor packages and see how to make them public Rapidly build robust, responsive user interfaces Publish your own reusable custom packages Optimize your site for load speed with advanced publishers and subscribers Master the intricacies of front-end development using Jeet, Bootstrap, CSS animations, and more Leverage the aggregation framework to produce results with big data Optimize your site for search engine visibility In Detail Meteor is best JavaScript development platform and is packed with collections of libraries and packages bound together in a tidy way to take care of everything from development to production, making your web development easier. This course follows a learning path divided into three modules. Each module is a mini course in its own right, taking your knowledge to a new level as you progress. The first module takes you from the installation of Meteor to building a fully working web blog (including back end) to create and edit posts. Your path will begin with the basic concepts and folder structure of a Meteor project, learning how Meteor templates work to test packages, and seeing the application itself. The second module is a cookbook that starts with simple recipes designed for quick reference, and culminating advanced recipes that walk you through building and deploying a complete application. The cookbook covers all the major areas of Meteor development, including lesser-known and undocumented features too. With all the important concepts covered in the previous modules, the third module will get you equipped with simple solutions to boost your development skills. You’ll learn about mapping of real-world data and optimizing it, how to optimize and secure web applications and how to deploy and maintain it without breaking its features. Throughout the module, you will put your skills into practice and build an online shop from scratch. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Building Single-page Web Apps with Meteor, Fabian Vogelsteller Meteor Cookbook, Isaac Strack Meteor Design Patterns, Marcelo Reyna Style and approach This practical handbook has a step-by-step approach to help you improve your developer skills and efficiently built web applications using Meteor.
Python: Master the Art of Design Patterns
¥152.59
Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns About This Book Learn all about abstract design patterns and how to implement them in Python 3 Understand the structural, creational, and behavioral Python design patterns Get to know the context and application of design patterns to solve real-world problems in software architecture, design, and application development Discover how to simplify Design Pattern implementation using the power of Python 3 Who This Book Is For If you have basic Python skills and wish to learn in depth how to correctly apply appropriate design patterns, this course is tailor made for you. What You Will Learn Discover what design patterns are and how to apply them to writing Python Implement objects in Python by creating classes and defining methods Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface Understand when to use object-oriented features, and more importantly when not to use them Get to know proven solutions to common design issues Explore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle, and the Open Close principle, among others Use Structural Design Patterns and find out how objects and classes interact to build larger applications Improve the productivity and code base of your application using Python design patterns Secure an interface using the Proxy pattern In Detail Python is an object-oriented *ing language that is used in everything from data science to web development. Known for its simplicity, Python increases productivity and minimizes development time. Through applying essential software engineering design patterns to Python, Python code becomes even more efficient and reusable from project to project. This learning path takes you through every traditional and advanced design pattern best applied to Python code, building your skills in writing exceptional Python. Divided into three distinct modules, you’ll go from foundational to advanced concepts by following a series of practical tutorials. Start with the bedrock of Python programming – the object-oriented paradigm. Rethink the way you work with Python as you work through the Python data structures and object-oriented techniques essential to modern Python programming. Build your confidence as you learn Python syntax, and how to use OOP principles with Python tools such as Django and Kivy. In the second module, run through the most common and most useful design patterns from a Python perspective. Progress through Singleton patterns, Factory patterns, Fa?ade patterns and more all with detailed hands-on guidance. Enhance your professional abilities in in software architecture, design, and development. In the final module, run through the more complex and less common design patterns, discovering how to apply them to Python coding with the help of real-world examples. Get to grips with the best practices of writing Python, as well as creating systems architecture and troubleshooting issues. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Python 3 Object-Oriented Programming - Second Edition by Dusty Phillips Learning Python Design Patterns - Second Edition by Chetan Giridhar Mastering Python Design Patterns by Sakis Kasampalis Style and approach Advance your Python code through three distinct modules that each build on preceding content. Get the complete coverage of Python design patterns you need to write elegant and efficient code that’s reusable and powerful.
Tableau: Creating Interactive Data Visualizations
¥152.59
Illustrate your data in a more interactive way by implementing data visualization principles and creating visual stories using Tableau About This Book Use data visualization principles to help you to design dashboards that enlighten and support business decisions Integrate your data to provide mashed-up dashboards Connect to various data sources and understand what data is appropriate for Tableau Public Understand chart types and when to use specific chart types with different types of data Who This Book Is For Data scientists who have just started using Tableau and want to build on the skills using practical examples. Familiarity with previous versions of Tableau will be helpful, but not necessary. What You Will Learn Customize your designs to meet the needs of your business using Tableau Use Tableau to prototype, develop, and deploy the final dashboard Create filled maps and use any shape file Discover features of Tableau Public, from basic to advanced Build geographic maps to bring context to data Create filters and actions to allow greater interactivity to Tableau Public visualizations and dashboards Publish and embed Tableau visualizations and dashboards in articles In Detail With increasing interest for data visualization in the media, businesses are looking to create effective dashboards that engage as well as communicate the truth of data. Tableau makes data accessible to everyone, and is a great way of sharing enterprise dashboards across the business. Tableau is a revolutionary toolkit that lets you simply and effectively create high-quality data visualizations. This course starts with making you familiar with its features and enable you to develop and enhance your dashboard skills, starting with an overview of what dashboard is, followed by how you can collect data using various mathematical formulas. Next, you'll learn to filter and group data, as well as how to use various functions to present the data in an appealing and accurate way. In the first module, you will learn how to use the key advanced string functions to play with data and images. You will be walked through the various features of Tableau including dual axes, scatterplot matrices, heat maps, and sizing.In the second module, you’ll start with getting your data into Tableau, move onto generating progressively complex graphics, and end with the finishing touches and packaging your work for distribution. This module is filled with practical examples to help you create filled maps, use custom markers, add slider selectors, and create dashboards. You will learn how to manipulate data in various ways by applying various filters, logic, and calculating various aggregate measures. Finally, in the third module, you learn about Tableau Public using which allows readers to explore data associations in multiple-sourced public data, and uses state-of-the-art dashboard and chart graphics to immerse the users in an interactive experience. In this module, the readers can quickly gain confidence in understanding and expanding their visualization, creation knowledge, and quickly create interesting, interactive data visualizations to bring a richness and vibrancy to complex articles. The course provides a great overview for beginner to intermediate Tableau users, and covers the creation of data visualizations of varying complexities. Style and approach The approach will be a combined perspective, wherein we start by performing some basic recipes and move on to some advanced ones. Finally, we perform some advanced analytics and create appealing and insightful data stories using Tableau Public in a step-by-step manner.
Django: Web Development with Python
¥152.59
From an idea to a prototype – a complete guide for web development with the Django framework About This Book Explore the best practices to develop applications of a superior quality with Django framework Unravel the common problems of web development in Django This course teaches you major Django functions and will help you improve your skills by developing models, forms, views, and templates Experience the challenges of working on an end-to-end social network project Who This Book Is For Web developers who want to use modern Python-based web frameworks like Django to build powerful web applications. The course is mostly self-contained and introduces web development with Python to a reader who is familiar with web development concepts and can help him become an expert in this trade. It’s intended for all levels of web developers, both students and practitioners from novice to experts. What You Will Learn Use Django models to store information in the database and generate queries to access a database across models Quickly develop web pages to create, read, update, and delete data from the model using class-based views Generate very maintainable forms with Django Import data from local sources and external web services as well as exporting your data to third parties Deep dive into various aspects of Django from models and views to testing and deployment Familiarize yourself with the various nuances of web development such as browser attacks and databases In Detail Data science is hot right now, and the need for multitalented developers is greater than ever before. A basic grounding in building apps with a framework as minimalistic, powerful, and easy-to-learn as Django will be a useful skill to launch your career as an entrepreneur or web developer. Django is a web framework that was designed to strike a balance between rapid web development and high performance. This course will take you on a journey to become an efficient web developer thoroughly understanding the key concepts of Django framework. This learning path is divided into three modules. The course begins with basic concepts of the Django framework. The first module, Django Essentials, is like a practical guide, filled with many real-world examples to build highly effective Django web application. After getting familiar with core concepts of Django, it's time to practice your learning from the first module with the help of over 90 recipes available in this module. In the second module, Web Development with Django Cookbook, you'll learn varying complexities to help you create multilingual, responsive, and scalable websites with Django. By the end of this module, you will have a good understanding of the new features added to Django 1.8 and be an expert at web development processes.The next step is to discover the latest best practices and idioms in this rapidly evolving Django framework. This is what you'll be learning in our third module, Django Design Patterns and Best Practices. This module will teach you common design patterns to develop better Django code. By the end of the module, you will be able to leverage the Django framework to develop a fully functional web application with minimal effort. Style and approach This course includes all the resources that will help you jump into the web development field with Django and learn how to make scalable and robust web applications. The aim is to create a smooth learning path that will teach you how to get started with the powerful Django framework and perform various web development techniques in depth. Through this comprehensive course, you'll learn web development with Django from scratch to finish!
Puppet: Mastering Infrastructure Automation
¥152.59
Start pulling the strings of your IT infrastructure effectively with Puppet – learn how to configure, customize and manage your systems more intelligently in an enterprise deployment. About This Book ? Step-by-step instructions to jump start your Puppet deployment and automate your IT configurations ? Design, implement, and deploy Puppet in your infrastructure and tackle everyday IT infrastructure challenges ? Gain expert understanding of Puppet's latest and most advanced features Who This Book Is For If you're an experienced IT professional and a new Puppet user, this course will provide you with all you need to know to go from installation to advanced automation. What You Will Learn ? Write and employ individual Puppet manifests ? Understand how Puppet implements system abstraction ? Use Puppet to manage network, cloud, and virtualization devices ? Manage and test the Puppet code workflow ? Tweak, hack, and adapt the Puppet extension points ? Use exported resources to orchestrate change between machines ? Debug a puppetserver using Java techniques In Detail Puppet is a configuration management tool that allows you to automate all your IT configurations, giving you control. It was written for and by system administrators to manage large numbers of systems efficiently and prevent configuration drifts. Puppet gives you control of what you do to each node, when you do it, and how you do it.This Learning Path will take you from the basics of Puppet to extending it and then mastering it. We will start off with a primer on Puppet, its installation and get a sneak peek under its hood. We will then move on to designing and deploying your Puppet architecture, learning best practices for writing reusable and maintainable code, and executing, testing, and deploying Puppet across your systems. Finally, we will deal with problems of scale and exceptions in your code, automate workflows, and support multiple developers working simultaneously.This course is based on the following books: 1. Puppet 4 Essentials - Second Edition 2. Extending Puppet - Second Edition 3. Mastering Puppet - Second Edition Style and approach This learning path follows a practical approach, starting from the basic commands to advanced aspects. Through a series of examples you will learn the most important skills essential to manage your IT infrastructure effectively.
Deep Learning: Practical Neural Networks with Java
¥152.59
Build and run intelligent applications by leveraging key Java machine learning libraries About This Book ? Develop a sound strategy to solve predictive modelling problems using the most popular machine learning Java libraries. ? Explore a broad variety of data processing, machine learning, and natural language processing through diagrams, source code, and real-world applications ? This step-by-step guide will help you solve real-world problems and links neural network theory to their application Who This Book Is For This course is intended for data scientists and Java developers who want to dive into the exciting world of deep learning. It will get you up and running quickly and provide you with the skills you need to successfully create, customize, and deploy machine learning applications in real life. What You Will Learn ? Get a practical deep dive into machine learning and deep learning algorithms ? Explore neural networks using some of the most popular Deep Learning frameworks ? Dive into Deep Belief Nets and Stacked Denoising Autoencoders algorithms ? Apply machine learning to fraud, anomaly, and outlier detection ? Experiment with deep learning concepts, algorithms, and the toolbox for deep learning ? Select and split data sets into training, test, and validation, and explore validation strategies ? Apply the code generated in practical examples, including weather forecasting and pattern recognition In Detail Machine learning applications are everywhere, from self-driving cars, spam detection, document search, and trading strategies, to speech recognitionStarting with an introduction to basic machine learning algorithms, this course takes you further into this vital world of stunning predictive insights and remarkable machine intelligence. This course helps you solve challenging problems in image processing, speech recognition, language modeling. You will discover how to detect anomalies and fraud, and ways to perform activity recognition, image recognition, and text. You will also work with examples such as weather forecasting, disease diagnosis, customer profiling, generalization, extreme machine learning and more. By the end of this course, you will have all the knowledge you need to perform deep learning on your system with varying complexity levels, to apply them to your daily work. The course provides you with highly practical content explaining deep learning with Java, from the following Packt books: 1. Java Deep Learning Essentials 2. Machine Learning in Java 3. Neural Network Programming with Java, Second Edition Style and approach This course aims to create a smooth learning path that will teach you how to effectively use deep learning with Java with other de facto components to get the most out of it. Through this comprehensive course, you’ll learn the basics of predictive modelling and progress to solve real-world problems and links neural network theory to their application
Learning DevOps: Continuously Deliver Better Software
¥152.59
Learn to use some of the most exciting and powerful tools to deliver world-class quality software with continuous delivery and DevOps About This Book Get to know the background of DevOps so you understand the collaboration between different aspects of an IT organization and a software developer Deploy top-quality software and ensure software maintenance and release management with this practical guide This course covers some of the most exciting technology available to DevOps engineers, and demonstrates multiple techniques for using them Real-world and realistic examples are provided to help you as you go about the implementation and adoption of continuous delivery and DevOps Who This Book Is For This course is for developers who want to understand how the infrastructure that builds today's enterprises works, and how to painlessly and regularly ship quality software. What You Will Learn Set up and familiarize yourself with all the tools you need to be efficient with DevOps Design an application that is suitable for continuous deployment systems with DevOps in mind Test the code using automated regression testing with Jenkins Selenium Managing the lifecycle of hosts, from creation to ongoing management using Puppet Razor Find out how to manage, use, and work with Code in the Git version management system See what traps, pitfalls, and hurdles to look out for as you implement continuous delivery and DevOps In Detail Harness the power of DevOps to boost your skill set and make your IT organization perform better. If you’re keen to employ DevOps techniques to better your software development, this course contains all you need to overcome the day-to-day complications of managing complex infrastructures the DevOps way. Start with your first module – Practical DevOps - that encompasses the entire flow from code from testing to production. Get a solid ground-level knowledge of how to monitor code for any anomalies, perform code testing, and make sure the code is running smoothly through a series of real-world exercise, and develop practical skills by creating a sample enterprise Java application. In the second module, run through a series of tailored mini-tutorials designed to give you a complete understanding of every DevOps automation technique. Create real change in the way you deliver your projects by utilizing some of the most commendable software available today. Go from your first steps of managing code in Git to configuration management in Puppet, monitoring using Sensu, and more. In the final module, get to grips with the continuous delivery techniques that will help you reduce the time and effort that goes into the delivery and support of software. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Practical DevOps by Joakim Verona DevOps Automation Cookbook by Michael Duffy Continuous Delivery and DevOps : A Quickstart Guide - Second Edition by Paul Swartout Style and approach This course is an easy to follow project based guide for all those with a keen interest in deploying world-class software using some of the most effective and remarkable technologies available.
Go: Building Web Applications
¥152.59
Build real-world, production-ready solutions by harnessing the powerful features of Go About This Book An easy-to-follow guide that provides everything a developer needs to know to build end-to-end web applications in Go Write interesting and clever, but simple code, and learn skills and techniques that are directly transferable to your own projects A practical approach to utilize application scaffolding to design highly scalable programs that are deeply rooted in go routines and channels Who This Book Is For This book is intended for developers who are new to Go, but have previous experience of building web applications and APIs. What You Will Learn Build a fully featured REST API to enable client-side single page apps Utilize TLS to build reliable and secure sites Learn to apply the nuances of the Go language to implement a wide range of start-up quality projects Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Explore the core syntaxes and language features that enable concurrency in Go Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable Utilize advanced concurrency patterns and best practices to stay low-level without compromising the simplicity of Go itself In Detail Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. This course starts with a walkthrough of the topics most critical to anyone building a new web application. Whether it’s keeping your application secure, connecting to your database, enabling token-based authentication, or utilizing logic-less templates, this course has you covered. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this course will arm you with everything you need to build world-class solutions. It will also take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and the features and structures of Go's concurrency core. It will make you feel comfortable designing a safe, data-consistent, and high-performance concurrent application in Go. This course is an invaluable resource to help you understand Go's powerful features to build simple, reliable, secure, and efficient web applications. Style and approach This course is a step-by-step guide, which starts off with the basics of go programming to build web applications and will gradually move on to cover intermediate and advanced topics. You will be going through this smooth transition by building interesting projects along with the authors, discussing significant options, and decisions at each stage, while keeping the programs lean, uncluttered, and as simple as possible.
Duff Bakes
¥152.31
An inviting, down-to-earth, full-color baking book filled with 130 recipes for irresistible must-bake favorites, from cakes to cookies to brownies to muffins to breads, from the New York Times bestselling star of Food Network’s hit series Ace of Cakes and owner of Charm City Cakes and Duff’s Cake Mix.Duff Goldman may dazzle fans with his breathtaking cake decorating, but behind the rigged-up gravity-defying cakes and fancy fondant is a true pastry chef who understands the fundamentals of making incredibly delicious baked goods at home.In Duff Bakes, he truly gives home bakers the down-to-earth essentials they need for creating mouthwatering favorites. Inside you’ll find the perfect muffin recipe to eat straight while waiting for your morning bus, an easy pizza dough recipe for a quick weeknight dinner, and cookie recipes for every occasion. Filled with Duff’s engaging earthiness and hilarious personality, Duff Bakes includes chapters on different types of pastry dough, a variety of cookies, brownies, muffins, bread, biscuits, pies, cakes and cake decorating, gluten-free and vegan desserts, and much more.Duff provides 130 recipes for a diverse range of goodies, including nutter butter cookies, white chocolate blondies, apple streusel muffins, cereal bars, bacon jalapeno biscuits, banana bourbon cream pie, zucchini lemon cake, and savory bread pudding. Here are a few classics as well, like a re-make of the childhood favorite, Twinkies. Duff Bakes will help both novices and seasoned bakers master the best, most delicious home baked goods, build on their baking successes, hone their skills, and understand the science behind the fundamentals of baking.
The Pioneer Woman Cooks
¥152.31
My name is Ree. Some folks know me as The Pioneer Woman. After years of living in Los Angeles, I made a pit stop in my hometown in Oklahoma on the way to a new, exciting life in Chicago. It was during my stay at home that I met Marlboro Man, a mysterious cowboy with steely blue eyes and a muscular, work-honed body. A strict vegetarian, I fell hard and fast, and before I knew it we were married and living on his ranch in the middle of nowhere, taking care of animals, and managing a brood of four young children. I had no idea how I'd wound up there, but I knew it was exactly where I belonged.The Pioneer Woman Cooks is a homespun collection of photography, rural stories, and scrumptious recipes that have defined my experience in the country. I share many of the delicious cowboy-tested recipes I've learned to make during my years as an accidental ranch wife—including Rib-Eye Steak with Whiskey Cream Sauce, Lasagna, Fried Chicken, Patsy's Blackberry Cobbler, and Cinnamon Rolls—not to mention several "cowgirl-friendly" dishes, such as Sherried Tomato Soup, Olive Cheese Bread, and Crème Br?lée. I show my recipes in full color, step-by-step detail, so it's as easy as pie to follow along.You'll also find colorful images of rural life: cows, horses, country kids, and plenty of chaps-wearing cowboys.I hope you get a kick out of this book of mine. I hope it makes you smile. I hope the recipes bring you recognition, accolades, and marriage proposals. And I hope it encourages even the most harried urban cook to slow down, relish the joys of family, nature, and great food, and enjoy life.
Real Sweet
¥152.31
Fall in love with the magic of natural sugars!From honey and pure maple syrup to smoky muscovado, exotic coconut sugar, and more, there's a world of white-sugar alternatives just waiting to add mind-blowing flavor to your home baking. Real Sweet is the first naturally sweet baking book that's more "hip" than "hippie"—chockablock with eighty-plus recipes ranging from family-friendly favorites to dinner-party showstoppers. This irresistible collection includes Breakfast Cookies; Dark, Fudgy Muscovado Brownies; Raw Sugar and Mascarpone Caramels; and Maple Cream, Chocolate, and Walnut Tart—all without a speck of refined white sugar!Cookbook author and blogger Shauna Sever brings her fresh, modern, and charmingly funny style to this natural-sugars primer, along with tricks for converting your favorite white-sugar recipes, making Real Sweet the go-to inspiration source for the exciting range of natural and unrefined sugars and sweeteners on the market today.
Emma évszázada
¥152.06
Emma évszázada
American Pop:A Novel
¥151.74
AN NPR BEST BOOK OF THE YEAR “Mr. Wright’s imagined history of the rise and fall of the sugary drink empire is so robust and recognizable that you might feel nostalgic for the taste of a soda you’ve never had.” – Sam Sacks, The Wall Street Journal NAMED A MOST ANTICIPATED BOOK BY Parade • Cosmopolitan • Town & Country • AARP • InStyle • Garden & Gun • Vol. 1 BrooklynThe story of a family.The story of an empire. The story of a nation.Moving from Mississippi to Paris to New York and back again, a saga of family, ambition, passion, and tragedy that brings to life one unforgettable Southern dynasty—the Forsters, founders of the world’s first major soft-drink company—against the backdrop of more than a century of American cultural history. The child of immigrants, Houghton Forster has always wanted more—from his time as a young boy in Mississippi, working twelve-hour days at his father’s drugstore; to the moment he first laid eyes on his future wife, Annabelle Teague, a true Southern belle of aristocratic lineage; to his invention of the delicious fizzy drink that would transform him from tiller boy into the founder of an empire, the Panola Cola Company, and entice a youthful, enterprising nation entering a hopeful new age.Now the heads of a preeminent American family spoken about in the same breath as the Hearsts and the Rockefellers, Houghton and Annabelle raise their four children with the expectation they’ll one day become world leaders. The burden of greatness falls early on eldest son Montgomery, a handsome and successful politician who has never recovered from the horrors and heartbreak of the Great War. His younger siblings Ramsey and Lance, known as the “infernal twins,” are rivals not only in wit and beauty, but in their utter carelessness with the lives and hearts of others. Their brother Harold, as gentle and caring as the twins can be cruel, is slowed by a mental disability—and later generations seem equally plagued by misfortune, forcing Houghton to seriously consider who should control the company after he’s gone.An irresistible tour de force of original storytelling, American Pop blends fact and fiction, the mundane and the mythical, and utilizes techniques of historical reportage to capture how, in Nathaniel Hawthorne’s words, “families are always rising and falling in America,” and to explore the many ways in which nostalgia can manipulate cultural memory—and the stories we choose to tell about ourselves.
Sharpe 3-Book Collection 6: Sharpe’s Honour, Sharpe’s Regiment, Sharpe’s Siege
¥151.66
Major Sharpe finds himself a fugitive, hunted by enemy and ally alike. Major Richard Sharpe awaits the opening shots of the army’s campaign with grim expectancy. For victory depends on the increasingly fragile alliance between Britain and Spain – an alliance that must be maintained at any cost. Pierre Ducos, the wily French intelligence officer, sees a chance both to destroy the alliance and to achieve a personal revenge on Richard Sharpe. And when the lovely spy, La Marquesa, takes a hand in the game, Sharpe finds himself enmeshed in a web of political intrigue for which his military expertise has left him fatally unprepared. Soldier, hero, rogue – Sharpe is the man you always want on your side. Born in poverty, he joined the army to escape jail and climbed the ranks by sheer brutal courage. He knows no other family than the regiment of the 95th Rifles whose green jacket he proudly wears.
Love, Laugh, and Eat
¥151.53
PBS host, weight-loss expert, and renowned authority on longevity, Dr. John Tickell shares the secret to a long life: moderation. Moderation in everything except love, laughter, and fish (and a few vegetables!).Based on common sense, sound science, and good food, Love, Laugh, and Eat is an easy-to-follow guide that will help put the bounce back in your step and add years to your life. With his characteristic wit and medical expertise, Dr. Tickell lays out his proven Activity, Coping, and Eating (ACE) program, which simultaneously works out your body, your brain, and your mouth—the three keys to a healthy life—through physical activity and stress-management techniques and his revolutionary Four Simple Rules of Nutrition. He also serves up a seven-day detoxification plan and a series of delicious, manageable, and satisfying meal plans that actually work, as well as his eight Fall-Safe Snacks to keep you energized morning, noon, and night.Through Dr. Tickell's Love, Laugh, and Eat program you will:Look better Sleep better Feel better Love betterInspiring and engaging, Love, Laugh, and Eat is the approach to healthy living and longevity you've been waiting for. Healthy living has never been so easy—or so much fun.
Secrets From the Eating Lab
¥151.53
Is Your Diet Making You Fat?From her Health and Eating Laboratory at the University of Minnesota, Professor Traci Mann researches self-control and dieting. And what she has discovered is groundbreaking: not only do diets not work, they often result in weight gain. We are losing the battle of the bulge because our bodies and brains are not hardwired to resist food—in fact, the very idea of it works against our biological imperative to survive.In Secrets from the Eating Lab, Mann challenges assumptions—including those that make up the foundation of the weight loss industry—about how diets work and why they fail. As Mann explains, most weight loss plans are reliant on the notion of willpower—and willpower is an illusion. Moreover, even when we are able to successfully lose weight, our bodies fight our efforts, seeking to regain the weight we've worked so hard to lose. In the end, we become chronic "yo-yo" dieters, destined to lose and regain the same pounds time and again. The diet industry is well aware of these facts and has tellingly built their business model on the concept of the "repeat customer"; they know we'll be back.The result of more than two decades of research, Secrets from the Eating Lab presents cutting-edge science and offers exciting new insights into the American obesity epidemic and our relationship with food. From redefining "comfort food" to reconsidering healthy food labeling that, ironically, makes us less inclined to make healthy choices, Mann presents an arsenal of simple, common-sense strategies that take advantage of human nature instead of fighting it—helping you to achieve a healthy and sustainable weight.
The End of Dieting
¥151.53
Eat as much as you want, whenever you want. Welcome to the end of dieting.We're fatter, sicker, and hungrier than ever, and the billion-dollar diet industry—with its trendy weight-loss protocols and eat-this-notthat ratios of fat, carbs, and protein—offers only temporary short-term solutions at the expense of our permanent long-term health. As a result, we're trapped in a cycle of food addiction, toxic hunger, and overeating.In The End of Dieting, Joel Fuhrman, M.D., a board-certified doctor and the New York Times bestselling author of Eat to Live and The End of Diabetes, shows us how to break free from this vicious cycle once and for all. Dr. Fuhrman lays out in full all the dietary and nutritional advice necessary to eat our way to a healthier and happier life. At the center of his revolutionary plan is his trademark health formula: Health = Nutrients/Calories. Foods high in nutrient density, according to Dr. Fuhrman, are more satisfying than foods high in calories. They eliminate our cravings for fat, sweets, and carbs. The more nutrient-dense food we consume, the more our bodies can function as the self-healing machines they're designed to be. Weight drops, diseases reverse course and disappear, and our lives become longer and healthier.The End of Dieting is the book we have been waiting for—a proven, effective, and sustainable approach to eating that lets us prevent and reverse disease, lose weight, and reclaim our right to excellent health.
Scratched:A Memoir of Perfectionism
¥151.53
“Reading Scratched gave me the feeling of standing very close to a blazing fire. It is that brilliant, that intense, and one of the finest explorations I know of what it means to be a woman and an artist.”—Sigrid Nunez, author of The Friend and Winner of the National Book Award for FictionIn a bold and brilliant memoir that reinvents the form, the acclaimed author of the novel Museum Pieces and the collection Mendocino Fire explores the ferocious desire for perfection which has shaped her writing life as well as her rich, dramatic, and constantly surprising personal life.Scratched is an intimate account of the uses a child, and the adult she becomes, will find for perfectionism and the role it will play in every part of her life. Elizabeth Tallent’s story begins in a hospital in mid-1950s suburban Washington, D.C., when her mother refuses to hold her newborn daughter, shocking behavior that baffles the nurses. Imagining her own mother’s perfectionist ideal at this critical moment, Elizabeth moves back and forth in time, juxtaposing moments in the past with the present in this innovative and spellbinding narrative.Elizabeth traces her journey from her early years in which she perceived herself as “the child whose flaws let disaster into an otherwise perfect family,” to her adulthood, when perfectionism came to affect everything. In the decade between 27 and 37, she publishes five literary books with Knopf and her short stories appear in The New Yorker. But this extraordinary start to her career is followed by twenty-two years of silence. She wrote, or rather published, nothing at all. Why? Scratched is the remarkable response to that question.Elizabeth’s early publications secure her a coveted teaching job at Stanford University. As she toggles between Palo Alto and the Mendocino coast where she lives, raises her son Gabriel, and pursues an important psychoanalysis, Elizabeth grapples with the perfectionism that has always been home to her. Eventually, she finds love and acceptance in the most unlikely place, and finally accepts an “as is” relationship with herself and others. Her final triumph is the writing of this memoir, filled with wit, humor, and heart, and unlike any other you will read. Scratched is a brave book that repeatedly searches for the emotional truth beneath the conventional surface of existence.
Collusion
¥151.53
Never before has the so-called mainstream media shown such naked political bias as in the 2012 presidential election. In 2012 Barack Obama was narrowly reelected, with naked support from a liberal media desperate to hide his failures, trumpet his accomplishments, and discredit his GOP rivals. Bachmann, Perry, Cain, Gingrich, Santorum: one by one the media took them apart using hidden-camera exposés, innuendo from anonymous accusers, repetition of harmful sound bites, and irrelevant—even untrue—storytelling. As soon as Mitt Romney emerged as the Republican Party's nominee, the liberal media went to work in earnest. They repeated Obama's campaign caricatures that Romney terrified his family dog, enjoyed firing people, and was nothing more than a willing tool of wealthy radical-right extremists. The Washington Post published a 5,400-word "exposé" on the allegation that in 1965 he may have pinned down a boy and cut his hair. Those same Post readers were then treated to 5,500 words on Barack Obama's lifelong love of basketball. Unquestionably, 2012 was the year when the liberal news media did all in their power to steal the presidential election—and they arguably succeeded. Media Research Center Founder and President Brent Bozell and MRC Director of Media Analysis Tim Graham provide the dramatic and conclusive evidence to prove this point—and show conservatives how to put an end to the leftist media agenda threatening democracy itself.