Re: suitability of python

2011-11-27 Thread Stefan Behnel
Rudra Banerjee, 24.11.2011 12:31: I am a newbie in python and basically i use python for postprocessing like plotting, data manipulation etc. Based on ease of programming on python I am wondering if I can consider it for the main development as well. My jobs (written on fortran) runs for weeks an

Re: suitability of python

2011-11-27 Thread Grant Edwards
On 2011-11-24, Rudra Banerjee wrote: > I am a newbie in python and basically i use python for postprocessing > like plotting, data manipulation etc. > Based on ease of programming on python I am wondering if I can consider > it for the main development as well. My jobs (written on fortran) runs >

Re: suitability of python

2011-11-24 Thread Alan Meyer
On 11/24/2011 07:31 AM, Rudra Banerjee wrote: Dear friends, I am a newbie in python and basically i use python for postprocessing like plotting, data manipulation etc. Based on ease of programming on python I am wondering if I can consider it for the main development as well. My jobs (written on

Re: suitability of python

2011-11-24 Thread alex23
Terry Reedy wrote: > This lead to Numerical Python, now Numpy, SciPy, and later Sage and > other scientific and Python packages. I believe SciPy has an f2py > (fortran to py) module to help with running Fortran under Python (but it > has been years since I read the details). Andrew Dalke recently

Re: suitability of python

2011-11-24 Thread 88888 Dihedral
On Friday, November 25, 2011 8:51:10 AM UTC+8, Terry Reedy wrote: > On 11/24/2011 7:31 AM, Rudra Banerjee wrote: > > Dear friends, > > I am a newbie in python and basically i use python for postprocessing > > like plotting, data manipulation etc. > > Based on ease of programming on python I am wond

Re: suitability of python

2011-11-24 Thread Terry Reedy
On 11/24/2011 7:31 AM, Rudra Banerjee wrote: Dear friends, I am a newbie in python and basically i use python for postprocessing like plotting, data manipulation etc. Based on ease of programming on python I am wondering if I can consider it for the main development as well. My jobs (written on f

Re: suitability of python

2011-11-24 Thread Dave Angel
On 11/24/2011 07:31 AM, Rudra Banerjee wrote: Dear friends, I am a newbie in python and basically i use python for postprocessing like plotting, data manipulation etc. Based on ease of programming on python I am wondering if I can consider it for the main development as well. My jobs (written on

Re: suitability of python

2011-11-24 Thread Laurent Claessens
Le 24/11/2011 13:31, Rudra Banerjee a écrit : Dear friends, I am a newbie in python and basically i use python for postprocessing like plotting, data manipulation etc. Based on ease of programming on python I am wondering if I can consider it for the main development as well. My jobs (written on