From moh.fajar.88 at gmail.com Thu Mar 8 20:40:16 2012 From: moh.fajar.88 at gmail.com (mamat_pator) Date: Fri, 09 Mar 2012 02:40:16 +0700 Subject: [python-hpc] about VTK Message-ID: <4F590B20.5020202@gmail.com> How to import to integrates VTK to python?? From matthieu.brucher at gmail.com Thu Mar 8 20:55:40 2012 From: matthieu.brucher at gmail.com (Matthieu Brucher) Date: Thu, 8 Mar 2012 20:55:40 +0100 Subject: [python-hpc] about VTK In-Reply-To: <4F590B20.5020202@gmail.com> References: <4F590B20.5020202@gmail.com> Message-ID: Easy, use Mayavi ! Cheers, Matthieu 2012/3/8 mamat_pator > How to import to integrates VTK to python?? > ______________________________**_________________ > Python-HPC mailing list > Python-HPC at python.org > http://mail.python.org/**mailman/listinfo/python-hpc > -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher -------------- next part -------------- An HTML attachment was scrubbed... URL: From dpinte at enthought.com Thu Mar 8 23:03:05 2012 From: dpinte at enthought.com (Didrik Pinte) Date: Thu, 8 Mar 2012 23:03:05 +0100 Subject: [python-hpc] about VTK In-Reply-To: References: <4F590B20.5020202@gmail.com> Message-ID: Or easier, if you do not need the high level stuff, just use tvtk. -- Didrik On Thu, Mar 8, 2012 at 8:55 PM, Matthieu Brucher wrote: > Easy, use Mayavi ! > > Cheers, > > Matthieu > > > 2012/3/8 mamat_pator >> >> How to import to integrates VTK to python?? >> _______________________________________________ >> Python-HPC mailing list >> Python-HPC at python.org >> http://mail.python.org/mailman/listinfo/python-hpc > > > > > -- > Information System Engineer, Ph.D. > Blog: http://matt.eifelle.com > LinkedIn: http://www.linkedin.com/in/matthieubrucher > > _______________________________________________ > Python-HPC mailing list > Python-HPC at python.org > http://mail.python.org/mailman/listinfo/python-hpc > -- Didrik Pinte? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?+32 475 665 668 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?+44 1223 969515 Enthought Europe? ? ? ? ? ? ? ? ? ?? ?dpinte at enthought.com Scientific Computing Solutions?? http://www.enthought.com From moh.fajar.88 at gmail.com Fri Mar 9 21:02:55 2012 From: moh.fajar.88 at gmail.com (mamat_pator) Date: Sat, 10 Mar 2012 03:02:55 +0700 Subject: [python-hpc] about numpy Message-ID: <4F5A61EF.4070003@gmail.com> How to passing linspace array to mgrid in numpy.? i Tried following code: import numpy as np t = np.linspace(0, 10, 21) x = np.linspace(-0.2, 2.2 , 25) A,B = np.mgrid[t, x] print A,3*'\n' , B but i Get error result: Traceback (most recent call last): File "D:\python\project\fisika sistem kompleks\quiver_test.py", line 13, in A,B = np.mgrid[t, x] File "C:\Python27\lib\site-packages\numpy\lib\index_tricks.py", line 149, in __getitem__ step = key[k].step AttributeError: 'numpy.ndarray' object has no attribute 'step' -------------- next part -------------- An HTML attachment was scrubbed... URL: From moh.fajar.88 at gmail.com Fri Mar 9 21:25:35 2012 From: moh.fajar.88 at gmail.com (mamat_pator) Date: Sat, 10 Mar 2012 03:25:35 +0700 Subject: [python-hpc] meshgrid Message-ID: <4F5A673F.1090605@gmail.com> what difference if meshgrid and mgrid? From moh.fajar.88 at gmail.com Sun Mar 11 22:32:59 2012 From: moh.fajar.88 at gmail.com (Mohammad Fajar S.Si) Date: Mon, 12 Mar 2012 04:32:59 +0700 Subject: [python-hpc] Python in windows Message-ID: <4F5D1A0B.1010404@gmail.com> How to compile python code In windows to get executable file...?? is that running faster than in interpreter...?? From cmeyers at MIT.EDU Wed Mar 21 15:59:11 2012 From: cmeyers at MIT.EDU (Christophe Meyers) Date: Wed, 21 Mar 2012 10:59:11 -0400 Subject: [python-hpc] Python on microcontroller Message-ID: Dear Python community, I am a student at the MIT Media Lab, where I am carrying out a project related to micro-grids/distributed generation. One of the aspects of a smart micro-grid is to be able to control and have an exchange of information between the various components. Given the positive image and strength of Python, I thought of using Python for the control and information exchange of my micro-grid. I am also briefly involved with the One Laptop Per Child project, so am fairly familiar with Python. My question relates to being able to operate Python on a micro-controller and Arduino (as you know Arduino is slightly different from the other chips on the market). I had a look at your site and the Internet and came across 2 possibilities. They are PyMite http://wiki.python.org/ moin/PyMite and Pyastra http://pyastra.?sourceforge.net/ . Which of the 2 solutions, would allow me to do more complex control ? Particularly which of the options is more reliable ? Thank you for support Kind Regards Christophe Meyers -------------- next part -------------- An HTML attachment was scrubbed... URL: