
Introducing Python (2nd Edition)
Modern Computing in Simple Packages
カートのアイテムが多すぎます
カートに追加できませんでした。
ウィッシュリストに追加できませんでした。
ほしい物リストの削除に失敗しました。
ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
2か月間月額99円+ 最大700円分のAmazonギフトカードプレゼント!
-
ナレーター:
-
Derek Dysart
-
著者:
-
Bill Lubanovic
このコンテンツについて
Easy to understand and engaging, this updated edition of Introducing Python is ideal for beginning programmers as well as those new to the language. Author Bill Lubanovic takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3. End-of-chapter exercises help you practice what you've learned.
You'll gain a strong foundation in the language, including best practices for testing, debugging, code reuse, and other development tips. This book also shows you how to use Python for applications in business, science, and the arts, using various Python tools and open source packages.
PLEASE NOTE: When you purchase this title, the accompanying PDF will be available in your Audible Library along with the audio.
©2020 Bill Lubanovic (P)2023 Ascent Audioこちらもおすすめ
-
Deep Learning
- MIT Press Essential Knowledge Series
- 著者: John D. Kelleher
- ナレーター: Joel Richards
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In this volume in the MIT Press Essential Knowledge series, computer scientist John Kelleher offers an accessible and concise but comprehensive introduction to the fundamental technology at the heart of the artificial intelligence revolution. Kelleher explains some of the basic concepts in deep learning, presents a history of advances in the field, and discusses the current state of the art.
著者: John D. Kelleher
-
The Rules of Programming
- The Missing Manual: How to Write Better Code
- 著者: Chris Zimmerman
- ナレーター: Ray Greenley
- 再生時間: 7 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This philosophy-of-programming guide presents a unique and entertaining take on how to think about programming. A collection of twenty-one pragmatic rules, each presented in a stand-alone chapter, captures the essential wisdom that every freshly minted programmer needs to know and provides thought-provoking insights for more seasoned programmers. Author Chris Zimmerman, cofounder of the video game studio Sucker Punch Productions, teaches basic truths of programming by wrapping them in memorable aphorisms and driving them home with examples drawn from real code.
著者: Chris Zimmerman
-
Tidy First?
- A Personal Exercise in Empirical Software Design
- 著者: Kent Beck
- ナレーター: Stephen R. Thorne
- 再生時間: 2 時間 41 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up into manageable sections. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings to improve your code while keeping the overall structure of the system in mind. Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem. If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks.
著者: Kent Beck
-
Python Essentials for Dummies
- 著者: John C. Shovic PhD, Alan Simpson
- ナレーター: Lee Goettl
- 再生時間: 5 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This portable Dummies Essentials book focuses on the key topics you need to know about the popular Python language. Great for supplementing a course, reviewing for a certification, or staying knowledgeable on the job.
著者: John C. Shovic PhD, 、その他
-
Hackers & Painters
- Big Ideas from the Computer Age
- 著者: Paul Graham
- ナレーター: Mark Sando
- 再生時間: 7 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We are living in the computer age, in a world increasingly designed and engineered by computer programmers and software designers, by people who call themselves hackers. Who are these people, what motivates them, and why should you care? Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970.
著者: Paul Graham
-
Learning SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- 著者: Alan Beaulieu
- ナレーター: Mike Chamberlain
- 再生時間: 7 時間 29 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL and big data, analytic functions, and working with very large databases.
著者: Alan Beaulieu
-
Deep Learning
- MIT Press Essential Knowledge Series
- 著者: John D. Kelleher
- ナレーター: Joel Richards
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In this volume in the MIT Press Essential Knowledge series, computer scientist John Kelleher offers an accessible and concise but comprehensive introduction to the fundamental technology at the heart of the artificial intelligence revolution. Kelleher explains some of the basic concepts in deep learning, presents a history of advances in the field, and discusses the current state of the art.
著者: John D. Kelleher
-
The Rules of Programming
- The Missing Manual: How to Write Better Code
- 著者: Chris Zimmerman
- ナレーター: Ray Greenley
- 再生時間: 7 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This philosophy-of-programming guide presents a unique and entertaining take on how to think about programming. A collection of twenty-one pragmatic rules, each presented in a stand-alone chapter, captures the essential wisdom that every freshly minted programmer needs to know and provides thought-provoking insights for more seasoned programmers. Author Chris Zimmerman, cofounder of the video game studio Sucker Punch Productions, teaches basic truths of programming by wrapping them in memorable aphorisms and driving them home with examples drawn from real code.
著者: Chris Zimmerman
-
Tidy First?
- A Personal Exercise in Empirical Software Design
- 著者: Kent Beck
- ナレーター: Stephen R. Thorne
- 再生時間: 2 時間 41 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up into manageable sections. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings to improve your code while keeping the overall structure of the system in mind. Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem. If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks.
著者: Kent Beck
-
Python Essentials for Dummies
- 著者: John C. Shovic PhD, Alan Simpson
- ナレーター: Lee Goettl
- 再生時間: 5 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This portable Dummies Essentials book focuses on the key topics you need to know about the popular Python language. Great for supplementing a course, reviewing for a certification, or staying knowledgeable on the job.
著者: John C. Shovic PhD, 、その他
-
Hackers & Painters
- Big Ideas from the Computer Age
- 著者: Paul Graham
- ナレーター: Mark Sando
- 再生時間: 7 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We are living in the computer age, in a world increasingly designed and engineered by computer programmers and software designers, by people who call themselves hackers. Who are these people, what motivates them, and why should you care? Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970.
著者: Paul Graham
-
Learning SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- 著者: Alan Beaulieu
- ナレーター: Mike Chamberlain
- 再生時間: 7 時間 29 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL and big data, analytic functions, and working with very large databases.
著者: Alan Beaulieu
-
AI and Machine Learning for Coders
- A Programmer's Guide to Artificial Intelligence
- 著者: Laurence Moroney
- ナレーター: Timothy Howard Jackson
- 再生時間: 9 時間 17 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics.
著者: Laurence Moroney
-
JavaScript (7th Edition)
- The Definitive Guide: Master the World's Most-Used Programming Language
- 著者: David Flanagan
- ナレーター: Gabriel Vaughan
- 再生時間: 25 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This book is for programmers who want to learn JavaScript and for web developers who want to take their understanding and mastery to the next level. It begins by explaining the JavaScript language itself, in detail, from the bottom up. It then builds on that foundation to cover the web platform and Node.js.
著者: David Flanagan
-
Artificial Intelligence Basics
- A Non-Technical Introduction
- 著者: Tom Taulli
- ナレーター: Al Kessel
- 再生時間: 8 時間 25 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Artificial intelligence touches nearly every part of your day. While you may initially assume that technology such as smart speakers and digital assistants are the extent of it, AI has in fact rapidly become a general-purpose technology, reverberating across industries including transportation, healthcare, financial services, and many more. In our modern era, an understanding of AI and its possibilities for your organization is essential for growth and success. Artificial Intelligence Basics has arrived to equip you with a fundamental, timely grasp of AI and its impact.
著者: Tom Taulli
-
Design for How People Think
- Using Brain Science to Build Better Products
- 著者: John Whalen PhD
- ナレーター: Mitchell Dorian
- 再生時間: 4 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
User experience doesn’t happen on a screen; it happens in the mind, and the experience is multidimensional and multisensory. This practical book will help you uncover critical insights about how your customers think so you can create products or services with an exceptional experience. Corporate leaders, marketers, product owners, and designers will learn how cognitive processes from different brain regions form what we perceive as a singular experience. Author John Whalen shows you how anyone on your team can conduct "contextual interviews" to unlock insights.
著者: John Whalen PhD
-
The Manager's Path
- A Guide for Tech Leaders Navigating Growth and Change
- 著者: Camille Fournier
- ナレーター: Janet Metzger
- 再生時間: 10 時間 7 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Managing people is difficult wherever you work. But in the tech industry, where management is also a technical discipline, the learning curve can be brutal - especially when there are few tools, texts, and frameworks to help you. In this practical guide, author Camille Fournier (tech lead turned CTO) takes you through each stage in the journey from engineer to technical manager.
-
-
A really great help
- 投稿者: Winston 日付: 2021/05/09
著者: Camille Fournier
-
A History of Japan
- Revised Edition
- 著者: R. H. P. Mason, J. G. Caiger
- ナレーター: Derek Perkins
- 再生時間: 13 時間 7 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
A classic of Japanese history, this audiobook is the preeminent work on the history of Japan. Newly revised and updated, A History of Japan is a single-volume complete history of the nation of Japan. Starting in ancient Japan during its early pre-history period, A History of Japan covers every important aspect of history and culture through feudal Japan to the post-Cold War period and collapse of the bubble economy in the early 1990s. Recent findings shed additional light on the origins of Japanese civilization and the birth of Japanese culture.
著者: R. H. P. Mason, 、その他
-
Fundamentals of Data Engineering
- Plan and Build Robust Data Systems
- 著者: Joe Reis, Matt Housley
- ナレーター: Adam Verner
- 再生時間: 17 時間 31 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Data engineering has grown rapidly in the past decade, leaving many software engineers, data scientists, and analysts looking for a comprehensive view of this practice. With this practical book, you'll learn how to plan and build systems to serve the needs of your organization and customers by evaluating the best technologies available through the framework of the data engineering lifecycle.
著者: Joe Reis, 、その他
-
Investing for Beginners 2023
- How to Achieve Financial Freedom and Grow Your Wealth Through Real Estate, the Stock Market, Cryptocurrency, Index Funds, Rental Property, Options Trading, and More.
- 著者: Greg Marty
- ナレーター: Greg Marty
- 再生時間: 1 時間 45 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We know how overwhelming investing can seem at first glance; after all, there are thousands upon thousands of audiobooks on this topic alone! Not to mention, the stock market is unpredictable and can be a risky game for new investors. That's why we've condensed everything into an easy-to-follow guide that anyone from beginners to experts can understand. By following this guide, you will learn all the basics on how to invest in stocks, real estate, or any other investment vehicle that interests you, while learning strategies that have been proven time and time again.
-
-
very good book to start your journey
- 投稿者: marco walter 日付: 2023/11/05
著者: Greg Marty
-
The Deep Learning Revolution
- 著者: Terrence J. Sejnowski
- ナレーター: Shawn Compton
- 再生時間: 8 時間 5 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The deep-learning revolution has brought us driverless cars, the greatly improved Google Translate, fluent conversations with Siri and Alexa, and enormous profits from automated trading on the New York Stock Exchange. Deep-learning networks can play poker better than professional poker players and defeat a world champion at Go. In this book, Terry Sejnowski explains how deep learning went from being an arcane academic field to a disruptive technology in the information economy.
-
The Art of Agile Development, 2nd Edition
- 著者: James Shore, Martin Fowler - foreword, Diana Larsen - contributor, 、その他
- ナレーター: Mike Lenz
- 再生時間: 23 時間 2 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Most companies developing software employ something they call "Agile." But there's widespread misunderstanding of what Agile is and how to use it. If you want to improve your software development team's agility, this comprehensive guidebook's clear, concrete, and detailed guidance explains what to do and why, and when to make trade-offs.
著者: James Shore, 、その他
-
100 Ways to Motivate Yourself, Third Edition
- Change Your Life Forever
- 著者: Steve Chandler
- ナレーター: Fred Stella
- 再生時間: 6 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
With the third refreshed edition of 100 Ways to Motivate Yourself, Steve Chandler helps you create an action plan for living your vision, in business and in life. It features 100 proven methods to positively change the way you think and act - methods based on feedback from the hundreds of thousands of corporate and public seminar attendees Chandler speaks to each year. The book now also includes techniques and breakthroughs he has created for individual coaching clients.
-
-
Motivation is the key.
- 投稿者: シンプルイングリッシュの村上博昭 日付: 2022/12/04
著者: Steve Chandler
-
Expert Secrets - Critical Thinking
- The Ultimate Guide to Improve Decision Making, Problem Solving, and Speed Reading Skills Through Emotional Intelligence, NLP, and How to Analyze People Techniques
- 著者: Maxwell Jensen
- ナレーター: Joseph Thorson
- 再生時間: 1 時間 21 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Expert Secrets - Critical Thinking is the ultimate guide to improving your decision-making, problem-solving, and speed-reading skills, using proven and real-world emotional intelligence, neuro-linguistic programming, and people-analyzing techniques. Author Maxwell Jensen has put together a life-changing guide filled with innovative critical-thinking tips.
著者: Maxwell Jensen
-
The Story of Human Language
- 著者: John McWhorter, The Great Courses
- ナレーター: John McWhorter
- 再生時間: 18 時間 15 分
- オリジナル版
-
総合評価
-
ナレーション
-
ストーリー
Language defines us as a species, placing humans head and shoulders above even the most proficient animal communicators. But it also beguiles us with its endless mysteries, allowing us to ponder why different languages emerged, why there isn't simply a single language, how languages change over time and whether that's good or bad, and how languages die out and become extinct.
-
-
言語接触や英語の語源、変化を学べる書
- 投稿者: 伊藤さとみHome 日付: 2021/12/09
著者: John McWhorter, 、その他
-
Logic
- A Very Short Introduction, 2nd Edition
- 著者: Graham Priest
- ナレーター: Kyle Tait
- 再生時間: 4 時間 5 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Logic is often perceived as having little to do with the rest of philosophy, and even less to do with real life. In this lively and accessible introduction, Graham Priest shows how wrong this conception is. He explores the philosophical roots of the subject, explaining how modern formal logic deals with issues ranging from the existence of God and the reality of time to paradoxes of probability and decision theory. Along the way, the basics of formal logic are explained in simple, non-technical terms, showing that logic is a powerful and exciting part of modern philosophy.
著者: Graham Priest
-
Think Bigger
- How to Innovate
- 著者: Sheena Iyengar
- ナレーター: Orlagh Cassidy
- 再生時間: 6 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Iyengar provides essential tools to spark creative thinking and help us make our most meaningful choices. She draws from recent advances in neuro- and cognitive sciences to give listeners a set of practical steps for coming up with powerful new ideas. Think Bigger offers an innovative evidence-backed method for generating big ideas that Iyengar and her team of researchers developed and refined over the last decade.
著者: Sheena Iyengar
-
The Mind's Mirror
- Risk and Reward in the Age of AI
- 著者: Daniela Rus, Gregory Mone
- ナレーター: Nan McNamara
- 再生時間: 7 時間 57 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
As advances in AI spark fear and confusion, The Mind’s Mirror reminds us that in spite of the very real and pressing challenges, AI is a force with enormous potential to improve human life. Computer scientist and AI researcher Daniela Rus, along with science writer Gregory Mone, offers an expert perspective as a leader in the field who has witnessed many technological hype cycles. Rus and Mone illustrate the ways in which AI can help us become more productive, knowledgeable, creative, insightful, and even empathetic, as well as the many risks associated with misuse.
著者: Daniela Rus, 、その他
-
Database Internals
- A Deep Dive into How Distributed Data Systems Work, 1st Edition
- 著者: Alex Petrov
- ナレーター: Mike Chamberlain
- 再生時間: 12 時間 51 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it's often difficult to understand what each one offers. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals.
著者: Alex Petrov
-
Teaming
- How Organizations Learn, Innovate, and Compete in the Knowledge Economy
- 著者: Amy C. Edmondson
- ナレーター: Vanessa Hart
- 再生時間: 10 時間 33 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Continuous improvement, understanding complex systems, and promoting innovation are all part of the landscape of learning challenges today's companies face. Amy Edmondson shows that organizations thrive, or fail to thrive, based on how well the small groups within those organizations work. In most organizations, the work that produces value for customers is carried out by teams, and increasingly, by flexible team-like entities.
著者: Amy C. Edmondson
-
The Fearless Organization
- Creating Psychological Safety in the Workplace for Learning, Innovation, and Growth
- 著者: Amy C. Edmondson
- ナレーター: Jennifer Jill Araya
- 再生時間: 6 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The Fearless Organization offers practical guidance for teams and organizations who are serious about success in the modern economy. With so much riding on innovation, creativity, and spark, it is essential to attract and retain quality talent, but what good does this talent do if no one is able to speak their mind? The traditional culture of "fitting in" and "going along" spells doom in the knowledge economy. Success requires a continuous influx of new ideas, new challenges, and critical thought, and the interpersonal climate must not suppress, silence, ridicule, or intimidate.
著者: Amy C. Edmondson
-
Learn Better
- Mastering the Skills for Success in Life, Business, and School, or, How to Become an Expert in Just About Anything
- 著者: Ulrich Boser
- ナレーター: Tom Parks
- 再生時間: 9 時間 14 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
For centuries, experts have argued that learning was about memorizing information: You're supposed to study facts, dates, and details, burn them into your memory, and then apply that knowledge at opportune times. But this approach to learning isn't nearly enough for the world that we live in today, and in Learn Better journalist and education researcher Ulrich Boser demonstrates that how we learn can matter just as much as what we learn.
-
-
Helpful reminders
- 投稿者: Mina 日付: 2023/09/01
著者: Ulrich Boser
-
Cosmos
- A Personal Voyage
- 著者: Carl Sagan
- ナレーター: LeVar Burton, Seth MacFarlane, Neil deGrasse Tyson, 、その他
- 再生時間: 14 時間 31 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Cosmos is one of the bestselling science books of all time. In clear-eyed prose, Sagan reveals a jewel-like blue world inhabited by a life form that is just beginning to discover its own identity and to venture into the vast ocean of space.
著者: Carl Sagan
-
Understanding Software
- Max Kanat-Alexander on Simplicity, Coding, and How to Suck Less as a Programmer
- 著者: Max Kanat-Alexander
- ナレーター: Steve Menasche
- 再生時間: 6 時間 4 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In Understanding Software, Max Kanat-Alexander, Technical Lead for Code Health at Google, shows you how to bring simplicity back to computer programming. Max explains to you why programmers suck, and how to suck less as a programmer. There's just too much complex stuff in the world. Complex stuff can't be used, and it breaks too easily. Complexity is stupid. Simplicity is smart.
-
The Goal
- A Process of Ongoing Improvement - 30th Anniversary Edition
- 著者: Eliyahu M. Goldratt, Jeff Cox
- ナレーター: uncredited
- 再生時間: 11 時間 45 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In this intriguing business novel, which illustrates state-of-the-art economic theory, Alex Rogo is a UniCo plant manager whose factory and marriage are failing. To revitalize the plant, he follows piecemeal advice from an elusive former college professor who teaches, for example, that reduction in the efficiency of some plant operations may make the entire operation more productive. Alex's attempts to find the path to profitability and to engage his employees in the struggle involve the listener; and thankfully the authors' economic models.
-
-
Great story telling; still relevant today
- 投稿者: JSBX 日付: 2021/12/04
著者: Eliyahu M. Goldratt, 、その他
-
Marketing 6.0
- The Future Is Immersive
- 著者: Philip Kotler, Hermawan Kartajaya, Iwan Setiawan
- ナレーター: Graham Rowat
- 再生時間: 5 時間 40 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In Marketing 6.0, the celebrated promoter of the "Four P's of Marketing," Philip Kotler, explains how marketers can use technology to address customers' needs and make a difference in the world. In a new age of metamarketing, this book provides marketers with a way to integrate technological and business model evolution with the dramatic shifts in consumer behavior that have happened in the last decade.
著者: Philip Kotler, 、その他