Archive
convert your book to an audiobook
Problem
You need the audiobook version of your favourite book. However, you are on a strict budget and you don’t want to buy the audiobook. You want to make your own audiobook, for free, of course.
Solution
I found this project idea on YouTube, see here. The first 2 minutes were more than enough for me :), but I found the project idea interesting. The source code of the guy is here.
I tried it under Linux and it sounded like a robot. Can we do it better? Of course! I won’t give a complete solution but you can put together your own solution using my previous 2 posts:
Python decorators cheat sheet
http://hairysun.com/downloads/DecoratorHandout.pdf
This is a cheat sheet for Matt Harrison’s book, Guide To: Learning Python Decorators. Here is a review.
Python for Unix and Linux System Administration
I started to read the book Python for Unix and Linux System Administration by Noah Gift and Jeremy M. Jones (@ O’Reilly, @ Amazon). I’ve read just the first chapter so far, but it seems very interesting. If you look at the table of contents, you’ll find lots of interesting topics. I’m not a system administrator but I have to do similar tasks on my Linux machine almost every day. So I recommend this book to anyone who wants to get familiar with some advanced topics in Python.
In the acknowledgements, the authors mention the following blogs/sites:

You must be logged in to post a comment.