Re: OT: Code Examples

2011-02-28 Thread Fred Marshall
On 2/28/2011 8:14 AM, n00m wrote: On Feb 28, 6:03 pm, Fred Marshall wrote: The best place for you to start: http://numpy.scipy.org/ Numpy manual: http://www.tramy.us/numpybook.pdf OK Thanks! Fred -- http://mail.python.org/mailman/listinfo/python-list

OT: Code Examples

2011-02-28 Thread Fred Marshall
I'm interested in developing Python-based programs, including an engineering app. ... re-writing from Fortran and C versions. One of the objectives would to be make reasonable use of the available structure (objects, etc.). So, I'd like to read a couple of good, simple scientific-oriented pro

wxPython in the context of Eclipse

2011-02-19 Thread Fred Marshall
I asked earlier: How do I use wxPython or wxGlade in the context of Eclipse? A link to a howto would be great! I guess nobody knows or cares to answer? :-( -- http://mail.python.org/mailman/listinfo/python-list

wxPython in Eclipse?

2011-02-17 Thread Fred Marshall
How do I use wxPython or wxGlade in the context of Eclipse? A link to a howto would be great! Thanks, Fred -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Newbie needs some context

2011-02-16 Thread Fred Marshall
On 2/16/2011 11:45 AM, Grant Edwards wrote: Thanks for the advice! Is it the intent to generate code with wxGlade and then rather "import" that code into an Eclipse project context? Or, should one expect to be able to create hooks (e.g. for Tools) in Eclipse that will do that? If so, how? Tha

Python Newbie needs some context

2011-02-16 Thread Fred Marshall
I can already program in a few languages (but not C++) and, since Python comes to highly recommended, I figured to venture into it. I'm used to using an IDE. So, after some web browsing and reading, I did the following: Installed Python Installed EasyEclipse Installed wxPython Installed wxGlad