Hands  [洋書]
 
 
7919件中 91件 - 120件  1 2 3 4 5 6 7 8 9
商品説明価格

Hands-On Graph Analytics with Neo4j Perform graph processing and visualization techniques using connected data across your enterprise【電子書籍】[ Estelle Scifo ]

楽天Kobo電子書籍ストア
<p><strong>Discover how to use Neo4j to identify relationships within complex and large graph datasets using graph modeling, graph algorithms, and machine learning</strong></p> <h4>Key Features</h4> <ul> <li>Get up and running with graph analytics with the help of real-world examples</li> <li>Explore various use cases such as fraud detection, graph-based search, and recommendation systems</li> <li>Get to grips with the Graph Data Science library with the help of examples, and use Neo4j in the cloud for effective application scaling</li> </ul> <h4>Book Description</h4> <p>Neo4j is a graph database that includes plugins to run complex graph algorithms.</p> <p>The book starts with an introduction to the basics of graph analytics, the Cypher query language, and graph architecture components, and helps you to understand why enterprises have started to adopt graph analytics within their organizations. You'll find out how to implement Neo4j algorithms and techniques and explore various graph analytics methods to reveal complex relationships in your data. You'll be able to implement graph analytics catering to different domains such as fraud detection, graph-based search, recommendation systems, social networking, and data management. You'll also learn how to store data in graph databases and extract valuable insights from it. As you become well-versed with the techniques, you'll discover graph machine learning in order to address simple to complex challenges using Neo4j. You will also understand how to use graph data in a machine learning model in order to make predictions based on your data. Finally, you'll get to grips with structuring a web application for production using Neo4j.</p> <p>By the end of this book, you'll not only be able to harness the power of graphs to handle a broad range of problem areas, but you'll also have learned how to use Neo4j efficiently to identify complex relationships in your data.</p> <h4>What you will learn</h4> <ul> <li>Become well-versed with Neo4j graph database building blocks, nodes, and relationships</li> <li>Discover how to create, update, and delete nodes and relationships using Cypher querying</li> <li>Use graphs to improve web search and recommendations</li> <li>Understand graph algorithms such as pathfinding, spatial search, centrality, and community detection</li> <li>Find out different steps to integrate graphs in a normal machine learning pipeline</li> <li>Formulate a link prediction problem in the context of machine learning</li> <li>Implement graph embedding algorithms such as DeepWalk, and use them in Neo4j graphs</li> </ul> <h4>Who this book is for</h4> <p>This book is for data analysts, business analysts, graph analysts, and database developers looking to store and process graph data to reveal key data insights. This book will also appeal to data scientists who want to build intelligent graph applications catering to different domains. Some experience with Neo4j is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

Hands-On Functional Programming with TypeScript Explore functional and reactive programming to create robust and testable TypeScript applications【電子書籍】[ Remo H. Jansen ]

楽天Kobo電子書籍ストア
<p><strong>Discover the power of functional programming, lazy evaluation, monads, concurrency, and immutability to create succinct and expressive implementations</strong></p> <h4>Key Features</h4> <ul> <li>Get a solid understanding of how to apply functional programming concepts in TypeScript</li> <li>Explore TypeScript runtime features such as event loop, closures, and Prototypes</li> <li>Gain deeper knowledge on the pros and cons of TypeScript</li> </ul> <h4>Book Description</h4> <p>Functional programming is a powerful programming paradigm that can help you to write better code. However, learning functional programming can be complicated, and the existing literature is often too complex for beginners. This book is an approachable introduction to functional programming and reactive programming with TypeScript for readers without previous experience in functional programming with JavaScript, TypeScript , or any other programming language.</p> <p>The book will help you understand the pros, cons, and core principles of functional programming in TypeScript. It will explain higher order functions, referential transparency, functional composition, and monads with the help of effective code examples. Using TypeScript as a functional programming language, you'll also be able to brush up on your knowledge of applying functional programming techniques, including currying, laziness, and immutability, to real-world scenarios.</p> <p>By the end of this book, you will be confident when it comes to using core functional and reactive programming techniques to help you build effective applications with TypeScript.</p> <h4>What you will learn</h4> <ul> <li>Understand the pros and cons of functional programming</li> <li>Delve into the principles, patterns, and best practices of functional and reactive programming</li> <li>Use lazy evaluation to improve the performance of applications</li> <li>Explore functional optics with Ramda</li> <li>Gain insights into category theory functional data structures such as Functors and Monads</li> <li>Use functions as values, so that they can be passed as arguments to other functions</li> </ul> <h4>Who this book is for</h4> <p>This book is designed for readers with no prior experience of functional programming with JavaScript, TypeScript or any other programming language. Some familiarity with TypeScript and web development is a must to grasp the concepts in the book easily.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,950円

Hands-On Julia Programming: An Authoritative Guide to the Production-Ready Systems in Julia (English Edition)【電子書籍】[ Sambit Kumar Dash ]

楽天Kobo電子書籍ストア
<p>Build production-ready machine learning and NLP systems using functional programming, development platforms, and cloud deployment.</p> <p>KEY FEATURES</p> <p>● In-depth explanation and code samples highlighting the features of the Julia language.</p> <p>● Extensive coverage of the Julia development ecosystem, package management, DevOps environment integration, and performance management tools.</p> <p>● Exposure to the most important Julia packages that aid in Data and Text Analytics and Deep Learning.</p> <p>DESCRIPTION</p> <p>The Julia Programming language enables data scientists and programmers to create prototypes without sacrificing performance. Nonetheless, skeptics question its readiness for production deployments as a new platform with a 1.0 release in 2018. This book removes these doubts and offers a comprehensive glimpse at the language's use throughout developing and deploying production-ready applications.</p> <p>The first part of the book teaches experienced programmers and scientists about the Julia language features in great detail. The second part consists of gaining hands-on experience with the development environment, debugging, programming guidelines, package management, and cloud deployment strategies. In the final section, readers are introduced to a variety of third-party packages available in the Julia ecosystem for Data Processing, Text Analytics, and developing Deep Learning models.</p> <p>This book provides an extensive overview of the programming language and broadens understanding of the Julia ecosystem. As a result, it assists programmers, scientists, and information architects in selecting Julia for their next production deployments.</p> <p>WHAT YOU WILL LEARN</p> <p>● Get to know the complete fundamentals of Julia programming.</p> <p>● Explore Julia development frameworks and how to work with them.</p> <p>● Dig deeper into the concepts and applications of functional programming.</p> <p>● Uncover the Julia infrastructure for development, testing, and deployment.</p> <p>● Learn to practice Julia libraries and the Julia package ecosystem.</p> <p>● Processing Data, Deep Learning, and Natural Language Processing with Julia.</p> <p>WHO THIS BOOK IS FOR</p> <p>This book is for Data Scientists and application developers who want to learn about Julia application development. No prior Julia knowledge is required but knowing the basics of programming helps understand the objectives of this book.</p> <p>AUTHOR BIO</p> <p>Sambit Kumar Dash is an accomplished business manager who focuses on bringing technology product ideas to reality. He has over 20 years of experience in product and business management, architecture, and research and development. He has conceived and developed a PDF reader library in the Julia language.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,300円

Man Card Man Hands, #2【電子書籍】[ Sarina Bowen ]

楽天Kobo電子書籍ストア
<p><strong>Nothing ventured, nothing banged.</strong></p> <p><strong>Ash</strong><br /> I still don't know how it happened. One minute I was arguing with my arrogant competitorーour usual trash-talk over who deserves the larger commission. But somehow I went from throwing down to kneeling down...<br /> It can never happen again. I don't even like Braht. He's too slick. He's a manipulating mansplaining party boy in preppy clothes.<br /> So why can't I get him out of my head?</p> <p><strong>Braht</strong><br /> There are two things I know without question. One: Ash and I are destined for each other. Two: never trust a man with a unibrow.<br /> Ash is my missing piece. She's the sweet cream to my gourmet espresso. And nothing gets me going faster than her contempt for me. They don't call her the Ashkicker for nothing.<br /> Eventually I'll win her over…if my past doesn't ruin everything first.</p> <p>PRAISE FOR THE MAN HANDS SERIES:</p> <p><em>Snappy, hot and hilarious</em>. <strong>New York Times bestselling author Julia Kent</strong></p> <p><em>The perfect combination of zingy one-liners, slapstick, and romance</em>. <strong>Wicked Reads</strong></p> <p><em>My face literally hurts from smiling.</em> <strong>About That Story</strong></p> <p><em>It's FUNNY!! I mean, really funny. My whole body shook, trying to suppress my laughter made me snort and I accidentally doinked myself on the head with my kindle.</em> <strong>Stacy is Sassy</strong></p> <p>*ABSOLUTELY HILARIOUS. I need more from Sarina Bowen and Tanya Eby already!*<strong>Booklovers for Life</strong></p> <p><em>This is such an amazing story! I laughed, I cried, and devoured the pages</em>. <strong>Kitty's Book Spot</strong></p> <p><em>This collaboration ROCKED!!!!</em> <strong>Book Twins Reviews</strong></p> <p><em>This writing duo, Bowen and Eby, are kindred spirits. Together they created a sexy, funny and uplifting story</em>. <strong>FMA Book Reviews</strong></p> <p><em>Two lost souls just wanting someone to love them for who they were. Talk about heart squeezing</em>. <strong>Celebrity Readers</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 450円

Hands-on Rust【電子書籍】[ Herbert Wolverson ]

楽天Kobo電子書籍ストア
<p>Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters - and what better way to learn than by making games. Each chapter in this book presents hands-on, practical projects ranging from "Hello, World" to building a full dungeon crawler game. With this book, you'll learn game development skills applicable to other engines, including Unity and Unreal.</p> <p>Rust is an exciting programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters. With Rust, you have a shiny new playground where your game ideas can flourish.</p> <p>Each chapter in this book presents hands-on, practical projects that take you on a journey from "Hello, World" to building a full dungeon crawler game. Start by setting up Rust and getting comfortable with your development environment. Learn the language basics with practical examples as you make your own version of Flappy Bird. Discover what it takes to randomly generate dungeons and populate them with monsters as you build a complete dungeon crawl game. Run game systems concurrently for high-performance and fast game-play, while retaining the ability to debug your program. Unleash your creativity with magical items, tougher monsters, and intricate dungeon design. Add layered graphics and polish your game with style.</p> <p><strong>What You Need:</strong></p> <p>A computer running Windows 10, Linux, or Mac OS X.</p> <p>A text editor, such as Visual Studio Code.</p> <p>A video card and drivers capable of running OpenGL 3.2.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,705円

醫藥幽靈:大藥廠如何干預醫療知識的生?、傳播與消費 Ghost-Managed Medicine: Big Pharma’s Invisible Hands【電子書籍】[ 瑟吉歐?希斯蒙都 ]

楽天Kobo電子書籍ストア
<p><strong>看見醫藥市場背後的無形之手<br /> ?露隱身在醫學管理背後的幽靈</strong></p> <p>大藥廠隱藏在公?視野之外,它的無形之手伸入研究機構、論文發表規劃師、醫院關鍵意見領袖,甚至是醫學期刊編輯與病患權益倡議組織。</p> <p>希斯蒙都從「知識政治經濟學」觀點分析藥廠如何介入當代醫學,掌握研究與發表的遊戲規則,在背後控制醫藥知識的生?線;以製藥?業及其代理人作為研究主題,探討他們是如何試圖形塑與傳播對自己有價?的醫學知識。希斯蒙都具體指出大型藥廠是如何拉?為病患吟唱希望的「海妖」、驅使批鬥吹哨者的「巨魔」,並操控為藥廠喉舌的「?屍」們。這些被幽靈左右的代理人,共同?湊了藥廠與醫學知識共舞的圖景。</p> <p>本書透過對藥廠與從業人員的訪?,追蹤了藥物知識與資訊的傳遞途徑ーー從臨床研究中抽取想要的數據,再找醫師意見領袖掛名發表論文,並透過多重的學術與行銷活動,進而影響醫師、消費者對藥物與治療方式的認知。希斯蒙都在本書中提出「裝配行銷」(assemblage marketing)的概念,描繪藥廠如何打造強大的代理人隊伍,組裝出有利於製藥?業的醫療市場,合理化購買藥品的興趣與行為。</p> <p>大藥廠猶如盤據在醫學專業背後的幽靈,它的無形之手形塑了醫藥市場的潛規則。</p> <p><strong>・專家導讀</strong></p> <p>當堅不可摧的論文竟是搭配?品的造勢文宣,研究與利益亦?亦趨時,我們看到《醫藥幽靈》的反省力道──它質疑所有以追求真理為名,操弄知識的生?體制。因此不光生醫製藥,只要市場?大,?品有利可圖,任何?業都難逃「無形之手」的掌控。──郭文華/國立陽明交通大學科技與社會研究所、公共衛生研究所教授</p> <p>遵循法規與實證醫學因而成為當代醫藥市場的重要特?。然而,即使藥廠依據法規進行臨床試驗開發藥物,並據實以科學數據行銷給醫師,就真的毫無疑慮,不致衍生任何惡意誤導或欺瞞的風險??希斯蒙都的《醫藥幽靈》就對這個看來講究科學證據、又受監管的醫藥市場做出了重要的提醒。──王業翰/病理專科醫師、本書譯者</p> <p><strong>本書特色</strong></p> <ol> <li>研究跨國藥廠打造醫療知識的策略、方法及影響。</li> <li>?露醫學論文掛名發表流程、大藥廠管理醫界關鍵意見領袖的方式。</li> <li>鼓舞病患與醫師??藥廠掌控,提出七點挑戰製藥?業的改革措施。</li> </ol> <p><strong>名人推薦</strong></p> <p>・王秀雲 /成功大學醫學系人文?社會醫學科教授兼主任<br /> ・?易叡 /成功大學不分系、醫學系人社科副教授<br /> ・?嘉苓 /臺灣大學社會學系教授<br /> ・林宗徳 /清華大學社會學研究所與通識教育中心合聘副教授<br /> ・陳瑞麟 /中正大學哲學系講座教授<br /> ・?于玲 /成功大學醫學系人文?社會醫學科副教授<br /> ・?文鴻 /陽明交通大學兼任教授、前行政院衛生署藥政處處長與藥物食品檢驗局局長<br /> ・劉宏恩 /政治大學法律科際整合研究所副教授<br /> ────齊聲好評(依姓氏筆畫排序)</p> <p><strong>重磅推薦</strong></p> <p>在網路資訊氾濫的今天,諸多我們日常生活中的消費行為,受到資訊傳播影響,醫藥品的選擇也不例外。這種無形的「認知作戰」,連社會各界的意見領袖群也可能難以知覺,在國際性藥廠散布的?多訊息中被「潛移默化」。<br /> 《醫藥幽靈》作者在本書中,以實例深入分析我們常接收到的專業醫藥資訊,是如何在藥廠的鉅大影響力下,形塑大?與醫藥專業人員對藥品認知的價?;其影響力所及,連病人權利倡議團體都無法例外。希斯蒙都在本書無私地與世界各國關心醫藥?業價?的群體分享他的研究發現,中文譯本的出版更能促進臺灣關心此一議題人士有進一?的深入了解,謹此推薦。──?文鴻/陽明交通大學兼任教授、前行政院衛生署藥政處處長與藥物食品檢驗局局長</p> <p><strong>・國際書評</strong></p> <p>我相信?位醫生和依頼醫生傳遞知識的病患都應該?讀《醫藥幽靈》,因為該書鼓勵人們對市場經濟中的醫學採取合理的懷疑態度。──李蒙・麥克亨利(Leemon B. McHenry,加州大學生物倫理學家和榮譽退休哲學教授)</p> <p>瑟吉歐?希斯蒙都的《醫藥幽靈》是一本真正重要的書,它全面講解了關於製藥公司如何創造和管理有關藥品和健康的專業及大?知識。──墨菲・哈里伯頓(Murphy Halliburton,紐約皇后大學人類學系教授)</p> <p>本書聚焦的重點和範圍將其置於強大的STS傳統之中,即打開建構科學事實的黒盒子。希斯蒙都令人信服地展現了醫藥?業界是如何滲透進醫學知識生?、流通和消費的各個面向。──潔西?・梅斯曼(Jessica Mesman,荷蘭馬斯特里赫特大學藝術與社會科學學院社會研究系副教授)</p> <p><strong>作者介紹</strong></p> <p><strong>作者簡介</strong></p> <p>瑟吉歐?希斯蒙都 Sergio Sismondo</p> <p>加拿大皇后大學哲學與社會學教授,著名STS研究學者,近年致力於探討製藥?業的發展與部署如何對臨床研究?生影響,並聚焦於行銷與科學的交會點。著有《科學與技術研究導論》(An Introduction to Science and Technology Studies)、《無迷思之科學:論建構、實在與社會知識》(Science Without Myth:On Constructions, Reality, and Social Knowledge)等書。</p> <p><strong>譯者簡介</strong></p> <p>王業翰</p> <p>病理專科醫師、陽明大學科技與社會研究所碩士。現任職於癌症基因檢測公司,亦就讀於陽明交通大學公共衛生研究所政策與法律組博士班。關注精準醫學的科技與社會議題,研究主題臨床試驗聚焦於藥物與醫材的臨床試驗與開發、以及基因檢測的管制與應用。</p> <p>林士堯</p> <p>臺北人,病理專科醫師,譯有《便宜沒好藥?一段學名藥與當代醫療的糾葛》、《為何我們總是選錯人?人類政治行為的迷思》(共同譯者)。</p> <p>陳禹安</p> <p>1993年出生於基隆。畢業於國立長庚大學醫學系、國立陽明大學科技與社會研究所,目前為?科住院醫師。主要研究興趣包括當代醫療的社會研究、醫學史、科技與社會研究。</p> <p>陳柏勳</p> <p>中西醫師,畢業於長庚大學中西醫雙主修,國立陽明大學科技與社會研究所碩士,前任衛生福利部臺南醫院中醫科醫師,現為英國曼徹斯特大學科學、技術與醫學史中心博士候選人,關注傳統醫藥與現代社會的互動。</p> <p>廖偉翔</p> <p>成功大學醫學系畢業、政治系輔系。波士頓大學健康服務研究碩士。譯有《兩種心靈》等書。現為台大醫院精神醫學部住院醫師。</p> <p>張雅億</p> <p>輔仁大學跨文化研究所中英筆譯組畢業,現專事翻譯。譯有《設計大師語?》、《電影大師語?》、《料理世界史》、《自然的祕密絮語》等書。</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,442円

Hands-On Data Structures and Algorithms with Rust Learn programming techniques to build effective, maintainable, and readable code in Rust 2018【電子書籍】[ Claus Matzinger ]

楽天Kobo電子書籍ストア
<p><strong>Design and implement professional level programs by exploring modern data structures and algorithms in Rust.</strong></p> <h4>Key Features</h4> <ul> <li>Use data structures such as arrays, stacks, trees, lists and graphs with real-world examples</li> <li>Learn the functional and reactive implementations of the traditional data structures</li> <li>Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner.</li> </ul> <h4>Book Description</h4> <p>Rust has come a long way and is now utilized in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not forgetting its importance in systems' programming. This book will be your guide as it takes you through implementing classic data structures and algorithms in Rust, helping you to get up and running as a confident Rust programmer.</p> <p>The book begins with an introduction to Rust data structures and algorithms, while also covering essential language constructs. You will learn how to store data using linked lists, arrays, stacks, and queues. You will also learn how to implement sorting and searching algorithms. You will learn how to attain high performance by implementing algorithms to string data types and implement hash structures in algorithm design. The book will examine algorithm analysis, including Brute Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, and Backtracking.</p> <p>By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications.</p> <h4>What you will learn</h4> <ul> <li>Design and implement complex data structures in Rust</li> <li>Analyze, implement, and improve searching and sorting algorithms in Rust</li> <li>Create and use well-tested and reusable components with Rust</li> <li>Understand the basics of multithreaded programming and advanced algorithm design</li> <li>Become familiar with application profiling based on benchmarking and testing</li> <li>Explore the borrowing complexity of implementing algorithms</li> </ul> <h4>Who this book is for</h4> <p>This book is for developers seeking to use Rust solutions in a practical/professional setting; who wants to learn essential Data Structures and Algorithms in Rust. It is for developers with basic Rust language knowledge, some experience in other programming languages is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Hands-On Design Patterns with React Native Proven techniques and patterns for efficient native mobile development with JavaScript【電子書籍】[ Mateusz Grzesiukiewicz ]

楽天Kobo電子書籍ストア
<p><strong>Learn how to write cross platform React Native code by using effective design patterns in the JavaScript world. Get to know industry standard patterns as well as situational patterns. Decouple your application with these set of “Idea patterns”.</strong></p> <h4>Key Features</h4> <ul> <li>Mobile development in React Native should be done in a reusable way.</li> <li>Learn how to build scalable applications using JavaScript patterns that are battle tested.</li> <li>Try effective techniques on your own using over 80 standalone examples.</li> </ul> <h4>Book Description</h4> <p>React Native helps developers reuse code across different mobile platforms like iOS and Android.</p> <p>This book will show you effective design patterns in the React Native world and will make you ready for professional development in big teams.</p> <p>The book will focus only on the patterns that are relevant to JavaScript, ECMAScript, React and React Native. However, you can successfully transfer a lot of the skills and techniques to other languages. I call them “Idea patterns”.</p> <p>This book will start with the most standard development patterns in React like component building patterns, styling patterns in React Native and then extend these patterns to your mobile application using real world practical examples. Each chapter comes with full, separate source code of applications that you can build and run on your phone.</p> <p>The book is also diving into architectural patterns. Especially how to adapt MVC to React environment. You will learn Flux architecture and how Redux is implementing it. Each approach will be presented with its pros and cons. You will learn how to work with external data sources using libraries like Redux thunk and Redux Saga.</p> <p>The end goal is the ability to recognize the best solution for a given problem for your next mobile application.</p> <h4>What you will learn</h4> <ul> <li>Explore the design Patterns in React Native</li> <li>Learn the best practices for React Native development</li> <li>Explore common React patterns that are highly used within React Native development</li> <li>Learn to decouple components and use dependency injection in your applications</li> <li>Explore the best ways of fetching data from the backend systems</li> <li>Learn the styling patterns and how to implement custom mobile designs</li> <li>Explore the best ways to organize your application code in big codebases</li> </ul> <h4>Who this book is for</h4> <p>The ideal target audience for this book are people eager to learn React Native design patterns who already know the basics of JavaScript. We can assume that the target audience already knows how to write Hello World in JavaScript and know what are the functions, recursive functions, JavaScript types and loops.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,631円

Pete the Kitty: Wash Your Hands【電子書籍】[ James Dean ]

楽天Kobo電子書籍ストア
<p><strong>Join Pete the Kitty as he learns to wash his hands in this new I Can Read story from <em>New York Times</em> bestselling creators Kimberly and James Dean!</strong></p> <p>Splish, scrub, splash, rub! Keeping clean is groovy and fun!</p> <p>Pete must wash his hands many times a day. He must wash them after he sneezes, coughs, plays with his friends, eats his food, and throws away his trash.</p> <p>Beginning readers will love learning how to wash their hands with Pete!</p> <p>This My First I Can Read book is carefully crafted using basic language, word repetition, sight words, and sweet illustrationsーwhich means it's perfect for shared reading with emergent readers. The active, engaging My First I Can Read stories have appealing plots and lovable characters, encouraging children to continue their reading journey.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 510円

Hands-On Explainable AI (XAI) with Python Interpret, visualize, explain, and integrate reliable AI for fair, secure, and trustworthy AI apps【電子書籍】[ Denis Rothman ]

楽天Kobo電子書籍ストア
<p><strong>Resolve the black box models in your AI applications to make them fair, trustworthy, and secure. Familiarize yourself with the basic principles and tools to deploy Explainable AI (XAI) into your apps and reporting interfaces.</strong></p> <h4>Key Features</h4> <ul> <li>Learn explainable AI tools and techniques to process trustworthy AI results</li> <li>Understand how to detect, handle, and avoid common issues with AI ethics and bias</li> <li>Integrate fair AI into popular apps and reporting tools to deliver business value using Python and associated tools</li> </ul> <h4>Book Description</h4> <p>Effectively translating AI insights to business stakeholders requires careful planning, design, and visualization choices. Describing the problem, the model, and the relationships among variables and their findings are often subtle, surprising, and technically complex.</p> <p>Hands-On Explainable AI (XAI) with Python will see you work with specific hands-on machine learning Python projects that are strategically arranged to enhance your grasp on AI results analysis. You will be building models, interpreting results with visualizations, and integrating XAI reporting tools and different applications.</p> <p>You will build XAI solutions in Python, TensorFlow 2, Google Cloud's XAI platform, Google Colaboratory, and other frameworks to open up the black box of machine learning models. The book will introduce you to several open-source XAI tools for Python that can be used throughout the machine learning project life cycle.</p> <p>You will learn how to explore machine learning model results, review key influencing variables and variable relationships, detect and handle bias and ethics issues, and integrate predictions using Python along with supporting the visualization of machine learning models into user explainable interfaces.</p> <p>By the end of this AI book, you will possess an in-depth understanding of the core concepts of XAI.</p> <h4>What you will learn</h4> <ul> <li>Plan for XAI through the different stages of the machine learning life cycle</li> <li>Estimate the strengths and weaknesses of popular open-source XAI applications</li> <li>Examine how to detect and handle bias issues in machine learning data</li> <li>Review ethics considerations and tools to address common problems in machine learning data</li> <li>Share XAI design and visualization best practices</li> <li>Integrate explainable AI results using Python models</li> <li>Use XAI toolkits for Python in machine learning life cycles to solve business problems</li> </ul> <h4>Who this book is for</h4> <p>This book is not an introduction to Python programming or machine learning concepts. You must have some foundational knowledge and/or experience with machine learning libraries such as scikit-learn to make the most out of this book.</p> <p>Some of the potential readers of this book include:</p> <ol> <li>Professionals who already use Python for as data science, machine learning, research, and analysis</li> <li>Data analysts and data scientists who want an introduction into explainable AI tools and techniques</li> <li>AI Project managers who must face the contractual and legal obligations of AI Explainability for the acceptance phase of their applications</li> </ol>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,198円

Jonathan Edwards's "Sinners in the Hands of an Angry God" A Casebook【電子書籍】[ Jonathan Edwards ]

楽天Kobo電子書籍ストア
<P>Designed specifically for the classroom, this volume presents the accurate and definitive version of <I>Sinners</I>, accompanied by the tools necessary to study and teach this famous American sermon. With an introduction aimed at students and teachers and commentary that draws on fifty years of team editorial experience of Yale’s <I>Works of Jonathan Edwards</I>, it provides both context and interpretation, and addresses the concerns and questions of a twenty-first century audience.<p>The book contains questions for in-class discussion, a chronology of Edwards’s life, and a glossary. In addition, curricular materials and video mini-presentations are available on a dedicated Web site. This casebook represents a innovative contribution to the art of teaching Edwards to a new generation of readers.画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,929円

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow【電子書籍】[ Aur?lien G?ron ]

楽天Kobo電子書籍ストア
<p>Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This bestselling book uses concrete examples, minimal theory, and production-ready Python frameworks (Scikit-Learn, Keras, and TensorFlow) to help you gain an intuitive understanding of the concepts and tools for building intelligent systems.</p> <p>With this updated third edition, author Aur?lien G?ron explores a range of techniques, starting with simple linear regression and progressing to deep neural networks. Numerous code examples and exercises throughout the book help you apply what you've learned. Programming experience is all you need to get started.</p> <ul> <li>Use Scikit-learn to track an example ML project end to end</li> <li>Explore several models, including support vector machines, decision trees, random forests, and ensemble methods</li> <li>Exploit unsupervised learning techniques such as dimensionality reduction, clustering, and anomaly detection</li> <li>Dive into neural net architectures, including convolutional nets, recurrent nets, generative adversarial networks, autoencoders, diffusion models, and transformers</li> <li>Use TensorFlow and Keras to build and train neural nets for computer vision, natural language processing, generative models, and deep reinforcement learning</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,151円

PYTHON: Practical Python Programming For Beginners & Experts With Hands-on Project【電子書籍】[ Mark Chan ]

楽天Kobo電子書籍ストア
<p><strong>PYTHONThe Ultimate Python One Day Quickstart Guide. Practical Python <em>Programming For Beginners & Experts With Hands-on Project</em></strong></p> <p>This book contains proven steps and strategies on how to learn Python programming in just a few days. While I don't profess to be able to make you a fully- fledged programmer in that time, my book is aimed at teaching you the basics of Python.</p> <p>Why Python?</p> <p>Why not C+, Swift, Ruby or Java?</p> <p>There are a lot of very good computer programs out there and each has its pitfalls and its good side. Python is the easiest to learn and once you have a good grounding in it, you can move on to another, more complicated language.</p> <p>Python is a beautiful computer language. It is simple, and it is intuitive. It comes complete with plenty of libraries and frameworks to help you manage most everything you want to do. And, to back it up, there is a very powerful Python community just waiting to help you out and point you in the right direction.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 350円

Hands-on Azure DevOps: CICD Implementation for Mobile, Hybrid, and Web Applications Using Azure DevOps and Microsoft Azure【電子書籍】[ Mitesh Soni ]

楽天Kobo電子書籍ストア
<p>A step-by-step guide to implementing Continuous Integration and Continuous Delivery for Mobile, Hybrid, and Web applications</p> <p>This book will cover an approach that includes the understanding of DevOps, Assessment of AS-IS state, DevOps Practices Implementation and measurement of success. The main objective is to demonstrate Continuous Practices of DevOps Culture using Microsoft Azure DevOps and Microsoft Azure Cloud across different types of applications such as Mobile apps, Hybrid Mobile App, and Web applications. The main idea is to have a uniform approach across different types of applications such as Mobile apps, Hybrid Mobile App, and Web applications. It is important to have a uniform approach of DevOps Practices implementation in an application written in different programming languages such as Java, Android, iOS, Node.js, Angular, Ionic Cordova, Xamarin, Python, and PHP.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,250円

Hands-On Smart Contract Development with Solidity and Ethereum From Fundamentals to Deployment【電子書籍】[ Kevin Solorio ]

楽天Kobo電子書籍ストア
<p>Ready to dive into smart contract development for the blockchain? With this practical guide, experienced engineers and beginners alike will quickly learn the entire process for building smart contracts for Ethereum--the open source blockchain-based distributed computing platform. You'llget up to speed with the fundamentals and quickly move into builder mode.</p> <p>Kevin Solorio, Randall Kanna, and Dave Hoover show you how to create and test your own smart contract, create a frontend for users to interact with, and more. It's the perfect resource for people who want to break into the smart contract field but don't know where to start.</p> <p>In four parts, this book helps you:</p> <ul> <li>Explore smart contract fundamentals, including the Ethereum protocol, Solidity programming language, and the Ethereum Virtual Machine</li> <li>Dive into smart contract development using Solidity and gain experience with Truffle framework tools for deploying and testing your contracts</li> <li>Use Web3 to connect your smart contracts to an applicationso users can easily interact with the blockchain</li> <li>Examine smart contract security along with free online resources for smart contract security auditing</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,611円

The Scrapbooking Journey A Hands-On Guide to Spiritual Discovery【電子書籍】[ Cory Richardson-Lauve ]

楽天Kobo電子書籍ストア
<p><strong>Take up your scrapbooking in a whole new state of mindーand spirit.</strong></p> <p>When I scrapbook, I feel empowered and connected and hopeful. I feel grateful and content and stimulated. In the process of scrapbooking, I feel the closest to my essential self, and to God.<br /> ーfrom the Introduction</p> <p>In this imaginative, creative resource, award-winning scrapbook designer Cory Richardson-Lauve leads you on a celebration of the divine connection you can experience through scrapbooking. Weaving her own insights, techniques and artwork with the reflections and layouts of other professional scrapbookers and the wisdom of spiritual thinkers, Richardson-Lauve reveals how this innovative and dynamic craft can become a practice used to deepen and shape your life.</p> <p>Each chapter includes an original scrapbooking project with dozens of variationsーfor both cut-and-paste and digital artists, beginning scrapbookers and published designers alikeーthat helps you explore a theme essential to both your designs and your spirituality.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,028円

Eichmann in My Hands A First-Person Account by the Israeli Agent Who Captured Hitler's Chief Executioner【電子書籍】[ Peter Z. Malkin ]

楽天Kobo電子書籍ストア
<p><strong>The true story behind “one of history’s great manhunts” and the film <em>Operation Finale</em> by the Mossad legend who caught the most wanted Nazi in the world (<em>The New York Times</em>).</strong></p> <p>1n 1960 Argentina, a covert team of Israeli agents hunted down the most elusive war criminal alive: Adolf Eichmann, chief architect of the Holocaust. The young spy who tackled Eichmann on a Buenos Aires streetーand fought every compulsion to strangle the <em>Obersturmf?hrer</em> then and thereーwas Peter Z. Malkin. For decades Malkin’s identity as Eichmann’s captor was kept secret. Here he reveals the entire breathtaking storyーfrom the genesis of the top-secret surveillance operation to the dramatic public capture and smuggling of Eichmann to Israel to stand trial.</p> <p>The result is a portrait of two men. One, a freedom fighter, intellectually curious and driven to do right. The other, the dutiful Good German who, through his chillingly intimate conversations with Malkin, reveals himself as the embodiment of what Hannah Arendt called “the banality of evil.” Singular, riveting, troubling, and gratifying, <em>Eichmann in My Hands</em> “remind[s] of what is at stake: not only justice but our own humanity” (<em>New York Newsday</em>).</p> <p>Now Malkin’s story comes to life on the screen with Oscar Isaac playing the heroic Mossad agent and Academy Award winner Ben Kingsley playing Eichmann in <em>Operation Finale</em>.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,112円

Hands Are Not for Hitting Board Book HANDS ARE NOT FOR HITTING BOAR (Best Behavior(r)) [ Martine Agassi ]

楽天ブックス
HANDS ARE NOT FOR HITTING BOAR Best Behavior(r) Martine Agassi Marieka Heinlen FREE SPIRIT PUB2006 Hardcover First Edition, English ISBN:9781575422008 洋書 Books for kids(児童書) Juvenile Nonfiction 1,584円

Hands Off My Toy! (SpongeBob SquarePants)【電子書籍】[ Nickelodeon Publishing ]

楽天Kobo電子書籍ストア
<p>SpongeBob SquarePants is so protective of his new Mermaid Man and Barnacle Boy Bubble Blower that he doesn't even want to take it out of the packaging. But when his best friend, Patrick, asks if he can look after it one night, SpongeBob can't refuse. SpongeBob tries to trust his friend, but his curiosity gets the better of him, and chaos soon follows!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 452円

I Don't Want to Wash My Hands! I DONT WANT TO WASH MY HANDS [ Tony Ross ]

楽天ブックス
I DONT WANT TO WASH MY HANDS Tony Ross Tony Ross PUTNAM YOUNG READERS2020 Paperback English ISBN:9780593324820 洋書 Books for kids(児童書) Juvenile Fiction 1,425円

Interpretable Machine Learning with Python Learn to build interpretable high-performance models with hands-on real-world examples【電子書籍】[ Serg Mas?s ]

楽天Kobo電子書籍ストア
<p><b>A deep and detailed dive into the key aspects and challenges of machine learning interpretability, complete with the know-how on how to overcome and leverage them to build fairer, safer, and more reliable models</b></p><h2>Key Features</h2><ul><li>Learn how to extract easy-to-understand insights from any machine learning model</li><li>Become well-versed with interpretability techniques to build fairer, safer, and more reliable models</li><li>Mitigate risks in AI systems before they have broader implications by learning how to debug black-box models</li></ul><h2>Book Description</h2>Do you want to gain a deeper understanding of your models and better mitigate poor prediction risks associated with machine learning interpretation? If so, then Interpretable Machine Learning with Python deserves a place on your bookshelf. We’ll be starting off with the fundamentals of interpretability, its relevance in business, and exploring its key aspects and challenges. As you progress through the chapters, you'll then focus on how white-box models work, compare them to black-box and glass-box models, and examine their trade-off. You’ll also get you up to speed with a vast array of interpretation methods, also known as Explainable AI (XAI) methods, and how to apply them to different use cases, be it for classification or regression, for tabular, time-series, image or text. In addition to the step-by-step code, this book will also help you interpret model outcomes using examples. You’ll get hands-on with tuning models and training data for interpretability by reducing complexity, mitigating bias, placing guardrails, and enhancing reliability. The methods you’ll explore here range from state-of-the-art feature selection and dataset debiasing methods to monotonic constraints and adversarial retraining. By the end of this book, you'll be able to understand ML models better and enhance them through interpretability tuning. <h2>What you will learn</h2><ul><li>Recognize the importance of interpretability in business</li><li>Study models that are intrinsically interpretable such as linear models, decision trees, and Na?ve Bayes</li><li>Become well-versed in interpreting models with model-agnostic methods</li><li>Visualize how an image classifier works and what it learns</li><li>Understand how to mitigate the influence of bias in datasets</li><li>Discover how to make models more reliable with adversarial robustness</li><li>Use monotonic constraints to make fairer and safer models</li></ul><h2>Who this book is for</h2><p>This book is primarily written for data scientists, machine learning developers, and data stewards who find themselves under increasing pressures to explain the workings of AI systems, their impacts on decision making, and how they identify and manage bias. It’s also a useful resource for self-taught ML enthusiasts and beginners who want to go deeper into the subject matter, though a solid grasp on the Python programming language and ML fundamentals is needed to follow along.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,734円

Hands-On Unity 2020 Game Development Build, customize, and optimize professional games using Unity 2020 and C#【電子書籍】[ Nicolas Alejandro Borromeo ]

楽天Kobo電子書籍ストア
<p><strong>Build immersive game experiences using the new Unity 2020 features with this practical guide</strong></p> <h4>Key Features</h4> <ul> <li>Unleash the capabilities of C# scripting for creating immersive UI, graphics, Game AI agents and much more</li> <li>Explore Unity's latest tools, including Universal Render Pipeline, Shader Graph, and VFX graph, to enhance graphics and animation</li> <li>Get started with building augmented reality experience using Unity's AR Foundation</li> </ul> <h4>Book Description</h4> <p>Over the years, the Unity game engine has extended its scope from just being about creating video games to building AR/VR experiences, complex simulations, real-time realistic rendering, films, and serious games for training and education. Its features for implementing gameplay, graphics, and customization using C# programming make Unity a comprehensive platform for developing professional-level, rich experiences.</p> <p>With this book, you'll be able to build impressive Unity projects in a step-by-step manner and apply your knowledge of Unity concepts to create a real-world game. Complete with hands-on tutorials and projects, this easy-to-follow guide will show you how to develop your first complete game using a variety of Unity tools. As you make progress, you'll learn how to make the most of the Unity Editor and create scripts using the C# programming language. This Unity game development book will then take you through integrating graphics, sound, and animations and manipulating physics to create impressive mechanics for your games. You'll also learn how to code a simple AI agent to challenge the user and use profiling tools to ensure that the code runs in a performant way. Finally, you'll get to grips with Unity's AR Foundation for creating AR experiences for 3D apps and games.</p> <p>By the end of this book, you'll have developed a complete game and will have built a solid foundation using Unity's tooling ecosystem to develop game projects of any scale.</p> <h4>What you will learn</h4> <ul> <li>Write scripts for customizing various aspects of a game, such as physics, gameplay, and UI</li> <li>Program rich shaders and effects using Unity's new Shader Graph and Universal Render Pipeline</li> <li>Implement postprocessing to increase graphics quality with full-screen effects</li> <li>Create rich particle systems for your Unity games from scratch using VFX Graph and Shuriken</li> <li>Add animations to your game using the Animator, Cinemachine, and Timeline</li> <li>Implement game artificial intelligence (AI) to control character behavior</li> <li>Detect and fix optimization issues using profilers and batching</li> </ul> <h4>Who this book is for</h4> <p>This book is for game developers looking to migrate to the Unity game engine. If you are a developer with some exposure to Unity, this book will help you explore its latest features. Prior experience with C# programming is required to get the most out of the book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Secure Web Application Development A Hands-On Guide with Python and Django【電子書籍】[ Matthew Baker ]

楽天Kobo電子書籍ストア
<p>Cyberattacks are becoming more commonplace and the Open Web Application Security Project (OWASP), estimates 94% of sites have flaws in their access control alone. Attacks evolve to work around new defenses, and defenses must evolve to remain effective. Developers need to understand the fundamentals of attacks and defenses in order to comprehend new techniques as they become available. This book teaches you how to write secure web applications.</p> <p>The focus is highlighting how hackers attack applications along with a broad arsenal of defenses. This will enable you to pick appropriate techniques to close vulnerabilities while still providing users with their needed functionality.</p> <p>Topics covered include:</p> <p>A framework for deciding what needs to be protected and how strongly</p> <p>Configuring services such as databases and web servers</p> <p>Safe use of HTTP methods such as GET, POST, etc, cookies and use of HTTPS</p> <p>Safe REST APIs</p> <p>Server-side attacks and defenses such as injection and cross-site scripting</p> <p>Client-side attacks and defenses such as cross-site request forgery</p> <p>Security techniques such as CORS, CSP</p> <p>Password management, authentication and authorization, including OAuth2</p> <p>Best practices for dangerous operations such as password change and reset</p> <p>Use of third-party components and supply chain security (Git, CI/CD etc)</p> <p><strong>What You'll Learn</strong></p> <ul> <li></li> <li> <p>Review the defenses that can used to prevent attacks</p> </li> <li> <p>Model risks to better understand what to defend and how</p> </li> <li> <p>Choose appropriate techniques to defend against attacks</p> </li> <li> <p>Implement defenses in Python/Django applications</p> </li> </ul> <p><strong>Who This Book Is For</strong></p> <ul> <li>Developers who already know how to build web applications but need to know more about security</li> <li>Non-professional software engineers, such as scientists, who must develop web tools and want to make their algorithms available to a wider audience.</li> <li>Engineers and managers who are responsible for their product/company technical security policy</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,292円

Rendezvous with Practical Solidity A COMPLETE HANDS ON BOOK【電子書籍】[ Harish Jaggi ]

楽天Kobo電子書籍ストア
<p>Blockchain canvass is getting bigger and better every day. One of the most vital offerings of blockchain is smart contracts. Solidity is a prominent language that is widely practiced in the development of smart contracts using Ethereum, an emerging technology that promises the ability to disrupt traditional solutions to business through a decentralized ledger.</p> <p>The real essence of this book is the practical knowledge it provides to learn the revolutionary Solidity language. This book delivers deep practical depth with the help of code recipes coupled with step-by-step environment setup details along with the output of each recipe that can be verified by readers instantly on Remix or a local environment. Hence, this book is a unique offering for developers and architects. The focus is to enable readers build secure and scalable smart contracts with Solidity using the Ethereum ecosystem. This book encompasses basics as well as advanced topics, making it useful for beginners, advanced programmers, and enterprise architects alike. You’ll find detailed sample code recipes providing enriching experience on every single aspect of Solidity. Explore and delight yourself.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 528円

Hands Are Not for Hitting: Revised & Updated (Ages 4-7, Paperback) HANDS ARE NOT FOR HITTING (Best Behavior(r)) [ Martine Agassi ]

楽天ブックス
HANDS ARE NOT FOR HITTING Best Behavior(r) Martine Agassi Marieka Heinlen FREE SPIRIT PUB2009 Paperback English ISBN:9781575423081 洋書 Family life & Comics(生活&コミック) Education 1,900円

Introduction to Python Programming Learn Coding with Hands-On Projects for Beginners【電子書籍】[ Kiet Huynh ]

楽天Kobo電子書籍ストア
<p>Welcome to the exciting world of Python programming! <strong>"Introduction to Python Programming: Learn Coding with Hands-On Projects for Beginners"</strong> is your gateway to the fascinating realm of coding. Whether you're a curious novice or a tech enthusiast, this book is designed to ignite your passion for coding with Python.</p> <p>Embark on an interactive learning journey as we demystify the Python language and its applications through engaging hands-on projects. From basic syntax to advanced concepts, you'll discover the power and versatility of Python while honing your coding skills.</p> <p>Through real-world examples and step-by-step guidance, you'll unravel the secrets of Python's simplicity and effectiveness. Unleash your creativity as you build practical projects and witness your code come to life.</p> <p>Whether you dream of developing web applications, diving into data science, or exploring artificial intelligence, Python is your ultimate ally. Are you ready to embrace the art of programming and unlock endless possibilities? Let's dive in and make coding magic happen!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 567円

Web Development with Julia and Genie A hands-on guide to high-performance server-side web development with the Julia programming language【電子書籍】[ Ivo Balbaert ]

楽天Kobo電子書籍ストア
<p><strong>Get a practical overview of web development in Julia and learn how to build MVC applications with a REST API, and an interactive data dashboard using the Genie web framework</strong></p> <h4>Key Features</h4> <ul> <li>A tutorial on web development from Julia expert, Ivo Balbaert and the creator of the Genie framework, Adrian Salceanu</li> <li>A step-by-step approach to building a complete web app with the Genie framework</li> <li>Develop secure and fast web apps using server-side development on Julia</li> </ul> <h4>Book Description</h4> <p>Julia's high-performance and scalability characteristics and its extensive number of packages for visualizing data make it an excellent fit for developing web apps, web services, and web dashboards. The two parts of this book provide complete coverage to build your skills in web development.</p> <p>First, you'll refresh your knowledge of the main concepts in Julia that will further be used in web development. Then, you'll use Julia's standard web packages and examine how the building blocks of the web such as TCP-IP, web sockets, HTTP protocol, and so on are implemented in Julia's standard library. Each topic is discussed and developed into code that you can apply in new projects, from static websites to dashboards. You'll also understand how to choose the right Julia framework for a project. The second part of the book talks about the Genie framework. You'll learn how to build a traditional to do app following the MVC design pattern. Next, you'll add a REST API to this project, including testing and documentation. Later, you'll explore the various ways of deploying an app in production, including authentication functionality. Finally, you'll work on an interactive data dashboard, making various chart types and filters.</p> <p>By the end of this book, you'll be able to build interactive web solutions on a large scale with a Julia-based web framework.</p> <h4>What you will learn</h4> <ul> <li>Understand how to make a web server with HTTP.jl and work with JSON data over the web</li> <li>Discover how to build a static website with the Franklin framework</li> <li>Explore Julia web development frameworks and work with them</li> <li>Uncover the Julia infrastructure for development, testing, package management, and deployment</li> <li>Develop an MVC web app with the Genie framework</li> <li>Understand how to add a REST API to a web app</li> <li>Create an interactive data dashboard with charts and filters</li> <li>Test, document, and deploy maintainable web applications using Julia</li> </ul> <h4>Who this book is for</h4> <p>This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale web applications. The book helps you adopt Genie without any prior experience with the framework. Julia programming experience and a beginner-level understanding of web development concepts are required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,631円

Hands-On Design Patterns and Best Practices with Julia Proven solutions to common problems in software design for Julia 1.x【電子書籍】[ Tom Kwong ]

楽天Kobo電子書籍ストア
<p><strong>Design and develop high-performance, reusable, and maintainable applications using traditional and modern Julia patterns with this comprehensive guide</strong></p> <h4>Key Features</h4> <ul> <li>Explore useful design patterns along with object-oriented programming in Julia 1.0</li> <li>Implement macros and metaprogramming techniques to make your code faster, concise, and efficient</li> <li>Develop the skills necessary to implement design patterns for creating robust and maintainable applications</li> </ul> <h4>Book Description</h4> <p>Design patterns are fundamental techniques for developing reusable and maintainable code. They provide a set of proven solutions that allow developers to solve problems in software development quickly. This book will demonstrate how to leverage design patterns with real-world applications.</p> <p>Starting with an overview of design patterns and best practices in application design, you'll learn about some of the most fundamental Julia features such as modules, data types, functions/interfaces, and metaprogramming. You'll then get to grips with the modern Julia design patterns for building large-scale applications with a focus on performance, reusability, robustness, and maintainability. The book also covers anti-patterns and how to avoid common mistakes and pitfalls in development. You'll see how traditional object-oriented patterns can be implemented differently and more effectively in Julia. Finally, you'll explore various use cases and examples, such as how expert Julia developers use design patterns in their open source packages.</p> <p>By the end of this Julia programming book, you'll have learned methods to improve software design, extensibility, and reusability, and be able to use design patterns efficiently to overcome common challenges in software development.</p> <h4>What you will learn</h4> <ul> <li>Master the Julia language features that are key to developing large-scale software applications</li> <li>Discover design patterns to improve overall application architecture and design</li> <li>Develop reusable programs that are modular, extendable, performant, and easy to maintain</li> <li>Weigh up the pros and cons of using different design patterns for use cases</li> <li>Explore methods for transitioning from object-oriented programming to using equivalent or more advanced Julia techniques</li> </ul> <h4>Who this book is for</h4> <p>This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale applications.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Discovering Great Artists Hands-On Art Experiences in the Styles of Great Masters【電子書籍】[ Kim Solga ]

楽天Kobo電子書籍ストア
<p>Fun and easy art-appreciation activities abound in this resource that features over 60 great artists across the ages. A concise biography for each artist tells why his or her work is important, and a kid-tested art activity tries out the artist's approach. Young artists will sketch inventive designs in the style of da Vinci and draw in a nature notebook like Audubon. To understand Rodin, they will create a clay carving. Picasso will inspire a fractured friend, and Kahlo shows the magic in self-portraits. Projects stress the creative process and encourage kids to try unusual techniques such as block printing, pointillism, and mixed media artworks as they learn about architecture, drawing, painting, photography, and sculpture. <em>Discovering Great Artists</em> includes easy-to-follow icons to indicate the experience, preparation, and materials necessary for each project, as well as guides to the style, movement, or era of each artist. Introducing children to the greatest artists has never been more engaging!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,474円

Piano Concertos Nos. 1 and 2: With Orchestral Reduction for Second Piano PIANO CONCERTOS NOS 1 & 2 (Dover Classical Piano Music: Four Hands) [ Johannes Brahms ]

楽天ブックス
PIANO CONCERTOS NOS 1 & 2 Dover Classical Piano Music: Four Hands Johannes Brahms DOVER PUBN INC2014 Paperback English ISBN:9780486406251 洋書 Art & Entertainment(芸術&エンターテインメント) Music 2,534円