[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 am now doing it in the
> proper way. Most probably I am not working on a Object Oriented
> Programming way.
> 
> Do you have any books to sugest in order to get a grasp on the OOP
> let's say style?
> 
> Thank you all in advance!
> 
> 
> vas

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/bda480de-2542-4905-9af8-9841ec9cb439%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 __repr__ part of the book and the sample code doesnt 
work for me. for instance i dont know when the code is inside the class 
or outside since there is only ; in the end of each line.


example:

19. Execute the following lines to add a __repr__() method to the Human 
class.

...
i understand that all the code beneath this is all to go inside the 
class declaration.
This way doesnt work for me. when i try to put some code outside it 
works but not always so i get confused.


Just a suggestion: why not use bitmaps/images to example code? that way 
it would be easier to read/write/understand.



Hope you don't mind i put a portion of the code i am using here:

import maya.cmds as cmds

class Human(object):

def __init__(self,**kwargs):

self.first_name=kwargs.setdefault('first')

self.last_name=kwargs.setdefault('last')

self.height=kwargs.setdefault('height')

self.weight=kwargs.setdefault('weight')

def bmi(self):

return self.weight/float(self.height)**2

def human_rep(self):

return Human(%s =%s, %s =%s)%(first,first_name,last,last_name)

Human.__rep__= human_rep

sis = Human(first='Ruth',last='miranda')

baby_sis = Human(first='Emily', last='miranda')

print (sis,baby_sis)


all i get is:

(__main__.Human object at 0x95ece50, __main__.Human object at 0x95ecf90)


Thanks again for writing this book.
Best regards
Ricardo Viana




On 10/25/2011 05:06 AM, Adam Mechtley wrote:
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 
though, so they may not even sell there at all :(


On Mon, Oct 24, 2011 at 2:39 PM, Justin Cerilli 
justinceri...@gmail.com mailto:justinceri...@gmail.com wrote:


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
mailto:younte...@gmail.com wrote:
 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
mailto: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 14, 2011 at 10:21 AM, brandon bonus
brandon.bo...@gmail.com mailto:brandon.bo...@gmail.comwrote:

  Thanks!  Just got my kindle version.
  Going to paruse through this morning.

  -Brandon Bonus
  On Thu, Oct 13, 2011 at 2:19 AM, Ali A. Jafri
xxclusivea...@gmail.com mailto:xxclusivea...@gmail.comwrote:

  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.com
mailto:janlacha...@googlemail.com wrote:

  Very interesting, just ordered a copy!

  On 12 Okt., 22:14, Ehsan Kiani ehsankiani.t...@gmail.com
mailto:ehsankiani.t...@gmail.com wrote:
   thanks !

   On Wed, Oct 12, 2011 at 11:42 PM, Ricardo Viana
cgolhei...@gmail.com mailto:cgolhei...@gmail.com
  wrote:

Thank you very much
For this book just bought the kindle version. This time
im really
  gonna
learnt it.

Cheers
Ricardo Viana

On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri 
  farsheed.asho...@gmail.com mailto:farsheed.asho...@gmail.com
wrote:

Very good.

On Wednesday, October 12, 2011, Sahak Sahakian wrote:

On Wednesday, October 12, 2011 6:43:08 PM, Adam
Mechtley wrote:

Hey folks,

For those interested, Ryan and I finally wrapped up
our book and
  (not
that anyone is keeping me in the loop on release
dates) it's
  available on
Kindle now, hardcover later this week 

http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/..
  .
  
http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
   
dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1. Many
  thanks
to Seth Gibson and Kristine Middlemiss for
contributing chapters,
  and to
Dean Edmonds for technical editing assistance. If
you're curious,
  you can
also check out the 

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 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 2:19 AM, Ali A. Jafri xxclusivea...@gmail.comwrote:

 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.com wrote:

 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.com
 wrote:
 
 
 
 
 
 
 
 
 
   Thank you very much
   For this book just bought the kindle version. This time im really
 gonna
   learnt it.
 
   Cheers
   Ricardo Viana
 
   On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri 
 farsheed.asho...@gmail.com
   wrote:
 
   Very good.
 
   On Wednesday, October 12, 2011, Sahak Sahakian wrote:
 
   On Wednesday, October 12, 2011 6:43:08 PM, Adam Mechtley wrote:
 
   Hey folks,
 
   For those interested, Ryan and I finally wrapped up our book and
 (not
   that anyone is keeping me in the loop on release dates) it's
 available on
   Kindle now, hardcover later this week 
 http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/..
 .
  http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
   dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1. Many
 thanks
   to Seth Gibson and Kristine Middlemiss for contributing chapters,
 and to
   Dean Edmonds for technical editing assistance. If you're curious,
 you can
   also check out the companion web site at 
 http://www.maya-python.com/
  http://www.maya-python.com/
 
   I mostly wanted to post here to ask that, if anyone on this list
 happens
   to pick up a copy, please do get in touch with me regarding any
 errors you
   find! It turns out writing a book is really hard, so I'm sure
 there were
   plenty of things that made it in under the radar in the final
 crunch ;) I
   just want to make sure we have an opportunity to fix as many
 issues as
   possible for the second printing. Thanks!
 
   --
   view archives: http://groups.google.com/group/python_inside_maya
 
  http://groups.google.com/**group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/**group/python_inside_maya/**subscribe
 
   Hi Adam.
 
   I am expecting it in mail soon and will let you know of
 typos/errors...
 
   cheers
 
   --
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/**group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/**group/python_inside_maya/**subscribe
 
   --
   Sincerely,
   Farsheed Ashouri,
   ourway.ir
   Tel: +98 9388801504
 
--
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/group/python_inside_maya/subscribe
 
--
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 
  --
  
  Ehsan Kiani
  Character TDhttp://vimeo.com/user2219426
  Mobile: +98 918 936 9006
  [GMT: +3:30 hrs]
  Iran
  

 --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe




 --
 Ali A. Jafri
 www.cgrama.com

  --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe


  --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe


  --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe


-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


[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 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 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 2:19 AM, Ali A. Jafri 
  xxclusivea...@gmail.comwrote:

  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.com wrote:

  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.com
  wrote:

Thank you very much
For this book just bought the kindle version. This time im really
  gonna
learnt it.

Cheers
Ricardo Viana

On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri 
  farsheed.asho...@gmail.com
wrote:

Very good.

On Wednesday, October 12, 2011, Sahak Sahakian wrote:

On Wednesday, October 12, 2011 6:43:08 PM, Adam Mechtley wrote:

Hey folks,

For those interested, Ryan and I finally wrapped up our book and
  (not
that anyone is keeping me in the loop on release dates) it's
  available on
Kindle now, hardcover later this week 
 http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/..
  .
   http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1. Many
  thanks
to Seth Gibson and Kristine Middlemiss for contributing chapters,
  and to
Dean Edmonds for technical editing assistance. If you're curious,
  you can
also check out the companion web site at 
 http://www.maya-python.com/
   http://www.maya-python.com/

I mostly wanted to post here to ask that, if anyone on this list
  happens
to pick up a copy, please do get in touch with me regarding any
  errors you
find! It turns out writing a book is really hard, so I'm sure
  there were
plenty of things that made it in under the radar in the final
  crunch ;) I
just want to make sure we have an opportunity to fix as many
  issues as
possible for the second printing. Thanks!

--
view archives: http://groups.google.com/group/python_inside_maya

   http://groups.google.com/**group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe
   http://groups.google.com/**group/python_inside_maya/**subscribe

Hi Adam.

I am expecting it in mail soon and will let you know of
  typos/errors...

cheers

--
view archives: http://groups.google.com/group/python_inside_maya
   http://groups.google.com/**group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe
   http://groups.google.com/**group/python_inside_maya/**subscribe

--
Sincerely,
Farsheed Ashouri,
ourway.ir
Tel: +98 9388801504

 --
view archives: http://groups.google.com/group/python_inside_maya
   http://groups.google.com/group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe
   http://groups.google.com/group/python_inside_maya/subscribe

 --
view archives:http://groups.google.com/group/python_inside_maya
change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe

   --
   
   Ehsan Kiani
   Character TDhttp://vimeo.com/user2219426
   Mobile: +98 918 936 9006
   [GMT: +3:30 hrs]
   Iran
   

  --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

  --
  Ali A. Jafri
 www.cgrama.com

   --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

   --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

   --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

-- 
view archives: http://groups.google.com/group/python_inside_maya

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 though, so they may
not even sell there at all :(

On Mon, Oct 24, 2011 at 2:39 PM, Justin Cerilli justinceri...@gmail.comwrote:

 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 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 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 2:19 AM, Ali A. Jafri 
 xxclusivea...@gmail.comwrote:
 
   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.com wrote:
 
   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.com
   wrote:
 
 Thank you very much
 For this book just bought the kindle version. This time im
 really
   gonna
 learnt it.
 
 Cheers
 Ricardo Viana
 
 On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri 
   farsheed.asho...@gmail.com
 wrote:
 
 Very good.
 
 On Wednesday, October 12, 2011, Sahak Sahakian wrote:
 
 On Wednesday, October 12, 2011 6:43:08 PM, Adam Mechtley wrote:
 
 Hey folks,
 
 For those interested, Ryan and I finally wrapped up our book
 and
   (not
 that anyone is keeping me in the loop on release dates) it's
   available on
 Kindle now, hardcover later this week 
  
 http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/..
   .
http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
 dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1.
 Many
   thanks
 to Seth Gibson and Kristine Middlemiss for contributing
 chapters,
   and to
 Dean Edmonds for technical editing assistance. If you're
 curious,
   you can
 also check out the companion web site at 
  http://www.maya-python.com/
http://www.maya-python.com/
 
 I mostly wanted to post here to ask that, if anyone on this
 list
   happens
 to pick up a copy, please do get in touch with me regarding
 any
   errors you
 find! It turns out writing a book is really hard, so I'm sure
   there were
 plenty of things that made it in under the radar in the final
   crunch ;) I
 just want to make sure we have an opportunity to fix as many
   issues as
 possible for the second printing. Thanks!
 
 --
 view archives: 
 http://groups.google.com/group/python_inside_maya
 
http://groups.google.com/**group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

 http://groups.google.com/**group/python_inside_maya/**subscribe
 
 Hi Adam.
 
 I am expecting it in mail soon and will let you know of
   typos/errors...
 
 cheers
 
 --
 view archives: 
 http://groups.google.com/group/python_inside_maya
http://groups.google.com/**group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe
http://groups.google.com/**group/python_inside_maya/**subscribe
 
 --
 Sincerely,
 Farsheed Ashouri,
 ourway.ir
 Tel: +98 9388801504
 
  --
 view archives: 
 http://groups.google.com/group/python_inside_maya
http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe
http://groups.google.com/group/python_inside_maya/subscribe
 
  --
 view archives:http://groups.google.com/group/python_inside_maya
 change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe
 
--

Ehsan Kiani
Character TDhttp://vimeo.com/user2219426
Mobile: +98 918 936 9006
[GMT: +3:30 hrs]
Iran

 
   --
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 
   --
   Ali A. Jafri
  

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 2:19 AM, Ali A. Jafri xxclusivea...@gmail.comwrote:

 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.com
  wrote:

 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.com
 wrote:
 
 
 
 
 
 
 
 
 
   Thank you very much
   For this book just bought the kindle version. This time im really
 gonna
   learnt it.
 
   Cheers
   Ricardo Viana
 
   On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri 
 farsheed.asho...@gmail.com
   wrote:
 
   Very good.
 
   On Wednesday, October 12, 2011, Sahak Sahakian wrote:
 
   On Wednesday, October 12, 2011 6:43:08 PM, Adam Mechtley wrote:
 
   Hey folks,
 
   For those interested, Ryan and I finally wrapped up our book and
 (not
   that anyone is keeping me in the loop on release dates) it's
 available on
   Kindle now, hardcover later this week 
 http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/..
 .
  http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
   dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1. Many
 thanks
   to Seth Gibson and Kristine Middlemiss for contributing chapters,
 and to
   Dean Edmonds for technical editing assistance. If you're curious,
 you can
   also check out the companion web site at 
 http://www.maya-python.com/
  http://www.maya-python.com/
 
   I mostly wanted to post here to ask that, if anyone on this list
 happens
   to pick up a copy, please do get in touch with me regarding any
 errors you
   find! It turns out writing a book is really hard, so I'm sure there
 were
   plenty of things that made it in under the radar in the final
 crunch ;) I
   just want to make sure we have an opportunity to fix as many issues
 as
   possible for the second printing. Thanks!
 
   --
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/**group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/**group/python_inside_maya/**subscribe
 
   Hi Adam.
 
   I am expecting it in mail soon and will let you know of
 typos/errors...
 
   cheers
 
   --
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/**group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/**group/python_inside_maya/**subscribe
 
   --
   Sincerely,
   Farsheed Ashouri,
   ourway.ir
   Tel: +98 9388801504
 
--
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/group/python_inside_maya/subscribe
 
--
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 
  --
  
  Ehsan Kiani
  Character TDhttp://vimeo.com/user2219426
  Mobile: +98 918 936 9006
  [GMT: +3:30 hrs]
  Iran
  

 --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe




 --
 Ali A. Jafri
 www.cgrama.com

  --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe


  --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe


-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


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:
  thanks !
 
  On Wed, Oct 12, 2011 at 11:42 PM, Ricardo Viana cgolhei...@gmail.com
 wrote:
 
 
 
 
 
 
 
 
 
   Thank you very much
   For this book just bought the kindle version. This time im really gonna
   learnt it.
 
   Cheers
   Ricardo Viana
 
   On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri 
 farsheed.asho...@gmail.com
   wrote:
 
   Very good.
 
   On Wednesday, October 12, 2011, Sahak Sahakian wrote:
 
   On Wednesday, October 12, 2011 6:43:08 PM, Adam Mechtley wrote:
 
   Hey folks,
 
   For those interested, Ryan and I finally wrapped up our book and (not
   that anyone is keeping me in the loop on release dates) it's
 available on
   Kindle now, hardcover later this week 
 http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/...
  http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
   dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1. Many
 thanks
   to Seth Gibson and Kristine Middlemiss for contributing chapters, and
 to
   Dean Edmonds for technical editing assistance. If you're curious, you
 can
   also check out the companion web site at 
 http://www.maya-python.com/
  http://www.maya-python.com/
 
   I mostly wanted to post here to ask that, if anyone on this list
 happens
   to pick up a copy, please do get in touch with me regarding any
 errors you
   find! It turns out writing a book is really hard, so I'm sure there
 were
   plenty of things that made it in under the radar in the final crunch
 ;) I
   just want to make sure we have an opportunity to fix as many issues
 as
   possible for the second printing. Thanks!
 
   --
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/**group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/**group/python_inside_maya/**subscribe
 
   Hi Adam.
 
   I am expecting it in mail soon and will let you know of
 typos/errors...
 
   cheers
 
   --
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/**group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/**group/python_inside_maya/**subscribe
 
   --
   Sincerely,
   Farsheed Ashouri,
   ourway.ir
   Tel: +98 9388801504
 
--
   view archives: http://groups.google.com/group/python_inside_maya
  http://groups.google.com/group/python_inside_maya
   change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
  http://groups.google.com/group/python_inside_maya/subscribe
 
--
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 
  --
  
  Ehsan Kiani
  Character TDhttp://vimeo.com/user2219426
  Mobile: +98 918 936 9006
  [GMT: +3:30 hrs]
  Iran
  

 --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe




-- 
Ali A. Jafri
www.cgrama.com

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


[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
  learnt it.

  Cheers
  Ricardo Viana

  On Oct 12, 2011, at 8:05 PM, Farsheed Ashouri farsheed.asho...@gmail.com
  wrote:

  Very good.

  On Wednesday, October 12, 2011, Sahak Sahakian wrote:

  On Wednesday, October 12, 2011 6:43:08 PM, Adam Mechtley wrote:

  Hey folks,

  For those interested, Ryan and I finally wrapped up our book and (not
  that anyone is keeping me in the loop on release dates) it's available on
  Kindle now, hardcover later this week 
  http://www.amazon.com/Maya-Python-Games-Film-Reference/dp/0123785782/...
 http://www.amazon.com/Maya-**Python-Games-Film-Reference/**
  dp/0123785782/ref=sr_1_1?ie=**UTF8qid=1318437212sr=8-1. Many thanks
  to Seth Gibson and Kristine Middlemiss for contributing chapters, and to
  Dean Edmonds for technical editing assistance. If you're curious, you can
  also check out the companion web site at http://www.maya-python.com/
 http://www.maya-python.com/

  I mostly wanted to post here to ask that, if anyone on this list happens
  to pick up a copy, please do get in touch with me regarding any errors you
  find! It turns out writing a book is really hard, so I'm sure there were
  plenty of things that made it in under the radar in the final crunch ;) I
  just want to make sure we have an opportunity to fix as many issues as
  possible for the second printing. Thanks!

  --
  view archives: http://groups.google.com/group/python_inside_maya
 http://groups.google.com/**group/python_inside_maya
  change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 http://groups.google.com/**group/python_inside_maya/**subscribe

  Hi Adam.

  I am expecting it in mail soon and will let you know of typos/errors...

  cheers

  --
  view archives: http://groups.google.com/group/python_inside_maya
 http://groups.google.com/**group/python_inside_maya
  change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 http://groups.google.com/**group/python_inside_maya/**subscribe

  --
  Sincerely,
  Farsheed Ashouri,
  ourway.ir
  Tel: +98 9388801504

   --
  view archives: http://groups.google.com/group/python_inside_maya
 http://groups.google.com/group/python_inside_maya
  change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe
 http://groups.google.com/group/python_inside_maya/subscribe

   --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

 --
 
 Ehsan Kiani
 Character TDhttp://vimeo.com/user2219426
 Mobile: +98 918 936 9006
 [GMT: +3:30 hrs]
 Iran
 

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


[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:
http://www.amazon.com/Python-Visual-QuickStart-Guide-2nd/dp/0321585445/ref=sr_ob_2?s=booksie=UTF8qid=1312833189sr=1-2

What I liked about this book is it gives you very clear and concrete
information, followed by examples. And it tells you exactly what you
need to know. For python, its alot better than the OReilly book



On Aug 8, 11:25 am, Vasilis Papadiamantopoulos
vpapadiamantopou...@gmail.com wrote:
 Thank you about the blog! It seems quite fruitful!
 However, I would like to purchase a hardcopy of a textbook... It
 sounds a little old fashioned but If someone has something in mind
 please fell free to suggest!

 Best

 Vas

 On 8/6/11, Martin La Land Romero martinmrom...@gmail.com wrote:









  Besides from all the free stuff out there, this intro by Chad Vernon did
  help me a lot.

 http://www.chadvernon.com/blog/resources/python-scripting-for-maya-ar...

  Enjoy

  On Sat, Aug 6, 2011 at 11:29 AM, VA(rch)S
  vpapadiamantopou...@gmail.comwrote:

  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 am now doing it in the
  proper way. Most probably I am not working on a Object Oriented
  Programming way.

  Do you have any books to sugest in order to get a grasp on the OOP
  let's say style?

  Thank you all in advance!

  vas

  --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

  --
  Martin La Land Romero
 www.martinromerovfx.com
 http://martinromerovfx.blogspot.com/
  martinmrom...@gmail.com
  (415)261-2172

  --
  view archives:http://groups.google.com/group/python_inside_maya
  change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe

 --
 Sent from my mobile device

 Vasilis papadiamantopoulos
 Licenced Architect (TEE-TCG)
 PhD Scholar in Architecture | AUTh GR
 M Arch | UPenn USA
 Dipl Arch Eng | AUTH GR

 site: 33b Karavangeli St. | city: Kastoria | code: 52100 | country: Greece
 tel/fax: +30.246.702.4171 | cell: +30.697.462.0005
 e-mail: v...@varchs.com| web:www.varchs.com| skype: vp_varchs

 please consider the environment before printing this e-mail

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


[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 get this one 
 instead:http://www.amazon.com/Python-Chris-Fehily/dp/0201748843/ref=sr_1_2?s=...

 This is the new edition which I have not seen 
 yet:http://www.amazon.com/Python-Visual-QuickStart-Guide-2nd/dp/032158544...

 What I liked about this book is it gives you very clear and concrete
 information, followed by examples. And it tells you exactly what you
 need to know. For python, its alot better than the OReilly book

 On Aug 8, 11:25 am, Vasilis Papadiamantopoulos







 vpapadiamantopou...@gmail.com wrote:
  Thank you about the blog! It seems quite fruitful!
  However, I would like to purchase a hardcopy of a textbook... It
  sounds a little old fashioned but If someone has something in mind
  please fell free to suggest!

  Best

  Vas

  On 8/6/11, Martin La Land Romero martinmrom...@gmail.com wrote:

   Besides from all the free stuff out there, this intro by Chad Vernon did
   help me a lot.

  http://www.chadvernon.com/blog/resources/python-scripting-for-maya-ar...

   Enjoy

   On Sat, Aug 6, 2011 at 11:29 AM, VA(rch)S
   vpapadiamantopou...@gmail.comwrote:

   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 am now doing it in the
   proper way. Most probably I am not working on a Object Oriented
   Programming way.

   Do you have any books to sugest in order to get a grasp on the OOP
   let's say style?

   Thank you all in advance!

   vas

   --
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe

   --
   Martin La Land Romero
  www.martinromerovfx.com
  http://martinromerovfx.blogspot.com/
   martinmrom...@gmail.com
   (415)261-2172

   --
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe

  --
  Sent from my mobile device

  Vasilis papadiamantopoulos
  Licenced Architect (TEE-TCG)
  PhD Scholar in Architecture | AUTh GR
  M Arch | UPenn USA
  Dipl Arch Eng | AUTH GR

  site: 33b Karavangeli St. | city: Kastoria | code: 52100 | country: Greece
  tel/fax: +30.246.702.4171 | cell: +30.697.462.0005
  e-mail: v...@varchs.com| web:www.varchs.com|skype: vp_varchs

  please consider the environment before printing this e-mail

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


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:

 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 get this one instead:
 http://www.amazon.com/Python-Chris-Fehily/dp/0201748843/ref=sr_1_2?s=...
 
  This is the new edition which I have not seen yet:
 http://www.amazon.com/Python-Visual-QuickStart-Guide-2nd/dp/032158544...
 
  What I liked about this book is it gives you very clear and concrete
  information, followed by examples. And it tells you exactly what you
  need to know. For python, its alot better than the OReilly book
 
  On Aug 8, 11:25 am, Vasilis Papadiamantopoulos
 
 
 
 
 
 
 
  vpapadiamantopou...@gmail.com wrote:
   Thank you about the blog! It seems quite fruitful!
   However, I would like to purchase a hardcopy of a textbook... It
   sounds a little old fashioned but If someone has something in mind
   please fell free to suggest!
 
   Best
 
   Vas
 
   On 8/6/11, Martin La Land Romero martinmrom...@gmail.com wrote:
 
Besides from all the free stuff out there, this intro by Chad Vernon
 did
help me a lot.
 
   
 http://www.chadvernon.com/blog/resources/python-scripting-for-maya-ar...
 
Enjoy
 
On Sat, Aug 6, 2011 at 11:29 AM, VA(rch)S
vpapadiamantopou...@gmail.comwrote:
 
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 am now doing it in
 the
proper way. Most probably I am not working on a Object Oriented
Programming way.
 
Do you have any books to sugest in order to get a grasp on the OOP
let's say style?
 
Thank you all in advance!
 
vas
 
--
view archives:http://groups.google.com/group/python_inside_maya
change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
 
--
Martin La Land Romero
   www.martinromerovfx.com
   http://martinromerovfx.blogspot.com/
martinmrom...@gmail.com
(415)261-2172
 
--
view archives:http://groups.google.com/group/python_inside_maya
change your subscription settings:
   http://groups.google.com/group/python_inside_maya/subscribe
 
   --
   Sent from my mobile device
 
   Vasilis papadiamantopoulos
   Licenced Architect (TEE-TCG)
   PhD Scholar in Architecture | AUTh GR
   M Arch | UPenn USA
   Dipl Arch Eng | AUTH GR
 
   site: 33b Karavangeli St. | city: Kastoria | code: 52100 | country:
 Greece
   tel/fax: +30.246.702.4171 | cell: +30.697.462.0005
   e-mail: v...@varchs.com| web:www.varchs.com|skype: vp_varchs
 
   please consider the environment before printing this e-mail

 --
 view archives: http://groups.google.com/group/python_inside_maya
 change your subscription settings:
 http://groups.google.com/group/python_inside_maya/subscribe




-- 
John Patrick
404-242-2675
jspatr...@gmail.com
http://www.canyourigit.com

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


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 wrote:
+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 
mailto:kineti...@gmail.com wrote:


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
mailto: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 get this one

instead:http://www.amazon.com/Python-Chris-Fehily/dp/0201748843/ref=sr_1_2?s=...

 This is the new edition which I have not seen
yet:http://www.amazon.com/Python-Visual-QuickStart-Guide-2nd/dp/032158544...

 What I liked about this book is it gives you very clear and concrete
 information, followed by examples. And it tells you exactly what you
 need to know. For python, its alot better than the OReilly book

 On Aug 8, 11:25 am, Vasilis Papadiamantopoulos







 vpapadiamantopou...@gmail.com
mailto:vpapadiamantopou...@gmail.com wrote:
  Thank you about the blog! It seems quite fruitful!
  However, I would like to purchase a hardcopy of a textbook... It
  sounds a little old fashioned but If someone has something in mind
  please fell free to suggest!

  Best

  Vas

  On 8/6/11, Martin La Land Romero martinmrom...@gmail.com
mailto:martinmrom...@gmail.com wrote:

   Besides from all the free stuff out there, this intro by
Chad Vernon did
   help me a lot.

 
http://www.chadvernon.com/blog/resources/python-scripting-for-maya-ar...

   Enjoy

   On Sat, Aug 6, 2011 at 11:29 AM, VA(rch)S
   vpapadiamantopou...@gmail.com
mailto:vpapadiamantopou...@gmail.comwrote:

   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 am now doing
it in the
   proper way. Most probably I am not working on a Object Oriented
   Programming way.

   Do you have any books to sugest in order to get a grasp on
the OOP
   let's say style?

   Thank you all in advance!

   vas

   --
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe

   --
   Martin La Land Romero
  www.martinromerovfx.com http://www.martinromerovfx.com
  http://martinromerovfx.blogspot.com/
   martinmrom...@gmail.com mailto:martinmrom...@gmail.com
   (415)261-2172 tel:%28415%29261-2172

   --
   view archives:http://groups.google.com/group/python_inside_maya
   change your subscription settings:
  http://groups.google.com/group/python_inside_maya/subscribe

  --
  Sent from my mobile device

  Vasilis papadiamantopoulos
  Licenced Architect (TEE-TCG)
  PhD Scholar in Architecture | AUTh GR
  M Arch | UPenn USA
  Dipl Arch Eng | AUTH GR

  site: 33b Karavangeli St. | city: Kastoria | code: 52100 |
country: Greece
  tel/fax: +30.246.702.4171 tel:%2B30.246.702.4171 | cell:
+30.697.462.0005 tel:%2B30.697.462.0005
  e-mail: v...@varchs.com mailto:v...@varchs.com|
web:www.varchs.com http://www.varchs.com|skype: vp_varchs

  please consider the environment before printing this e-mail

--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe




--
John Patrick
404-242-2675
jspatr...@gmail.com mailto:jspatr...@gmail.com
http://www.canyourigit.com
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe


[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 recommendations. I haven't read
through any of them, although this one looked interesting to me.
 http://learnpythonthehardway.org/book/


-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe