Your Brain at Work: Strategies for Overcoming Distraction, Regaining Focus, and Working Smarter All Day Long


David Rock - 2009
    Their lives, like all of ours, are filled with a bewildering blizzard of emails, phone calls, yet more emails, meetings, projects, proposals, and plans. Just staying ahead of the storm has become a seemingly insurmountable task.In this book, we travel inside Emily and Paul's brains as they attempt to sort the vast quantities of information they're presented with, figure out how to prioritize it, organize it and act on it. Fortunately for Emily and Paul, they're in good hands: David Rock knows how the brain works-and more specifically, how it works in a work setting. Rock shows how it's possible for Emily and Paul, and thus the reader, not only to survive in today's overwhelming work environment but succeed in it-and still feel energized and accomplished at the end of the day.YOUR BRAIN AT WORK explores issues such as:- why our brains feel so taxed, and how to maximize our mental resources- why it's so hard to focus, and how to better manage distractions- how to maximize your chance of finding insights that can solve seemingly insurmountable problems- how to keep your cool in any situation, so that you can make the best decisions possible- how to collaborate more effectively with others- why providing feedback is so difficult, and how to make it easier- how to be more effective at changing other people's behavior

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

The Product Manager's Survival Guide: Everything You Need to Know to Succeed as a Product Manager


Steven Haines - 2013
    The world of business is moving at breakneck speed. More is being demanded of everyone--with fewer resources than ever. In no profession is this more apparent than Product Management.Written by one of today's leading Product Management thought-leaders, Steven Haines, The Product Manager's Survival Guide provides best practices, practical on-the-job advice, and a step-by-step blueprint for succeeding in Product Management. Whatever your level of experience--whether you're a novice product manager or seasoned Product Management leader--you'll find everything you need to make consistent positive impacts on your business.With this practical guide in your hands, you have the most powerful tool available for increasing your productivity quickly and dramatically--in a way that is noticeable and measurable.The Product Manager's Survival Guide is conveniently organized into four sections:I. Getting Your Bearings: Map out your plan to begin the journey to successII. Learning the Product's Business: Go beyond features and functions to become the product expert, customer advocate, and domain expertIII. Getting Work Done: Synchronize and orchestrate the work of others to help everyone maintain focus on company goalsIV. Moving Forward: Round out your experience to take the next critical steps in your Product Management careerThe only way to excel as a product manager is to develop a strategy for the long run. Start formulating one now and you will be well ahead of your competition--internally and externally. The Product Manager's Survival Guide gives you the tools and insight you need to start putting the pieces in place now--so you can succeed well into the future.

The Six SIGMA Handbook: A Complete Guide for Greenbelts, Blackbelts, and Managers at All Levels


Thomas Pyzdek - 2000
    This book provides an overview of the management goals, training issues involved in a Six Sigma implementation, and the underlying philosophy. It explains the problem-solving techniques and statistical tools most often used in Six Sigma.

The Productive Programmer


Neal Ford - 2008
    The Productive Programmer offers critical timesaving and productivity tools that you can adopt right away, no matter what platform you use. Master developer Neal Ford not only offers advice on the mechanics of productivity-how to work smarter, spurn interruptions, get the most out your computer, and avoid repetition-he also details valuable practices that will help you elude common traps, improve your code, and become more valuable to your team. You'll learn to:Write the test before you write the codeManage the lifecycle of your objects fastidiously Build only what you need now, not what you might need later Apply ancient philosophies to software development Question authority, rather than blindly adhere to standardsMake hard things easier and impossible things possible through meta-programming Be sure all code within a method is at the same level of abstraction Pick the right editor and assemble the best tools for the job This isn't theory, but the fruits of Ford's real-world experience as an Application Architect at the global IT consultancy ThoughtWorks. Whether you're a beginner or a pro with years of experience, you'll improve your work and your career with the simple and straightforward principles in The Productive Programmer.