Book picks similar to
Heard on the Street: Quantitative Questions from Wall Street Job Interviews by Timothy Falcon Crack
finance
quant
career
technical-books
The Developer's Code: What Real Programmers Do
Ka Wai Cheung - 2012
There are no trite superlatives here. Packed with lessons learned from more than a decade of software development experience, author Ka Wai Cheung takes you through the programming profession from nearly every angle to uncover ways of sustaining a healthy connection with your work. You'll see how to stay productive even on the longest projects. You'll create a workflow that works with you, not against you. And you'll learn how to deal with clients whose goals don't align with your own. If you don't handle them just right, issues such as these can crush even the most seasoned, motivated developer. But with the right approach, you can transcend these common problems and become the professional developer you want to be. In more than 50 nuggets of wisdom, you'll learn: Why many traditional approaches to process and development roles in this industry are wrong - and how to sniff them out. Why you must always say "no" to the software pet project and open-ended timelines. How to incorporate code generation into your development process, and why its benefits go far beyond just faster code output. What to do when your client or end user disagrees with an approach you believe in. How to pay your knowledge forward to future generations of programmers through teaching and evangelism. If you're in this industry for the long run, you'll be coming back to this book again and again.
Lifetypes
Sandra Krebs Hirsh - 1989
Based on the Myers-Briggs personality test, this guide will help readers develop a complete, accurate psychological self-portrait and show them how to achieve success in life.
Theory of Games and Economic Behavior
John von Neumann - 1944
What began more than sixty years ago as a modest proposal that a mathematician and an economist write a short paper together blossomed, in 1944, when Princeton University Press published Theory of Games and Economic Behavior. In it, John von Neumann and Oskar Morgenstern conceived a groundbreaking mathematical theory of economic and social organization, based on a theory of games of strategy. Not only would this revolutionize economics, but the entirely new field of scientific inquiry it yielded--game theory--has since been widely used to analyze a host of real-world phenomena from arms races to optimal policy choices of presidential candidates, from vaccination policy to major league baseball salary negotiations. And it is today established throughout both the social sciences and a wide range of other sciences.This sixtieth anniversary edition includes not only the original text but also an introduction by Harold Kuhn, an afterword by Ariel Rubinstein, and reviews and articles on the book that appeared at the time of its original publication in the New York Times, tthe American Economic Review, and a variety of other publications. Together, these writings provide readers a matchless opportunity to more fully appreciate a work whose influence will yet resound for generations to come.
Flash Boys: Not So Fast: An Insider's Perspective on High-Frequency Trading
Peter Kováč - 2014
stock market is rigged. This is an extraordinarily serious accusation. If it is true that a conspiracy of stock exchanges, banks, regulators and high-frequency traders has rigged the market, this has profound implications for every aspect of our financial system. It’s rather surprising, then, that this book alleging a vast high-frequency trading conspiracy included no high-frequency traders. Flash Boys lacks a single insider’s account, and it shows. Electronic trading is extremely complicated, and if you neglect to talk to any electronic traders, you’re probably going to get it wrong. Flash Boys: Not So Fast, written by a former high-frequency trading executive and regulatory compliance expert, provides the missing insider’s perspective on today’s stock market and answers the question of whether or not Michael Lewis is right. Not So Fast reviews the alleged scams described by Lewis and applies the same rigorous analysis that real trading strategies are subjected to, methodically walking through them step by step and explaining what is actually possible in today’s markets and what is not. Extensively researched and documented, Not So Fast provides a clear, accurate picture of how today’s markets operate, including what works, what doesn’t work, and what changes need to be made.
Ripples from the Zambezi: Passion, Entrepreneurship, and the Rebirth of Local Economies
Ernesto Sirolli - 1995
Through "Enterprise Facilitation," depressed communities can build lasting hope and prosperity by first helping individuals recognize their talents and their business passion, and then provide the skills necessary to transform their dreams into meaningful and rewarding work.
Python Machine Learning
Sebastian Raschka - 2015
We are living in an age where data comes in abundance, and thanks to the self-learning algorithms from the field of machine learning, we can turn this data into knowledge. Automated speech recognition on our smart phones, web search engines, e-mail spam filters, the recommendation systems of our favorite movie streaming services – machine learning makes it all possible.Thanks to the many powerful open-source libraries that have been developed in recent years, machine learning is now right at our fingertips. Python provides the perfect environment to build machine learning systems productively.This book will teach you the fundamentals of machine learning and how to utilize these in real-world applications using Python. Step-by-step, you will expand your skill set with the best practices for transforming raw data into useful information, developing learning algorithms efficiently, and evaluating results.You will discover the different problem categories that machine learning can solve and explore how to classify objects, predict continuous outcomes with regression analysis, and find hidden structures in data via clustering. You will build your own machine learning system for sentiment analysis and finally, learn how to embed your model into a web app to share with the world
Why Information Grows: The Evolution of Order, from Atoms to Economies
Cesar A. Hidalgo - 2015
He believes that we should investigate what makes some countries more capable than others. Complex products—from films to robots, apps to automobiles—are a physical distillation of an economy’s knowledge, a measurable embodiment of its education, infrastructure, and capability. Economic wealth accrues when applications of this knowledge turn ideas into tangible products; the more complex its products, the more economic growth a country will experience.A radical new interpretation of global economics, Why Information Grows overturns traditional assumptions about the development of economies and the origins of wealth and takes a crucial step toward making economics less the dismal science and more the insightful one.
HBR Guide to Office Politics
Karen Dillon - 2014
Agendas compete. Turf wars erupt. But you need to work productively with your colleagues—even difficult ones—for the good of your organization and your career. How can you do that without compromising your personal values? By acknowledging that power dynamics and unwritten rules exist—and navigating them constructively.The HBR Guide to Office Politics will help you succeed at work without being a power grabber or a corporate climber. Instead you’ll cultivate a political strategy that’s authentic to you. You’ll learn how to:• Gain influence without losing your integrity• Contend with backstabbers and bullies• Work through tough conversations• Manage tensions when resources are scarce• Get your share of choice assignments• Accept that not all conflict is badArm yourself with the advice you need to succeed on the job, from a source you trust. Packed with how-to essentials from leading experts, the HBR Guides provide smart answers to your most pressing work challenges.
RESTful Web Services
Leonard Richardson - 2007
But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's web service technologies have lost sight of the simplicity that made the Web successful. They don't work like the Web, and they're missing out on its advantages. This book puts the "Web" back into web services. It shows how you can connect to the programmable web with the technologies you already use every day. The key is REST, the architectural style that drives the Web. This book:Emphasizes the power of basic Web technologies -- the HTTP application protocol, the URI naming standard, and the XML markup language Introduces the Resource-Oriented Architecture (ROA), a common-sense set of rules for designing RESTful web services Shows how a RESTful design is simpler, more versatile, and more scalable than a design based on Remote Procedure Calls (RPC) Includes real-world examples of RESTful web services, like Amazon's Simple Storage Service and the Atom Publishing Protocol Discusses web service clients for popular programming languages Shows how to implement RESTful services in three popular frameworks -- Ruby on Rails, Restlet (for Java), and Django (for Python) Focuses on practical issues: how to design and implement RESTful web services and clients This is the first book that applies the REST design philosophy to real web services. It sets down the best practices you need to make your design a success, and the techniques you need to turn your design into working code. You can harness the power of the Web for programmable applications: you just have to work with the Web instead of against it. This book shows you how.
The Practice of Programming (Addison-Wesley Professional Computing Series)
Brian W. Kernighan - 1999
With the same insight and authority that made their book The Unix programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive.
Data Science for Business: What you need to know about data mining and data-analytic thinking
Foster Provost - 2013
This guide also helps you understand the many data-mining techniques in use today.Based on an MBA course Provost has taught at New York University over the past ten years, Data Science for Business provides examples of real-world business problems to illustrate these principles. You’ll not only learn how to improve communication between business stakeholders and data scientists, but also how participate intelligently in your company’s data science projects. You’ll also discover how to think data-analytically, and fully appreciate how data science methods can support business decision-making.Understand how data science fits in your organization—and how you can use it for competitive advantageTreat data as a business asset that requires careful investment if you’re to gain real valueApproach business problems data-analytically, using the data-mining process to gather good data in the most appropriate wayLearn general concepts for actually extracting knowledge from dataApply data science principles when interviewing data science job candidates
Unscaled: How AI and a New Generation of Upstarts Are Creating the Economy of the Future
Hemant Taneja - 2018
An innovative trend combining technology with economics is unraveling behemoth industries -- including corporations, banks, farms, media conglomerates, energy systems, governments, and schools-that have long dominated business and society. Size and scale have become a liability. A new generation of upstarts is using artificial intelligence to automate tasks that once required expensive investment, and "renting" technology platforms to build businesses for hyper-focused markets, enabling them to grow big without the bloat of giant organizations. In Unscaled, venture capitalist Hemant Taneja explains how the unscaled phenomenon allowed Warby Parker to cheaply and easily start a small company, build a better product, and become a global competitor in no time, upending entrenched eyewear giant Luxottica. It similarly enabled Stripe to take on established payment processors throughout the world, and Livongo to help diabetics control their disease while simultaneously cutting the cost of treatment. The unscaled economy is remaking massive, deeply rooted industries and opening up fantastic possibilities for entrepreneurs, imaginative companies, and resourceful individuals. It can be the model for solving some of the world's greatest problems, including climate change and soaring health-care costs, but will also unleash new challenges that today's leaders must address.
Python Cookbook
David Beazley - 2002
Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.Topics include:Data Structures and AlgorithmsStrings and TextNumbers, Dates, and TimesIterators and GeneratorsFiles and I/OData Encoding and ProcessingFunctionsClasses and ObjectsMetaprogrammingModules and PackagesNetwork and Web ProgrammingConcurrencyUtility Scripting and System AdministrationTesting, Debugging, and ExceptionsC Extensions
Stylin' with CSS: A Designer's Guide
Charles Wyke-Smith - 2005
Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multi-column page layouts without the use of tables. Learn how to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS no JavaScript required. Discover how to design code that will work on the latest standard-compliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. You ll be stylin in no time!"
Quantitative Trading: How to Build Your Own Algorithmic Trading Business
Ernest P. Chan - 2008
Ernest Chan, a respected independent trader and consultant, will show you how. Whether you're an independent retail trader looking to start your own quantitative trading business or an individual who aspires to work as a quantitative trader at a major financial institution, this practical guide contains the information you need to succeed.