Showing titles in Programming
-
-
Guide To: Learning Python Decorators
- Python Guides
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 2 hrs
- Unabridged
-
Overall
-
Performance
-
Story
Decorators are pretty common in modern Python. While not strictly necessary, they can reduce code size while enabling control of function input, invocation, and output. They also enable separation of responsibility and DRY. Many explanations of decorators are brief and leave the listener somewhat confused. This book is an attempt to remedy that. It is based on popular tutorials given at PyCon and in Python user groups.
-
Guide To: Learning Python Decorators
- Python Guides
- Narrated by: John Edmondson
- Length: 2 hrs
- Release date: 12-08-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
Android: Programming in a Day
- The Power Guide for Beginners In Android App Programming
- By: Sam Key
- Narrated by: Millian Quinteros
- Length: 1 hr and 51 mins
- Unabridged
-
Overall
-
Performance
-
Story
Have you always had a great idea for an app, but you don't think you could ever do one yourself - and the cost is too much to put your idea to market! Are you intimidated with all the technical jargon that comes with programming? Is all of this keeping you from developing an app? You do not need to stay out of android programming anymore!
-
Android: Programming in a Day
- The Power Guide for Beginners In Android App Programming
- Narrated by: Millian Quinteros
- Length: 1 hr and 51 mins
- Release date: 06-08-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
Guide to: Learning Iteration and Generators in Python
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 2 hrs and 17 mins
- Unabridged
-
Overall
-
Performance
-
Story
Understanding iteration enables understanding generators and easily creating objects that can iterate. This guide will explain the theory behind iteration in Python and teach best practices for generator creation and use. Do not beware the yield; rather, embrace the power it provides.
-
Guide to: Learning Iteration and Generators in Python
- Narrated by: John Edmondson
- Length: 2 hrs and 17 mins
- Release date: 02-07-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
Brief Introduction to Python Testing
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
Get the lowdown on unittest and doctest as well as some doctest gotchas. This book is a portion of Treading on Python Vo1. That book covers beginning Python and syntax. If you are interested in learning Python and testing, check that book out. Otherwise, this book provides a brief introduction to testing with unittest and doctest.
-
Brief Introduction to Python Testing
- Narrated by: John Edmondson
- Length: 39 mins
- Release date: 18-06-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $5.99 or 1 Credit
Sale price: $5.99 or 1 Credit
-
-
-
Beginning Python Programming: Learn Python Programming in 7 Days
- Treading on Python, Book 1
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 5 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Treading on Python is designed to bring developers and others who are anxious to learn Python up to speed quickly. Not only does it teach the basics of syntax, but it condenses years of experience. You will learn warts, gotchas, best practices, and hints that have been gleaned through the years--in just days.
-
Beginning Python Programming: Learn Python Programming in 7 Days
- Treading on Python, Book 1
- Narrated by: John Edmondson
- Length: 5 hrs and 55 mins
- Release date: 28-01-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $22.99 or 1 Credit
Sale price: $22.99 or 1 Credit
-
-
-
SQLite for Mobile Apps Simplified
- Step by Step Details to Create and Access Database from Android, BlackBerry and iPhone Apps
- By: Sribatsa Das
- Narrated by: Jeffrey Whittle
- Length: 1 hr and 16 mins
- Unabridged
-
Overall
-
Performance
-
Story
This book presents the architecture, functionalities, and data types supported by SQLite. It demonstrates how to use SQLite Command-Line shell. Then, the book presents the approach to use SQLite in Mobile Apps. Later, it presents developing Android, BlackBerry and iOS Applications using SQLite to store and retrieve data with step-by-step details as well as list of source code. In addition, it presents how to use Android ADB Shell to open SQLite Database created for the application.
-
SQLite for Mobile Apps Simplified
- Step by Step Details to Create and Access Database from Android, BlackBerry and iPhone Apps
- Narrated by: Jeffrey Whittle
- Length: 1 hr and 16 mins
- Release date: 21-09-2014
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
Refresher on .NET and Software Design Fundamentals for C# Developers
- By: Aleksey Sinyagin
- Narrated by: Todd Gaddy
- Length: 2 hrs and 34 mins
- Unabridged
-
Overall
-
Performance
-
Story
New technologies, patterns, and frameworks are being developed every year so it's hard to stay up-to-date. This audiobook is intended to help to bridge that gap. The book does not provide secret recipes or uncover new patterns. The goal was to create a guide that provides a conventional overview of key .NET software development topics and helps formalize definitions of concepts such as the .NET Framework, Object-Oriented Programming, and design patterns.
-
Refresher on .NET and Software Design Fundamentals for C# Developers
- Narrated by: Todd Gaddy
- Length: 2 hrs and 34 mins
- Release date: 27-06-2014
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
iOS Programming: Starter Guide
- What Every Programmer Needs to Know About iOS Programming
- By: Jason Scotts
- Narrated by: Kirk Hanley
- Length: 1 hr and 6 mins
- Unabridged
-
Overall
-
Performance
-
Story
iOS Programming: Starter Guide: What Every Programmer Needs to Know About iOS Programming is a precise and concise book for any programmmer to get a quick grasp of the intricacies of iOS and how to master it quickly.
-
iOS Programming: Starter Guide
- What Every Programmer Needs to Know About iOS Programming
- Narrated by: Kirk Hanley
- Length: 1 hr and 6 mins
- Release date: 23-12-2013
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
Assembly Language
- The Ultimate Guide to Programming and Virtual Machines
- By: Jonathan Rigdon
- Narrated by: Kevin Brooker
- Length: 38 mins
- Unabridged
-
Overall
-
Performance
-
Story
Assembly language is often considered a bridge between high-level programming languages and machine code. Unlike high-level languages such as Python or C, which use human-readable syntax and abstract away many details of the underlying hardware, assembly language provides a more direct representation of the CPU's operations.
-
Assembly Language
- The Ultimate Guide to Programming and Virtual Machines
- Narrated by: Kevin Brooker
- Length: 38 mins
- Release date: 20-06-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $5.99 or 1 Credit
Sale price: $5.99 or 1 Credit
-
-
-
The YouTube Algorithm
- Decoding the Mystery
- By: Rowan Everhart
- Narrated by: Jon Mills
- Length: 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
Dive into the heart of YouTube's enigmatic algorithm with "The YouTube Algorithm: Decoding the Mystery." In this groundbreaking research, the veil is lifted on the intricate code governing the world's most popular video-hosting platform. From unraveling the tactics behind artificially inflated views to understanding the nuances of organic popularity, this book exposes the inner workings of YouTube's algorithm. With insights into the prevalence of advertising, fake videos, and malware, listeners are empowered to navigate the digital landscape with clarity and caution.
-
The YouTube Algorithm
- Decoding the Mystery
- Narrated by: Jon Mills
- Length: 56 mins
- Release date: 17-06-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $5.99 or 1 Credit
Sale price: $5.99 or 1 Credit
-
-
-
Programming
- Learn the Fundamentals of Computer Programming Languages
- By: Marc Rawen
- Narrated by: Joe Bronzi
- Length: 2 hrs and 35 mins
- Unabridged
-
Overall
-
Performance
-
Story
Become a programming master by learning these fundamental languages. Discover the secret right here, right now! Have you ever wanted to become a programmer? If you answered "yes", this book is made for you. You will learn the most popular computer languages to make any program you want.
-
Programming
- Learn the Fundamentals of Computer Programming Languages
- Narrated by: Joe Bronzi
- Length: 2 hrs and 35 mins
- Release date: 30-01-2017
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
How to Make Your Own Video Game: Quick Start Guide
- How to eBooks, Book 41
- Narrated by: Mark Keen
- Length: 35 mins
- Release date: 27-07-2016
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $5.99 or 1 Credit
Sale price: $5.99 or 1 Credit
-
-
-
Python Playground
- Coding Games and Projects for Kids and Beginners
- By: L.D. Knowings
- Narrated by: Rebekah Amber Clark
- Length: 6 hrs and 57 mins
- Unabridged
-
Overall
-
Performance
-
Story
Attention aspiring coders and creative minds! Join thousands of Python users changing their future. Discover easy Python learning secrets, even if you're just starting out. Have you ever dreamt of creating your own video game or automating tedious tasks with a few lines of code? Or perhaps you've been intrigued by the power of machine learning and artificial intelligence but felt it was out of reach?
-
Python Playground
- Coding Games and Projects for Kids and Beginners
- Narrated by: Rebekah Amber Clark
- Length: 6 hrs and 57 mins
- Release date: 07-06-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $22.99 or 1 Credit
Sale price: $22.99 or 1 Credit
-
-
-
Code & Conquer: Winning Tech Interview Tactics
- Over 300 Advices on How to Ace Your Interview
- By: Lara Baytol
- Narrated by: Cathy Dust
- Length: 2 hrs and 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
Imagine stepping into a tech interview armed not just with code expertise, but with a profound strategy to win over the gatekeepers of your dream tech job. Code & Conquer: Winning Tech Interview Tactics is your secret weapon, meticulously designed to help software warriors like you transform the daunting process of tech interviews into an exhilarating path to success. This comprehensive book is more than just a guide. It's a masterclass in conquering the rigorous challenges you'll face in the interview room.
-
Code & Conquer: Winning Tech Interview Tactics
- Over 300 Advices on How to Ace Your Interview
- Narrated by: Cathy Dust
- Length: 2 hrs and 52 mins
- Release date: 07-03-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
A.I. & You
- By: Roderick Edwards
- Narrated by: Shevon Cruz-Carrion
- Length: 1 hr and 35 mins
- Unabridged
-
Overall
-
Performance
-
Story
Artificial Intelligence isn't coming. A.I. is here now. This book explores A.I. from the inside out. From the early days of college bulletin boards (BBSes), and MOOS and MUDS to the ChatGPT of today that pumps out content to consume including entire books. This book is completely human-created. It may be the last of its kind on A.I. Learn the history, the present, and future of A.I. in an understandable way and how it will affect you.
-
A.I. & You
- Narrated by: Shevon Cruz-Carrion
- Length: 1 hr and 35 mins
- Release date: 06-03-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
101 Amazing Atari 2600 Facts
- Games Console History, Book 1
- By: Jimmy Russell
- Narrated by: Charles King
- Length: 29 mins
- Unabridged
-
Overall
-
Performance
-
Story
In this, the first title in Jimmy Russell's Games Console History series, we learn 101 amazing facts about Atari's seminal 2600, the first truly popular home family computer games system. The facts cover many areas, including the history, the hardware, game titles both rare and popular and some incredible information you probably never knew!
-
101 Amazing Atari 2600 Facts
- Games Console History, Book 1
- Narrated by: Charles King
- Length: 29 mins
- Release date: 17-05-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $9.99 or 1 Credit
Sale price: $9.99 or 1 Credit
-
-
-
Freelance Computer Programming Jobs Business Book
- How a Freelance Software Engineer Freelance Coding Can Make Massive Money Now!
- By: Brian Mahoney
- Narrated by: Brian Mahoney, Katie Johnson
- Length: 3 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
With this Freelance Computer Programming Jobs Business Book...Imagine you can have the knowledge you want to start your freelance coding business and live the Hassle Free All-American Lifestyle of Independence, Prosperity and Peace of Mind. Discover ....Secrets to Making Money Right Now!
-
Freelance Computer Programming Jobs Business Book
- How a Freelance Software Engineer Freelance Coding Can Make Massive Money Now!
- Narrated by: Brian Mahoney, Katie Johnson
- Length: 3 hrs and 4 mins
- Release date: 25-04-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $16.99 or 1 Credit
Sale price: $16.99 or 1 Credit
-
-
-
Mach keinen Quatsch
- Wie drei unerschrockene Freunde eines der erfolgreichsten Start-ups der Welt aufgebaut haben
- By: Janosch Kühn, Oliver Löffler, Daniel Stammler
- Narrated by: Michael J. Diekmann
- Length: 5 hrs and 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
"Mach keinen Quatsch" ist die unglaubliche und atemberaubende Erzählung von drei Jungen aus der Provinz, die eines der erfolgreichsten deutschen Start-ups aufgebaut haben. Daniel, der Stratege. Janosch, der Strippenzieher. Und Oliver, der gelassene Coder. Ihre Freundschaft hält den Laden zusammen. Was sie nicht können, lernen sie schnell. No limits! Ehrlich, sympathisch und auf den Punkt erzählen sie ihre Geschichte. Mit dem Abstand, den sie in den wilden Zeiten ihres Start-ups nie hatten. Das Spiel: Idle Miner Tycoon. 150 Millionen Spieler weltweit.
-
Mach keinen Quatsch
- Wie drei unerschrockene Freunde eines der erfolgreichsten Start-ups der Welt aufgebaut haben
- Narrated by: Michael J. Diekmann
- Length: 5 hrs and 39 mins
- Release date: 27-03-2023
- Language: German
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $21.99 or 1 Credit
Sale price: $21.99 or 1 Credit
-
-
-
Code Gamers Development 2 in 1 Value Bundle
- Code Gamers Development: Essentials + Code Gamers Development: Lua Essentials. Your #1 Book Set to Jump Start Your Video Game Programming Career
- By: A.E. Colonna
- Narrated by: Elizabeth Phillips, Nicholas Seitz
- Length: 7 hrs and 53 mins
- Unabridged
-
Overall
-
Performance
-
Story
Create your very first video game without any prior coding experience!! Would you like to get ahold of simple, effective, and compatible steps that will enable you to be an excellent problem solver while game programming? Do you want to start game coding without worrying if you’re smart enough to get it right? If your answer is yes to any of these questions, you’ve got to listen to this book!
-
Code Gamers Development 2 in 1 Value Bundle
- Code Gamers Development: Essentials + Code Gamers Development: Lua Essentials. Your #1 Book Set to Jump Start Your Video Game Programming Career
- Narrated by: Elizabeth Phillips, Nicholas Seitz
- Length: 7 hrs and 53 mins
- Release date: 14-02-2024
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $26.99 or 1 Credit
Sale price: $26.99 or 1 Credit
-
-
-
Ошибки разработчиков видеоигр. От идеи до провала
- By: Слава Грис
- Narrated by: Слава Грис
- Length: 9 hrs and 3 mins
- Unabridged
-
Overall
-
Performance
-
Story
Как трезво оценивать свой проект? Что мешает грамотно планировать свою работу? Какие психологические особенности игроков стоит учитывать? Создание видеоигр — особое искусство. Инструмент разработчика – не компьютер, не игровые движки, а мозг и сила воображения. Благодаря последнему можно создать шедевр или довести всё до полного фиаско. Книга Ошибки разработчиков видеоигр: от идеи до провала объяснит, как избежать самых распространенных ошибок, научит грамотно анализировать выбранное направление, четко оценивать свои силы и не опускать руки на пути к своей цели. Слава Грис.
-
Ошибки разработчиков видеоигр. От идеи до провала
- Narrated by: Слава Грис
- Length: 9 hrs and 3 mins
- Release date: 08-02-2024
- Language: Russian
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
Non-member price: $12.99 or 1 Credit
Sale price: $12.99 or 1 Credit
-