Showing titles in Programming Languages
-
-
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
-
-
-
What's HTML?
- By: John Rouda
- Narrated by: Adam Kragt, Cosmic Crate
- Length: 1 hr and 30 mins
- Unabridged
-
Overall
-
Performance
-
Story
This book is designed to be a quick way to learn HTML and HTML5. It should also be used as a reference for you to look back at for refreshers and information on tags that are commonly used. This is a great resource for students and professionals that need a quick reference or wish to learn the basics of HTML and HTML5 quickly. As a computer science professor, I've taught hundreds of students HTML. The reason I wrote this book is help teach others HTML and HTML5.
-
What's HTML?
- Narrated by: Adam Kragt, Cosmic Crate
- Length: 1 hr and 30 mins
- Release date: 16-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
-
-
-
Rails Programming Professional Made Easy, 2nd Edition
- Expert Rails Programming Success in a Day for Any Computer User!
- By: Sam Key
- Narrated by: Millian Quinteros
- Length: 57 mins
- Unabridged
-
Overall
-
Performance
-
Story
Do you want to become an expert in Rails programming, but do you find all the technical jargon challenging? Do you need a reference guide that walks you through step by step and skips all the challenging, intimidating technical data? This audiobook includes step-by-step details on creating all steps of articles, data, and forms! Take the correct step, download this audiobook now to begin your successful education in Rails - in a single day!
-
Rails Programming Professional Made Easy, 2nd Edition
- Expert Rails Programming Success in a Day for Any Computer User!
- Narrated by: Millian Quinteros
- Length: 57 mins
- Release date: 01-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: $5.99 or 1 Credit
Sale price: $5.99 or 1 Credit
-
-
-
JavaScript Professional Programming Made Easy, 2nd Edition
- Expert JavaScripts Programming Language Success in a Day for Any Computer User!
- By: Sam Key
- Narrated by: Millian Quinteros
- Length: 1 hr and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
Are you looking to take your programming to the next level? Get the basics fast, so you can become a pro immediately! Want all the coding tools you need to be the best at JavaScript? This audiobook covers HTML, CSS, and JavaScript - all in one! Don't know your JavaScript statements? How about basic syntax? Or functions and events? Are you tired of all those technical books that make programming seem impossible? Well, stop stressing! And start JavaScript programming now; turn your basic knowledge into professional knowledge with one click!
-
JavaScript Professional Programming Made Easy, 2nd Edition
- Expert JavaScripts Programming Language Success in a Day for Any Computer User!
- Narrated by: Millian Quinteros
- Length: 1 hr and 2 mins
- Release date: 01-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
-
-
-
PHP Programming Professional Made Easy 2nd Edition
- Expert PHP Programming Language Success in a Day for Any Computer User!
- By: Sam Key
- Narrated by: Millian Quinteros
- Length: 40 mins
- Unabridged
-
Overall
-
Performance
-
Story
Need basic tips on scripting for web development? Want to take the next step in programming and become an expert in the category without getting confused of technical jargon? Need a step-by-step walk-through to take your PHP programming to the next level? Start from PHP basics in coding such as syntax, echo, and print, right through to constants and variables!
-
PHP Programming Professional Made Easy 2nd Edition
- Expert PHP Programming Language Success in a Day for Any Computer User!
- Narrated by: Millian Quinteros
- Length: 40 mins
- Release date: 29-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
-
-
-
Guide to: Functional Python and Comprehension Constructs
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 1 hr and 28 mins
- Unabridged
-
Overall
-
Performance
-
Story
Functional programming is a somewhat hidden aspect of Python. Though it supports many of the functional constructs, the style is not widely adopted. On the flip side, functional programming appears to be making a resurgence because of the benefits it can provide. Comprehensions are an alternative Pythonic construct for programming in a similar manner. These are features of Python that are commonly used instead of their functional counterparts.
-
Guide to: Functional Python and Comprehension Constructs
- Narrated by: John Edmondson
- Length: 1 hr and 28 mins
- Release date: 19-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: $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
-
-
-
The Secret of Power
- Theosophical Classics
- By: J. D. Buck
- Narrated by: Norman Wood
- Length: 18 mins
- Unabridged
-
Overall
-
Performance
-
Story
J. D. Buck was a prominent theosophist, an influential Freemason, as well as a writer on both subjects. In this particular piece from 1897, he writes about the importance of self-discipline and how it's tied in with the concept of power. He writes about controlling one's feelings and conquering one's passions in order to achieve and maintain the ability of self-mastery. He also talks about universal brotherhood, a concept important to theosophists and Freemasons alike.
-
The Secret of Power
- Theosophical Classics
- Narrated by: Norman Wood
- Length: 18 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
-
-
-
CSS Programming Professional Made Easy 2nd Edition
- Expert CSS Programming Language Success in a Day for any Computer User!
- By: Sam Key
- Narrated by: Millian Quinteros
- Length: 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
Do you know why CSS programming will save you time over any other programming language?
-
CSS Programming Professional Made Easy 2nd Edition
- Expert CSS Programming Language Success in a Day for any Computer User!
- Narrated by: Millian Quinteros
- Length: 52 mins
- Release date: 15-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
-
-
-
Intermediate Python
- Treading on Python, Book 2
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 5 hrs and 32 mins
- Unabridged
-
Overall
-
Performance
-
Story
Python is easy to learn. You can learn the basics in a day and be productive with it, but there are more-advanced constructs that you will eventually run across if you spend enough time with it. These constructs, while not necessary per se, allow you to be more succinct, to re-use code, and to think about code in a different way. In this audiobook, you will learn how the constructs work and when to use them, receive real-life examples from the standard library, and more. Write Python like the masters.
-
Intermediate Python
- Treading on Python, Book 2
- Narrated by: John Edmondson
- Length: 5 hrs and 32 mins
- Release date: 18-05-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
-
-
-
HTML Programming Professional Made Easy, 2nd Edition
- Expert HTML Programming Language Success in a Day for Any Computer Users
- By: Sam Key
- Narrated by: Millian Quinteros
- Length: 45 mins
- Unabridged
-
Overall
-
Performance
-
Story
Wish there was a technical audiobook out there that skipped the jargon and got right to the point in an easy to understand format?
-
HTML Programming Professional Made Easy, 2nd Edition
- Expert HTML Programming Language Success in a Day for Any Computer Users
- Narrated by: Millian Quinteros
- Length: 45 mins
- Release date: 29-04-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
-
-
-
JavaScript: A Guide to Learning the JavaScript Programming Language
- By: Troy Dimes
- Narrated by: Steve Barnes
- Length: 1 hr and 58 mins
- Unabridged
-
Overall
-
Performance
-
Story
JavaScript is a dynamic computer programming language that is commonly used in web browsers to control the behavior of web pages and interact with users. It allows for asynchronous communication and can update parts of a web page or even replace the entire content of a web page. You'll see JavaScript being used to display date and time information, perform animations on a web site, validate form input, suggest results as a user types into a search box, and more.
-
JavaScript: A Guide to Learning the JavaScript Programming Language
- Narrated by: Steve Barnes
- Length: 1 hr and 58 mins
- Release date: 30-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: $9.99 or 1 Credit
Sale price: $9.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
-
-
-
Python Programming Techniques
- The Art of Coding and Programming Explained
- By: Lance Gifford
- Narrated by: Kirk Hanley
- Length: 1 hr
- Unabridged
-
Overall
-
Performance
-
Story
Python Programming Techniques is an audiobook that is ideal for persons that are interested in learning about the basics of Python programming before they move on to learn more advanced techniques offered by the program. The book is not for those who have no interest at all in python programming. It is specifically geared for those individuals that have a need to learn how it all works whether it is for their job or for scholastic purposes.
-
Python Programming Techniques
- The Art of Coding and Programming Explained
- Narrated by: Kirk Hanley
- Length: 1 hr
- Release date: 20-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
-
-
-
Python Programming
- How to Code Python Fast in Just 24 Hours with Seven Simple Steps
- By: Scotts Jason
- Narrated by: Kirk Hanley
- Length: 1 hr and 29 mins
- Unabridged
-
Overall
-
Performance
-
Story
Are you fed up with reading long, boring, lengthy paragraphs after paragraphs of text and want to get up and running in Python as soon as possible? Well, you're not alone. I for one hate having to read through masses of text for very little benefit. Python Programming: How to Code Python Fast in Just 24 Hours with Seven Simple Steps strips away the non-essentials and instead provides you with the fundamentals from which you can blossom as a Python programmer in just seven simple steps.
-
Python Programming
- How to Code Python Fast in Just 24 Hours with Seven Simple Steps
- Narrated by: Kirk Hanley
- Length: 1 hr and 29 mins
- Release date: 06-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
-
-
-
Raspberry Pi
- The Ultimate Step by Step Raspberry Pi User Guide (The Updated Version )
- By: Scotts Jason
- Narrated by: Kirk Hanley
- Length: 1 hr and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
Raspberry Pi : The Ultimate Step by Step Guide Raspberry Pi User Guide gets you up and running on Raspberry Pi, whether you're an educator, hacker, hobbyist, or kid. Learn how to connect your Pi to other hardware, install software, write basic programs, and set it up to run robots, multimedia centers, and more. Gets you up and running on Raspberry Pi, a high-tech computer the size of a credit card.
-
Raspberry Pi
- The Ultimate Step by Step Raspberry Pi User Guide (The Updated Version )
- Narrated by: Kirk Hanley
- Length: 1 hr and 2 mins
- Release date: 26-11-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
-
-
-
Marketing to Win More Business
- Actively Market Your Business to Attract Customers
- By: Pauline Rowson
- Length: 2 hrs and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
This guide is primarily concerned with the safety of the person and the minimising of the potential of physical conflict and personal injury. This guide looks at awareness of potential behaviour patterns that may lead to aggressiveness; avoidance of situations where the potential for aggressive behaviour exists; interpretation of non-verbal communications signals; control and de-escalation techniques; an outline of techniques for your personal safety.
-
Marketing to Win More Business
- Actively Market Your Business to Attract Customers
- Length: 2 hrs and 2 mins
- Release date: 05-02-2008
- 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: $10.99 or 1 Credit
Sale price: $10.99 or 1 Credit
-
-
-
The Key to the Da Vinci Code
- By: Stewart Ferris
- Narrated by: Stewart Ferris
- Length: 1 hr and 12 mins
- Abridged
-
Overall
-
Performance
-
Story
What is the Da Vinci code and what is all the fuss about? Despite being a work of fiction, the bestselling novel The Da Vinci Code has a plot based on a number of concepts and ideas that the author claims to be true. This book explores the locations, historical facts and theories, and the sources of inspiration behind the novel in order to reveal the true key to the Da Vinci code.
-
The Key to the Da Vinci Code
- Narrated by: Stewart Ferris
- Length: 1 hr and 12 mins
- Release date: 12-11-2007
- 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
-
-
-
Giving Confident Presentations
- Improve Your Public Speaking and Get the Results You Want
- By: Brian Lomas
- Length: 2 hrs and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
Making a presentation strikes fear into many hearts. It ranks alongside going to the dentist or being put into a cage with a hungry lion or two! Wherever it sits along the fear scale for you, this guide is designed to get through it if not actually reaching the point of enjoying giving a presentation. This guide includes: how to research and prepare a presentation; how to structure a presentation; how to manage information overload; how to use scripts, prompts, visual aids, and handouts; and more.
-
Giving Confident Presentations
- Improve Your Public Speaking and Get the Results You Want
- Length: 2 hrs and 2 mins
- Release date: 29-01-2008
- 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: $10.99 or 1 Credit
Sale price: $10.99 or 1 Credit
-