Language Technology
-
-
Mastering ChatGPT for Beginners
- How to Harness the Power of AI Language Models for Your Personal and Professional Growth
- Auteur(s): Shane Corbitt
- Narrateur(s): Monica Dellawere
- Durée: 3 h et 35 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Ignite your untapped potential with ChatGPT and revolutionize your personal and professional life using this comprehensive, step-by-step guide to AI mastery! With up to 40% of daily work activities capable of being automated, there's never been a better time to dive into the world of AI. In this guide, you'll uncover everything you need to know about ChatGPT and how to use it to streamline your workflow and enhance your productivity. You'll gain practical insights into how to make ChatGPT work for you.
-
Mastering ChatGPT for Beginners
- How to Harness the Power of AI Language Models for Your Personal and Professional Growth
- Narrateur(s): Monica Dellawere
- Durée: 3 h et 35 min
- Date de publication: 2023-08-22
- Langue: Anglais
-
Ignite your untapped potential with ChatGPT and revolutionize your personal and professional life using this comprehensive guide to AI mastery! In this guide, you'll uncover everything you need to know about ChatGPT and how to use it to streamline your workflow and enhance your productivity....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
15,33 $ ou gratuit avec l'essai de 30 jours
-
-
-
The Joy of Clojure
- Auteur(s): Michael Fogus, Chris Houser
- Narrateur(s): Mark Thomas
- Durée: 15 h et 2 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
The Joy of Clojure, Second Edition is a deep account of the Clojure language. Fully updated for Clojure 1.6, this edition goes beyond the syntax to show you how to write fluent Clojure code. You'll learn functional and declarative approaches to programming and will master techniques that make Clojure elegant and efficient. The book shows you how to solve hard problems related to concurrency, interoperability, and performance, and how great it can be to think in the Clojure way.
-
The Joy of Clojure
- Narrateur(s): Mark Thomas
- Durée: 15 h et 2 min
- Date de publication: 2018-11-07
- Langue: Anglais
-
The Joy of Clojure, Second Edition is a deep account of the Clojure language. Fully updated for Clojure 1.6, this edition goes beyond the syntax to show you how to write fluent Clojure code....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
25,88 $ ou gratuit avec l'essai de 30 jours
-
-
-
Java 8 in Action
- Lambdas, Streams, and Functional-Style Programming
- Auteur(s): Raoul-Gabriel Urma, Mario Fusco, Alan Mycroft
- Narrateur(s): Ezra Simeloff
- Durée: 12 h et 54 min
- Version intégrale
-
Au global1
-
Performance1
-
Histoire1
Every new version of Java is important, but Java 8 was a game changer. Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code. Next, it covers the new Streams API and shows how you can use it to make collection-based code radically easier to understand and maintain.
-
Java 8 in Action
- Lambdas, Streams, and Functional-Style Programming
- Narrateur(s): Ezra Simeloff
- Durée: 12 h et 54 min
- Date de publication: 2019-01-03
- Langue: Anglais
-
Every new version of Java is important, but Java 8 was a game changer. Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
24,63 $ ou gratuit avec l'essai de 30 jours
-
-
-
Algorithms of the Intelligent Web
- Auteur(s): Douglas McIlwraith, Haralambos Marmanis, Dmitry Babenko
- Narrateur(s): Mark Thomas
- Durée: 8 h et 39 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Algorithms of the Intelligent Web, Second Edition teaches you how to create machine learning applications that crunch and wrangle data collected from users, web applications, and website logs. In this totally revised edition, you'll look at intelligent algorithms that extract real value from data. Key machine learning concepts are explained with code examples in Python's scikit-learn. This book guides you through algorithms to capture, store, and structure data streams coming from the web.
-
Algorithms of the Intelligent Web
- Narrateur(s): Mark Thomas
- Durée: 8 h et 39 min
- Date de publication: 2018-10-23
- Langue: Anglais
-
Algorithms of the Intelligent Web, Second Edition teaches you how to create machine learning applications that crunch and wrangle data collected from users, web applications, and website logs. You'll look at intelligent algorithms that extract real value from data....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
22,07 $ ou gratuit avec l'essai de 30 jours
-
-
-
The Little Elixir & OTP Guidebook
- Auteur(s): Benjamin Tan Wei Hao
- Narrateur(s): Mark Thomas
- Durée: 6 h et 27 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
The Little Elixir & OTP Guidebook gets you started writing applications with Elixir and OTP. You'll begin with the immediately comfortable Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into several lighthearted examples that teach you to take advantage of the incredible functionality built into the OTP library.
-
The Little Elixir & OTP Guidebook
- Narrateur(s): Mark Thomas
- Durée: 6 h et 27 min
- Date de publication: 2018-10-22
- Langue: Anglais
-
Elixir is an elegant programming language that combines the expressiveness of Ruby with the concurrency and fault-tolerance of Erlang. The Little Elixir & OTP Guidebook gets you started writing applications with Elixir and OTP....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
19,49 $ ou gratuit avec l'essai de 30 jours
-
-
-
Godot from Zero to Proficiency (Proficient)
- A Step-by-Step Guide to Creating Your First RPG
- Auteur(s): Patrick Felicia
- Narrateur(s): Brad Derry
- Durée: 7 h et 12 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
This book is your ultimate guide to mastering Godot game development. No prior experience needed! Dive into the exciting world of Godot and learn step-by-step how to design captivating 2D and 3D environments, program engaging gameplay mechanics, and create stunning visual effects. Imagine building your dream games and impressing friends and potential employers with your skills.
-
Godot from Zero to Proficiency (Proficient)
- A Step-by-Step Guide to Creating Your First RPG
- Narrateur(s): Brad Derry
- Série: Godot from Zero to Proficiency, Livre 5
- Durée: 7 h et 12 min
- Date de publication: 2025-02-04
- Langue: Anglais
-
This book is your ultimate guide to mastering Godot game development. No prior experience needed! Dive into the exciting world of Godot and learn step-by-step how to design captivating 2D and 3D environments, program engaging gameplay mechanics, and create stunning visual effects.
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
20,33 $ ou gratuit avec l'essai de 30 jours
-
-
-
Brazilian Portuguese for Technology Professionals
- Auteur(s): Bruno Ortiz
- Narrateur(s): Bruno Ortiz
- Durée: 13 h et 55 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
This is an audio guide to important words and phrases related to IT and technology in Brazilian Portuguese for English-speaking language learners. A refresher on basic general Brazilian Portuguese is also included. The course is broken out into 14 sessions, enabling a firm understanding of tech-related vocabulary within 2 weeks.
-
Brazilian Portuguese for Technology Professionals
- Narrateur(s): Bruno Ortiz
- Durée: 13 h et 55 min
- Date de publication: 2022-08-12
- Langue: Anglais
-
This is an audio guide to important words and phrases related to IT and technology in Brazilian Portuguese for English-speaking language learners....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
31,26 $ ou gratuit avec l'essai de 30 jours
-
-
-
Spanish for Technology Professionals
- Auteur(s): Ramon Santos
- Narrateur(s): Lautaro Joel Machao Sosa
- Durée: 7 h et 27 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
A focused Spanish course for English speakers, focused on tech-related terms and vocabulary. Topics covered include vocabulary related to the cloud, coding, AI, databases mobile devices, user testing, tech support, management, and other technology-related words and phrases. The course also teaches basic Spanish words, phrases, and grammatical concepts, in addition to a deep focus on tech vocabulary. This is a useful resource for technology managers and professionals who interact with Spanish speakers in their role.
-
Spanish for Technology Professionals
- Narrateur(s): Lautaro Joel Machao Sosa
- Durée: 7 h et 27 min
- Date de publication: 2022-01-14
- Langue: Anglais
-
A focused Spanish course for English speakers, focused on tech-related terms and vocabulary. Topics covered include vocabulary related to the cloud, coding, AI, databases mobile devices, user testing, tech support, management, and other technology-related words and phrases....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
25,00 $ ou gratuit avec l'essai de 30 jours
-
-
-
SQL Computer Programming for Beginners
- The Ultimate Guide to Learn SQL Programming Basics, SQL Languages, Queries and Practice Problems, SQL Server and Database, Coding Languages for Beginners
- Auteur(s): Anthony Hack
- Narrateur(s): Jordan Gunner
- Durée: 4 h et 21 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Have you always been interested in the World of Programming? Are you tired of checking through a huge database daily? If you want to learn the “Sql Programming Language” then this is the perfect audiobook for you. This guidebook is going to help you to get started so that you can organize and access your data any time you want to. We are going to cover some of the basic information you need to make this system work for you.
-
SQL Computer Programming for Beginners
- The Ultimate Guide to Learn SQL Programming Basics, SQL Languages, Queries and Practice Problems, SQL Server and Database, Coding Languages for Beginners
- Narrateur(s): Jordan Gunner
- Durée: 4 h et 21 min
- Date de publication: 2020-01-13
- Langue: Anglais
-
Have you always been interested in the World of Programming? Are you tired of checking through a huge database daily? If you want to learn the “Sql Programming Language” then this is the perfect audiobook for you....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
16,44 $ ou gratuit avec l'essai de 30 jours
-
-
-
JavaScript QuickStart Guide
- The Simplified Beginner's Guide to Building Interactive Websites and Creating Dynamic Functionality Using Hands-On Projects (Coding & Programming - QuickStart Guides)
- Auteur(s): Robert Oliver
- Narrateur(s): Kaz Lalonde
- Durée: 6 h et 34 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Master the most popular programming language in the world. Learn how to bring websites to life with the power of JavaScript, add dynamic interactivity and rich animations to otherwise dull webpages, all with the versatile programming language that builds apps, websites, and more!
-
JavaScript QuickStart Guide
- The Simplified Beginner's Guide to Building Interactive Websites and Creating Dynamic Functionality Using Hands-On Projects (Coding & Programming - QuickStart Guides)
- Narrateur(s): Kaz Lalonde
- Durée: 6 h et 34 min
- Date de publication: 2025-02-04
- Langue: Anglais
-
Master the most popular programming language in the world. Learn how to bring websites to life with the power of JavaScript, add dynamic interactivity and rich animations to otherwise dull webpages, all with the versatile programming language that builds apps, websites, and more!
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
19,81 $ ou gratuit avec l'essai de 30 jours
-
-
-
The Future of Language
- How Technology, Politics and Utopianism Are Transforming the Way We Communicate
- Auteur(s): Dr Philip Seargeant
- Narrateur(s): Esh Alladi
- Durée: 7 h et 29 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
The Future of Language distinguishes myth from reality and superstition from scientifically based prediction as it plots out the importance of language and raises questions about its future. From the rise of artificial intelligence and speaking robots, to brain implants and computer-facilitated telepathy, language and communications expert Philip Seargeant surveys the development of new digital ‘languages’ and investigates how conventions of spoken and written language are being modified by new trends in communication.
-
The Future of Language
- How Technology, Politics and Utopianism Are Transforming the Way We Communicate
- Narrateur(s): Esh Alladi
- Durée: 7 h et 29 min
- Date de publication: 2023-11-16
- Langue: Anglais
-
Shining a light on the technology currently being developed to revolutionise communication, The Future of Language distinguishes myth from reality and superstition from scientifically based prediction as it plots out the importance of language and raises questions about its future....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
20,33 $ ou gratuit avec l'essai de 30 jours
-
-
-
Sprachkurs Python
- Das Programmier-Hörbuch
- Auteur(s): Johannes Schildgen
- Narrateur(s): Johannes Schildgen
- Durée: 4 h et 41 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Python ist die ideale Programmiersprache, um Programmieren zu lernen. Die Sprache ist sowohl sehr simpel als auch vielseitig einsetzbar. Das macht Python zu einer der populärsten Programmiersprachen überhaupt. Zu Beginn lernst du die Grundlagen der Programmiersprache Python, also Datentypen, Variablen, Kontrollstukturen, Schleifen und Funktionen.
-
Sprachkurs Python
- Das Programmier-Hörbuch
- Narrateur(s): Johannes Schildgen
- Durée: 4 h et 41 min
- Date de publication: 2024-04-26
- Langue: Allemand
-
Python ist die ideale Programmiersprache, um Programmieren zu lernen. Die Sprache ist sowohl sehr simpel als auch vielseitig einsetzbar. Das macht...
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
14,68 $ ou gratuit avec l'essai de 30 jours
-
-
-
JavaScript Application Design: A Build First Approach
- Auteur(s): Nicolas Bevacqua
- Narrateur(s): Ken Fricklas
- Durée: 8 h et 27 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
JavaScript Application Design: A Build First Approach introduces JavaScript developers to techniques that will improve the quality of their software as well as their web development workflow. You'll begin by learning how to establish build processes that are appropriate for JavaScript-driven development. Then, you'll walk through best practices for productive day-to-day development, like running tasks when your code changes, deploying applications with a single command, and monitoring the state of your application once it's in production.
-
JavaScript Application Design: A Build First Approach
- Narrateur(s): Ken Fricklas
- Durée: 8 h et 27 min
- Date de publication: 2018-12-31
- Langue: Anglais
-
JavaScript Application Design: A Build First Approach introduces JavaScript developers to techniques that will improve the quality of their software as well as their web development workflow....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
21,64 $ ou gratuit avec l'essai de 30 jours
-
-
-
All About 3D Printing
- Auteur(s): Tracy Abell
- Narrateur(s): Lauren McCullough
- Durée: 10 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Explores the fascinating world of 3D printing. With fun facts and engaging discussion topics, this short audiobook provides an inspiring look at this exciting technology.
-
All About 3D Printing
- Narrateur(s): Lauren McCullough
- Durée: 10 min
- Date de publication: 2018-04-24
- Langue: Anglais
-
Explores the fascinating world of 3D printing. With fun facts and engaging discussion topics, this short audiobook provides an inspiring look at this exciting technology....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
5,56 $ ou gratuit avec l'essai de 30 jours
-
-
-
Finding the Lost Art of Empathy
- Connecting Human to Human in a Disconnected World
- Auteur(s): Tracy Wilde-Pace, Judah Smith - introduction
- Narrateur(s): Tracy Wilde-Pace
- Durée: 4 h et 44 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Pastor Tracy Wilde reflects on the absence of empathy in today’s world and shares how Christians can renew their compassion to help unify not only the church, but society as well, in this timely and refreshing guide. Achieving meaningful relationships and cultivating lasting connections with...
-
Finding the Lost Art of Empathy
- Connecting Human to Human in a Disconnected World
- Narrateur(s): Tracy Wilde-Pace
- Durée: 4 h et 44 min
- Date de publication: 2017-05-16
- Langue: Anglais
- Pastor Tracy Wilde reflects on the absence of empathy in today’s world and shares how Christians can renew their compassion to help unify not only the church, but society as well, in this timely and refreshing guide. Achieving meaningful relationships and cultivating lasting connections with...
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
19,97 $ ou gratuit avec l'essai de 30 jours
-
-
-
General Lee's Army
- From Victory to Collapse
- Auteur(s): Joseph T. Glatthaar
- Narrateur(s): Robertson Dean
- Durée: 25 h et 17 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
This sweeping history of the Civil War and the Confederacy is told through the lens of its most crucial army: the Army of Northern Virginia, commanded by Robert E. Lee. General Lee's Army takes listeners across the Rebel landscape, from campfires to battlefields to their homes, as it portrays a world of life, death, healing, and hardship.
-
General Lee's Army
- From Victory to Collapse
- Narrateur(s): Robertson Dean
- Durée: 25 h et 17 min
- Date de publication: 2008-03-18
- Langue: Anglais
- This sweeping history of the Civil War and the Confederacy is told through the lens of its most crucial army, the Army of Northern Virginia commanded by Robert E. Lee....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
33,76 $ ou gratuit avec l'essai de 30 jours
-
-
-
Capology
- Coverage. Alignment. Personnel
- Auteur(s): Dub Maddox
- Narrateur(s): Dub Maddox
- Durée: 4 h et 28 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Lack of science in this area has created a lag in the ability to coach cognition. Language research reveals a secret that can accelerate the cognitive process. Capology is the football language of the R4 system. Specifically, it is the language and lens of leverage in football. Capology will take you on a journey on how to build, apply and implement a coding language to read the reality in the game. This book is for a coach, scout, or player that longs to attain an expert lens into the passing game of football.
-
Capology
- Coverage. Alignment. Personnel
- Narrateur(s): Dub Maddox
- Durée: 4 h et 28 min
- Date de publication: 2024-03-14
- Langue: Anglais
-
Since the turn of the century, science has accelerated sport performance. Technology has increased the flow of information to accelerate movement and sport strategies.
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
17,51 $ ou gratuit avec l'essai de 30 jours
-
-
-
Physics for 10th Grade (Russian Edition)
- Auteur(s): T. Kokorina
- Narrateur(s): Ilya Glukhov
- Durée: 4 h et 28 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Audiokurs pomozhet uchashhimsja v osvoenii neobhodimogo materiala po kursu fiziki v 10 klasse obshheobrazovatel'noj shkoly. Vazhnoj temoj audiokursa javljaetsja razdel «Mehanika», vkljuchajushhaja dinamiku vrashhenija tverdogo tela, osnovy molekuljarno-kineticheskoj teorii i termodinamiki, elektrodinamiki i elektronnoj teorii.
-
Physics for 10th Grade (Russian Edition)
- Narrateur(s): Ilya Glukhov
- Durée: 4 h et 28 min
- Date de publication: 2013-03-26
- Langue: Russe
- Audiokurs pomozhet uchashhimsja v osvoenii neobhodimogo materiala po kursu fiziki v 10 klasse obshheobrazovatel'noj shkoly....
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
17,34 $ ou gratuit avec l'essai de 30 jours
-
-
-
Evolution: Eine kurze Geschichte von Mensch und Natur
- Auteur(s): Josef H. Reichholf
- Narrateur(s): Peter Kaempfe
- Durée: 7 h et 54 min
- Version intégrale
-
Au global0
-
Performance0
-
Histoire0
Warum sind wir Menschen so verschieden? Sind wir nicht merkwürdig, wir Menschen, mit verschiedenartigem Aussehen, anderen Sprachen und unterschiedlichen Religionen? Der Evolutionsbiologe Josef H. Reichholf greift das Thema Evolution anhand der alltäglichen Erfahrungen auf, die junge Menschen z.B. bei ihren Mitschülern machen: Jeder Einzelne ist anders, dazu kommt die äußerliche Verschiedenheit durch Kinder asiatischer oder schwarzafrikanischer Herkunft.
-
Evolution: Eine kurze Geschichte von Mensch und Natur
- Narrateur(s): Peter Kaempfe
- Durée: 7 h et 54 min
- Date de publication: 2016-05-09
- Langue: Allemand
- Warum sind wir Menschen so verschieden? Sind wir nicht merkwürdig, wir Menschen, mit verschiedenartigem Aussehen, anderen Sprachen...
Échec de l'ajout au panier.
Veuillez réessayer plus tardÉchec de l'ajout à la liste d'envies.
Veuillez réessayer plus tardÉchec de la suppression de la liste d’envies.
Veuillez réessayer plus tardÉchec du suivi du balado
Ne plus suivre le balado a échoué
20,53 $ ou gratuit avec l'essai de 30 jours
-