[Maya-Python] Re: book about python

2018-10-08 Thread lingmaaki
Check this online tutorial http://net-informations.com/python/default.htm On Saturday, August 6, 2011 at 9:59:19 PM UTC+5:30, Vasilis Papadiamantopoulos wrote: > Hi to all! > I am new to programming in python, and even though I am capable of > doing stuff in maya with it seems to me that I

Re: [Maya-Python] Re: Book

2011-11-10 Thread Ricardo Viana
Hi Adam, im loving your book and learning a lot from it. Thank you for it. Just a quick remark i've found is that i'm reading it in kindle on ipad. And came across a few issues regarding code formating. i.e: the ; used to symbol the end of line is confusing sometimes. I'm on the __str__ and

Re: [Maya-Python] Re: Book

2011-10-24 Thread na arthur
Is the book available for Apple book store as well? I don`t have an account for amazon yet. Thank you, Arthur On Sun, Oct 23, 2011 at 9:46 PM, Ray Faenza rayfae...@gmail.com wrote: Just got my copy from amazon. Superb. For sure to be a standard book for maya python coders. On Fri, Oct

[Maya-Python] Re: Book

2011-10-24 Thread Justin Cerilli
I got it not too long after it was released, I've been learning a lot from it. Haven't come across any errors or issues with it yet. Thank you for the hard work and great book! On Oct 24, 12:18 pm, na arthur younte...@gmail.com wrote: Is the book available for Apple book store as well? I don`t

Re: [Maya-Python] Re: Book

2011-10-24 Thread Adam Mechtley
Thanks for the feedback, folks! I'm glad to know some of you have already found it helpful. Arthur: I unfortunately have no idea what all formats and retailers they are selling it through (it has been pretty first to go, last to know on my end). I actually don't see any Elsevier books on iBooks

Re: [Maya-Python] Re: Book

2011-10-23 Thread Ray Faenza
Just got my copy from amazon. Superb. For sure to be a standard book for maya python coders. On Fri, Oct 14, 2011 at 10:21 AM, brandon bonus brandon.bo...@gmail.comwrote: Thanks! Just got my kindle version. Going to paruse through this morning. -Brandon Bonus On Thu, Oct 13, 2011 at

Re: [Maya-Python] Re: Book

2011-10-13 Thread Ali A. Jafri
Already ordered a copy. Look forwarding to reading it and will let you know of any errors I find. Thanks! On Thu, Oct 13, 2011 at 1:50 AM, Jan Lachauer janlacha...@googlemail.comwrote: Very interesting, just ordered a copy! On 12 Okt., 22:14, Ehsan Kiani ehsankiani.t...@gmail.com wrote:

[Maya-Python] Re: Book

2011-10-12 Thread Jan Lachauer
Very interesting, just ordered a copy! On 12 Okt., 22:14, Ehsan Kiani ehsankiani.t...@gmail.com wrote: thanks ! On Wed, Oct 12, 2011 at 11:42 PM, Ricardo Viana cgolhei...@gmail.comwrote: Thank you very much For this book just bought the kindle version. This time im really gonna

[Maya-Python] Re: book about python

2011-08-08 Thread Justin
A lot of people recommend O'Reilly books, but when I started learning python, the guys around me told me to get this one instead: http://www.amazon.com/Python-Chris-Fehily/dp/0201748843/ref=sr_1_2?s=booksie=UTF8qid=1312833189sr=1-2 This is the new edition which I have not seen yet:

[Maya-Python] Re: book about python

2011-08-08 Thread kinetifex
Here's a free online python book I found to be very helpful when I was first learning python. http://diveintopython.org -Andrew On Aug 8, 12:58 pm, Justin justinisr...@gmail.com wrote: A lot of people recommend O'Reilly books, but when I started learning python, the guys around me told me to

Re: [Maya-Python] Re: book about python

2011-08-08 Thread John Patrick
+1 on diveintopython. It was my first Python resource also, seems to hold my attention better than some other programming books I've read. Hits the sweet spot of explaining just enough without belaboring the point. -JP On Mon, Aug 8, 2011 at 2:12 PM, kinetifex kineti...@gmail.com wrote:

Re: [Maya-Python] Re: book about python

2011-08-08 Thread paul jordan
this is a nice site and handy reference. http://www.tutorialspoint.com/python/python_tuples.htm Note that most analogies explaining OOP are far more complicated than actual OOP--so try to find an tangible example --like a vector class, etc. good luck. On 8/8/2011 6:03 PM, John Patrick

[Maya-Python] Re: book about python

2011-08-08 Thread Jason Barnidge
These all great resources. Thanks guys! I ran across this, 6 Free E-Books on Learning to Program with Python http://www.readwriteweb.com/hack/2011/03/python-is-an-increasingly-popu.php There are also some resource links others shared in the comments below. This is more of an info-dump than