[Tutor] Learning python scripts for practical linux activities.

Alan Gauld alan.gauld at btinternet.com
Thu Jan 15 17:53:00 CET 2015


On 15/01/15 14:07, dw wrote:

> I would like to find a source, book etc.... of Python learning projects.
> Projects that are useful for standard Linux activities like bulk
> renaming files, managing repository packages.
> Maybe python scripts that incorporate "LAME" for modifying audio files.
> Anything of that nature.

That's kind of the point of my new book "Python Projects"
If you go to Amazon the free preview covers the first chapter
(intro to Python) plus a section of chapter 1 which includes
interacting with the OS.

Other topics included are reading different file formats, Database 
access(dbm,shelve,SQL) UI design(CLI, argparse,cmd and GUI with Tkinter) 
Web dev (with Flask) and testing/debugging.

Its targeted at those who have done a basic intro to python and
want to go further and start their own projects.

Have a look at the preview it might suit you.

Sorry for the shameless plug but it does look like a fit.
-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list