Marknadens största urval
Snabb leverans

Böcker utgivna av O'Reilly Media

Filter
Filter
Sortera efterSortera Populära
  • av Bonnie Eisenman
    775,-

    Get a practical introduction to React Native, the JavaScript framework for writing and deploying fully featured mobile apps that render natively. The second edition of this hands-on guide shows you how to build applications that target iOS, Android, and other mobile platforms instead of browsers.

  • Spara 10%
    - Data Mining Facebook, Twitter, LinkedIn, Instagram, GitHub, and More
    av Mikhail Klassen & Matthew A. Russell
    545,-

    Mine the rich data tucked away in popular social websites such as Twitter, Facebook, LinkedIn, and Instagram. With the third edition of this popular guide, data scientists, analysts, and programmers will learn how to glean insights from social mediaincluding whos connecting with whom, what theyre talking about, and where theyre locatedusing Python code examples, Jupyter notebooks, or Docker containers.In part one, each standalone chapter focuses on one aspect of the social landscape, including each of the major social sites, as well as web pages, blogs and feeds, mailboxes, GitHub, and a newly added chapter covering Instagram. Part two provides a cookbook with two dozen bite-size recipes for solving particular issues with Twitter.Get a straightforward synopsis of the social web landscapeUse Docker to easily run each chapters example code, packaged as a Jupyter notebookAdapt and contribute to the codes open source GitHub repositoryLearn how to employ best-in-class Python 3 tools to slice and dice the data you collectApply advanced mining techniques such as TFIDF, cosine similarity, collocation analysis, clique detection, and image recognitionBuild beautiful data visualizations with Python and JavaScript toolkits

  • Spara 11%
    - Keeping the Easy, Hard, and Impossible Within Reach
    av brian d foy
    575,-

    If youre ready to get started with Perl 6, this is the book you want, whether youre a programmer, system administrator, or web hacker. Perl 6 is a new languagea modern reinvention of Perl suitable for almost any task, from short fixes to complete web applications. This hands-on tutorial gets you started.Author brian d foy (Mastering Perl) provides a sophisticated introduction to this new programming language. Each chapter in this guide contains exercises to help you practice what you learn as you learn it. Other books may teach you to program in Perl 6, but this book will turn you into a Perl 6 programmer.Learn how to work with:Numbers, strings, blocks, and positionalsFiles and directories and input/outputAssociatives, subroutines, classes, and rolesJunctions and setsRegular expressions and built-in grammarsConcurrency features: Promises, supplies, and channelsControlling external programs and other advanced features

  • Spara 20%
    av Geraldine van der Auwera
    779

    Data in the genomics field is booming. With this practical book, researchers will learn how to work with genomics algorithms using open source tools including the Genome Analysis Toolkit (GATK), Docker, WDL, and Terra.

  • - A Practical Guide to Technology for Equity and Fixed Income Analysts
    av Justin Pauley
    659,-

    Investors recognize that technology is a powerful tool for obtaining and interpreting financial data that could give them the one thing everyone on Wall Street wants: an edge. Yet, many dont realize that you dont need to be a programmer to access behind-the-scenes financial information from Bloomberg, IHS Markit, or other systems found at most banks and investment firms.This practical guide teaches analysts a useful subset of Excel skills that will enable them to access and interpret financial informationwithout any prior programming experience. This book will show analysts, step-by-step, how to quickly produce professional reports that combine their views with Bloomberg or Markit data including historical financials, comparative analysis, and relative value. For portfolio managers, this book demonstrates how to create professional summary reports that contain a high-level view of a portfolios performance, growth, risk-adjusted return, and composition. If you are a programmer, this book also contains a parallel path that covers the same topics using C#.Topics include:Access additional data that isnt visible on Bloomberg screensCreate tables containing corporate data that makes it possible to compare multiple companies, bonds, or loans side-by- sideBuild one-page analytic (Tear Sheet) reports for individual companies that incorporates important financials, custom notes, relative value comparison of the company to its peers, and price trends with research analyst targetsBuild two-page portfolio summary report that contains a high-level view of the portfolios performance, growth, risk-adjusted return, and compositionExplore daily prices and facility information for most of the tradable corporate bond and loan marketDetermine the relationship between two securities (or index) using correlation and regressionCompare each securitys performance to a cohort made of up of securities with similar risk and return characteristicsMeasure portfolio risk-adjusted return by calculating variance, standard deviation, and Sharpe ratioUse Markit data to identify meaningful trends in prices, new issue spreads, and refinancings

  • av K Ceceri
    269,-

    Creating new instruments is much more than an art form. When you want to make a note sound higher or lower, you have to change the sound waves coming out of the instrument. That's science! When you explore the way different materials produce different sounds, that's engineering.

  • av Matthew Borgatti
    275,-

    This book introduces soft-robotics concepts to students, inventors, and makers with easy-to-understand explanations and hands-on DIY projects.

  • Spara 18%
    - Embedded Programming with Microcontrollers and Python
    av Nicholas H. Tollervey
    445

    Its an exciting time to get involved with MicroPython, the re-implementation of Python 3 for microcontrollers and embedded systems. This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If youre familiar with Python as a programmer, educator, or maker, youre ready to learnand have fun along the way.Author Nicholas Tollervey takes you on a journey from first steps to advanced projects. Youll explore the types of devices that run MicroPython, and examine how the language uses and interacts with hardware to process input, connect to the outside world, communicate wirelessly, make sounds and music, and drive robotics projects.Work with MicroPython on four typical devices: PyBoard, the micro:bit, Adafruits Circuit Playground Express, and ESP8266/ESP32 boardsExplore a framework that helps you generate, evaluate, and evolve embedded projects that solve real problemsDive into practical MicroPython examples: visual feedback, input and sensing, GPIO, networking, sound and music, and roboticsLearn how idiomatic MicroPython helps you express a lot with the minimum of resourcesTake the next step by getting involved with the Python community

  • Spara 11%
    av Susan Fowler
    385,-

    In this practical book, author Susan Fowler presents a set of microservice standards in depth, drawing from her experience standardizing over a thousand microservices at Uber. You'll learn how to design microservices that are stable, reliable, scalable, fault tolerant, performant, monitored, documented, and prepared for any catastrophe.

  • av Peter Mcgowan
    429,-

    Learn how to work with the Automate feature of CloudForms, the powerful Red Hat cloud management platform that lets you administer your virtual infrastructure, including hybrid public and private clouds. This practical introduction shows you how to increase your operational efficiency by automating day-to-day tasks that now require manual input.

  • Spara 11%
    av Simon St Laurent
    385,-

    In this updated second edition, author Simon St.Laurent shows you how to write simple Erlang programs by teaching you one skill at a time. By the end of your journey, you'll understand why Erlang is ideal for concurrency and resilience.

  • Spara 19%
    - Conversations About Running Production Systems at Scale
    av David N. Blank-Edelman
    527,99

    Organizations big and small have started to realize just how crucial system and application reliability is to their business. Theyve also learned just how difficult it is to maintain that reliability while iterating at the speed demanded by the marketplace. Site Reliability Engineering (SRE) is a proven approach to this challenge.SRE is a large and rich topic to discuss. Google led the way with Site Reliability Engineering, the wildly successful OReilly book that described Googles creation of the discipline and the implementation thats allowed them to operate at a planetary scale. Inspired by that earlier work, this book explores a very different part of the SRE space. The more than two dozen chapters in Seeking SRE bring you into some of the important conversations going on in the SRE world right now.Listen as engineers and other leaders in the field discuss:Different ways of implementing SRE and SRE principles in a wide variety of settingsHow SRE relates to other approaches such as DevOpsSpecialties on the cutting edge that will soon be commonplace in SREBest practices and technologies that make practicing SRE easierThe important but rarely explored human side of SREDavid N. Blank-Edelman is the books curator and editor.

  • Spara 14%
    - A Project-Driven Guide to Fundamentals in Java
    av Raoul-Gabriel Urma & Richard Warburton
    559,-

    Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way.With this engaging approach, junior developers capable of writing basic Java code will learn about state-of-the-art software development practices for building modern, robust and maintainable Java software. Youll work with many different software development topics that are often excluded from software develop how-to references.Featuring real-world examples, this book teaches you techniques and methodologies for functional programming, automated testing, security, architecture, and distributed systems.

  • Spara 10%
    - A Learner's Guide to Coding and Computational Thinking
    av Eric Freeman
    549,-

    What will you learn from this book?Its no secret the world around you is becoming more connected, more configurable, more programmable, more computational. You can remain a passive participant, or you can learn to code. With Head First Learn to Code youll learn how to think computationally and how to write code to make your computer, mobile device, or anything with a CPU do things for you. Using the Python programming language, youll learn step by step the core concepts of programming as well as many fundamental topics from computer science, such as data structures, storage, abstraction, recursion, and modularity.Why does this book look so different?Based on the latest research in cognitive science and learning theory, Head First Learn to Code uses a visually rich format to engage your mind, rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.

  • av Tim Deagan
    415,-

    The book is perfect for makers new to leatherworking, as well as experienced leatherworkers who want to understand how to integrate new digital fabrication tools into their workbench. Written by an experienced leatherworker and programmer, this is a resource that makers will turn to again and again.

  • - Minecraft in the Real World with LEGO, 3D Printing, Arduino, and More!
    av John Baichtal
    305,-

    Minecraft for Makers explores the intersection of this creative and beloved electronic game with the real world. It gives readers the opportunity to take familiar objects from the game - such as blocks, jack o'lanterns, and mobs - and make real-world versions of them.

  • av Mike Senese
    159,-

    Make: Volume 57 is all about cheap computers and microcontrollers! First, go in depth with maker luminary Limor Fried and the rockstars at Adafruit in our cover story. Then, take a look at the coolest new boards that should be on your radar this year, or make your own with the new Voltera V-One desktop circuit board printer.

  • - A Beginner's Guide to the Skills, Tools, and Ideas of the Maker Movement
    av David Lang
    305,-

    Zero to Maker is the career guide for the maker movement. Fun and readable, it's the fastest way to understand and join in our digital manufacturing future.

  • Spara 19%
    - Principles and Techniques for Data Scientists
    av Amanda Casari & Alice Zheng
    579

    Feature engineering is a crucial step in the machine-learning pipeline, yet this topic is rarely examined on its own. With this practical book, youll learn techniques for extracting and transforming featuresthe numeric representations of raw datainto formats for machine-learning models. Each chapter guides you through a single data problem, such as how to represent text or image data. Together, these examples illustrate the main principles of feature engineering.Rather than simply teach these principles, authors Alice Zheng and Amanda Casari focus on practical application with exercises throughout the book. The closing chapter brings everything together by tackling a real-world, structured dataset with several feature-engineering techniques. Python packages including numpy, Pandas, Scikit-learn, and Matplotlib are used in code examples.Youll examine:Feature engineering for numeric data: filtering, binning, scaling, log transforms, and power transformsNatural text techniques: bag-of-words, n-grams, and phrase detectionFrequency-based filtering and feature scaling for eliminating uninformative featuresEncoding techniques of categorical variables, including feature hashing and bin-countingModel-based feature engineering with principal component analysisThe concept of model stacking, using k-means as a featurization techniqueImage feature extraction with manual and deep-learning techniques

  • Spara 18%
    - Collective Wisdom from the Experts
    av Trisha Gee & Kevlin Henney
    445

    If you want to push your Java skills to the next level, this book provides expert advice from Java leaders and practitioners. Youll be encouraged to look at problems in new ways, take broader responsibility for your work, stretch yourself by learning new techniques, and become as good at the entire craft of development as you possibly can.Edited by Kevlin Henney and Trisha Gee, 97 Things Every Java Programmer Should Know reflects lifetimes of experience writing Java software and living with the process of software development. Great programmers share their collected wisdom to help you rethink Java practices, whether working with legacy code or incorporating changes since Java 8.A few of the 97 things you should know:"e;Behavior Is Easy, State Is Hard"e;Edson YanagaLearn Java Idioms and Cache in Your BrainJeanne BoyarskyJava Programming from a JVM Performance PerspectiveMonica Beckwith"e;Garbage Collection Is Your Friend"e;Holly K CumminsJava's Unspeakable TypesBen Evans"e;The Rebirth of Java"e;Sander MakDo You Know What Time It Is?Christin Gorman

  • av Joost Visser
    359,-

    Have you ever felt frustrated working with someone else's code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, you'll learn 10 easy-to-follow guidelines for delivering Java software that's easy to maintain and adapt

  • av O'reilly Media Inc
    115,-

    The coloring book includes 12 images from the O'Reilly Animal image archive, converted for coloring by O'Reilly designer Karen Montgomery. These beautiful reproductions of 19th century engravings are printed on heavyweight paper with nothing on the back to compromise your own colorful masterpieces.

  • av Mike Senese
    159,-

    Delve into classic projects like building a tin can camping stove and making your own signature cocktail bitters, then organize your cupboard with a periodic table of spices and construct a superior, microcontroller-driven cold brew coffee tower.

  • - Building a Nonstop Content Marketing Machine
    av Laura Busche
    485

    Your new product is ready to launch and youre itching to tell potential customers all about it. But how do you make your message stand out above all the noise and marketing clutter? Take the guesswork out of content management with this hands-on guide. Youll learn how to produce and manage powerful content pieces that speak directly to customers and compel them to respond.Author Laura Busche walks you through content strategies and tactics drawn from business, design, and psychology insights. Packed with examples and exercises, this book teaches you how to tell your story with engaging copy, potent images, and striking designall carefully orchestrated through well-oiled production management. Solopreneurs, startups, marketing managers, and execs will learn 10 Essential Steps to Content Success, with deep dives into:Content strategy: understand your audience, choose and prioritize channels, and find your brands core themes, voice, and toneContent creation: craft an engaging experience with content formats and copywriting formulas and templatesContent management: organize, delegate, and supervise tasks; optimize the content production process to reuse successful patterns

  • Spara 20%
    av Benjamin Bengfort
    575

    This practical book presents a data scientist's approach to building language-aware products with applied machine learning.

  • av Bill Havanki
    545,-

    This hands-on guide shows developers and systems administrators familiar with Hadoop how to install, use, and manage cloud-born clusters efficiently. You'll learn how to architect clusters that work with cloud-provider features-not just to avoid pitfalls, but also to take full advantage of these services.

  • Spara 13%
    - Powerful and Scalable Data Storage
    av Shannon Bradshaw
    625,-

    Manage your data with a system designed to support modern application development. Updated for MongoDB 4.2, the third edition of this authoritative and accessible guide shows you the advantages of using document-oriented databases.

  • - Shrink, Load, and Deliver Images for Speed
    av Mike Mccall, Nick Doyle, Yoav Weiss, m.fl.
    349,-

    High-quality images have an amazing power of attraction. Just add some stunning photos and graphics to your website or app and watch your user engagement and conversion numbers climb. It can be tricky, but with this practical guide, youll master the many facets of delivering high performance images on the internetwithout adversely affecting site performance.Youll learn the nuts and bolts of color theory, image formats, storage and management, operations delivery, browser and application behavior, the responsive web, and many other topics. Ideal for developers, this book also provides useful tips, tricks, and practical theory for processing and displaying powerful images that wont slow down your online product.Explore digital image theory and the different formats availableDive into JPEGs, SVG and vector images, lossless compression, and other formatsUse techniques for downloading and rendering images in a browser, and for loading images on mobile devices and cellular networksExamine specific rendering techniques, such as lazy loading, image processing, image consolidation, and responsive imagesTake responsive images to the next level by using content negotiation between browser and server with the Client Hints HTTP standardLearn how to operationalize your image workflowContributors include Colin Bendell, Tim Kadlec, Yoav Weiss, Guy Podjarny, Nick Doyle, and Mike McCall from Akamai Technologies.

  • av William Gurstelle
    305,-

    Industrial Revolutionaries is the second volume in William Gurstelle's unique exploration of history's great inventors. Each chapter revisits the life and times of one of the important inventors of the Industrial Revolution. Uniquely, this book also gives you step-by-step instructions for recreating the invention yourself.

  • Spara 11%
    - A Practical Guide to Smarter Programming
    av Colin Gillespie & Robin Lovelace
    385,-

    There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectivelyuntil now. This hands-on book teaches novices and experienced R users how to write efficient R code.Drawing on years of experience teaching R courses, authors Colin Gillespie and Robin Lovelace provide practical advice on a range of topicsfrom optimizing the set-up of RStudio to leveraging C++that make this book a useful addition to any R users bookshelf. Academics, business users, and programmers from a wide range of backgrounds stand to benefit from the guidance in Efficient R Programming.Get advice for setting up an R programming environmentExplore general programming concepts and R coding techniquesUnderstand the ingredients of an efficient R workflowLearn how to efficiently read and write data in RDive into data carpentrythe vital skill for cleaning raw dataOptimize your code with profiling, standard tricks, and other methodsDetermine your hardware capabilities for handling R computationMaximize the benefits of collaborative R programmingAccelerate your transition from R hacker to R programmer

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.