On 10/28/2013 05:46 AM, Rajeev S wrote: >>> can you give me some example if someone already developed which can help >>> system admin ? .. i saw client/tests .. but still i am starting with >>> python so understanding it will i guess take some time for me .. some >>> examples will really help.
Well you're lucky in that python is a fairly easy language to learn, and likely well within your ability. I'd recommend grabbing one of the O'Reilly books, even from the library. I learned from their 'Python in a nutshell' book, which covers all the basics in about 20-pages. The rest of the book is reference (which is handy, since the standard-library is really big). If you prefer another language, it's possible to use it instead of python for testing. Though you'd just end up calling out to it from python, so it's easy enough to just stick to python. Anyway, it's a worth-while language to learn, you'll not be dissipointed. -- Chris Evich, RHCA, RHCE, RHCDS, RHCSS Quality Assurance Engineer e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
