idutils and Python

2006-08-21 Thread Ramon Diaz-Uriarte
ou want. I like this a lot better than "tags-search". -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: idutils and Python

2006-08-22 Thread Ramon Diaz-Uriarte
e index file, and immediately display all matches" is reasonable and probably other Python coders had thought about it before. But I am wondering if I am missing something obvious, as most people seem to be very happy with exuberant ctags. Thanks, R. On 21 Aug 2006 22:56:13 -0700, [EMAIL PROTE

Re: idutils and Python

2006-08-23 Thread Ramon Diaz-Uriarte
I am generally happy with grep (and your code is much larger than ours) but idutils' output offers both that and, by showing all together, a kind of poor-man's static call graph, and can be of use when refactoring. Thanks again, R. On 22 Aug 2006 10:04:12 -0700, [EMAIL PROTECTED] &

Re: idutils and Python

2006-08-23 Thread Ramon Diaz-Uriarte
tch, trying to find > it in locals, globals, current class, etc and if not found like that, it > goes and looks for the signature in a context-insensitive way, as if it was > a simple text-search) > > > > b) see all places where a function/whatever is used. > > > This ca

Re: switching to numpy and failing, a user story

2006-10-06 Thread Ramon Diaz-Uriarte
nd we use them. These are incoveniences, not fatal blows. Best, R. > > I. > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Computational Statistics Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE that uses an external editor?

2006-10-15 Thread Ramon Diaz-Uriarte
); c) eventually felt that time reading the Eclipse tutorial and docs would be better spent reading more of the Emacs manual. I guess, though, that this is very personal, and that I might be missing the point of Eclipse (and I don't do any Java programming). -- Ramon Diaz-Uriarte Statis

Re: What's the best IDE?

2006-10-27 Thread Ramon Diaz-Uriarte
ourse you can do the same with Python) and using the same environment for all of my editing and programming tasks. R. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: What's the best IDE?

2006-10-29 Thread Ramon Diaz-Uriarte
http://www.wana.at/vimshell/ Thanks for this link! It looks really interesting. I'll try to give it a try ASAP. One question, though: can you "send" a block of code to a Python shell running in vimshell? (somehow like you can do in Emacs)? R. -- Ramon Diaz-Uriarte Statistical

Re: What's the best IDE?

2006-10-29 Thread Ramon Diaz-Uriarte
somewhere we don't want, I'd anyway by very interested in a private email. Best, R. > -- > \ "If you get invited to your first orgy, don't just show up | > `\ nude. That's a common mistake. You have to let nudity | > _o__)

Re: PySchool - Online Python Web Framework Workshop.

2006-11-04 Thread Ramon Diaz-Uriarte
; > > Q9 should be "check all that apply" or otherwise qualified with "primarily". > > > > Q10 is missing other types of broadband such as what one might find at > > school, and also have the option of multiple selections. > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Learning Python

2006-11-06 Thread Ramon Diaz-Uriarte
/doc/ and, in particular, http://wiki.python.org/moin/BeginnersGuide/NonProgrammers. If you are looking for a "book I'll pay money for", I'd recommend "Core Python Programming", by Chun. It's a thick book, which will keep you busy for a while, and assumes some

Re: numpy/scipy: correlation

2006-11-12 Thread Ramon Diaz-Uriarte
;> numpy.corrcoef(([1,2,3],[1,2,3])) > array([[ 1., 1.], >[ 1., 1.]]) > >>> sd.correlation(([1,2,3],[1,2,3])) > (1, 0, 1.0) > > > PPS: > > A compatible scipy binary (0.5.2?) for numpy 1.0 was announced some weeks > back. Think currently many users suffer when trying to get started with > incompatible most-recent libs of scipy and numpy. > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: About alternatives to Matlab

2006-11-16 Thread Ramon Diaz-Uriarte
Py 1.0: > > C:\develop\python\D4>python D4.py > Elapsed time is 3.364887 seconds > > That is quite astonishing. > > If anyone wonders why I think Travis Oliphant and the NumPy team should > be knighted, then this is the answer. The Mathworks' product only > achieved 100%

Re: Newbie programmer question: How do parsers work?(Python examples?)

2006-08-25 Thread Ramon Diaz-Uriarte
as some python code to post for an abstract parser, or links > to some informative tutorials, that would be great. > > -- > http://mail.python.org/mailman/listinfo/python-list145 > A very nice module, with many links for extra info: http://pyparsing.wikispaces.com/ -- Ramon Dia

Re: Python web service ...

2006-08-26 Thread Ramon Diaz-Uriarte
nformatics applications we've developed, that use R and Python for computations, and are now moving to framework). Good luck! R. -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Python web service ...

2006-08-26 Thread Ramon Diaz-Uriarte
ch to begin with, and as your > > needs become more complex, move to a framework. (This has been our own > > path: we've used plain CGI for over a year for the web-based > > bioinformatics applications we've developed, that use R and Python for > > computations, and

Re: Program to backtrack function calls in source code?

2006-09-02 Thread Ramon Diaz-Uriarte
ort to idutils). I have some additional information on these issues at http://ligarto.org/rdiaz/idutils-et-al.html. HTH, R. -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Building Python Based Web Application

2006-09-08 Thread Ramon Diaz-Uriarte
ut I find them "overwhelming", specially compared to Karrigell; Zope I find even more overwhelming. HTH, R. > -- > James Stroud > UCLA-DOE Institute for Genomics and Proteomics > Box 951570 > Los Angeles, CA 90095 > > http://www.jamesstroud.com/116 > -- > http://mail.p

Re: Help me use my Dual Core CPU!

2006-09-12 Thread Ramon Diaz-Uriarte
ood example of a different and very neat approach to concurrency; somewhat similar Python solutions can be found at Kamaelia and Candygram. Links and other stuff at: http://codepoetics.com/wiki/index.php?title=Topics:CTM_in_other_languages#Concurrency_in_Python ) -- Ramon Diaz-Uriarte Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-14 Thread Ramon Diaz-Uriarte
are very fine editors. Best, R. P.D: Another very nice editor, which can be extended using Python, is vim. (But I have little experience with it.) > > suggestions? > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-15 Thread Ramon Diaz-Uriarte
On 9/15/06, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote: > Ramon Diaz-Uriarte wrote: > >> c) can run programs right from within > > > > But of course. And, contrary to some others (e.g., JEdit, which I > > think forces you to use Jython, so you are stuck

Re: Looking for the Perfect Editor

2006-09-15 Thread Ramon Diaz-Uriarte
u might want to check Tinn-R, which, regarding R, provides some similar functionality, and I think it is also very nice for Python, LaTeX, etc. HTH, R. -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-15 Thread Ramon Diaz-Uriarte
On 9/15/06, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote: > Ramon Diaz-Uriarte wrote: > > - I was referring to executing arbitrary sections of a Python file in > > a Python interpreter in an "integrated way". When I tried JEdit, I > > think that Jython was

Re: Help me use my Dual Core CPU!

2006-09-17 Thread Ramon Diaz-Uriarte
On 17 Sep 2006 00:55:09 -0700, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote: > "Ramon Diaz-Uriarte" <[EMAIL PROTECTED]> writes: > > You might also want to check > > http://www.lindaspaces.com/products/NWS_overview.html52 > > by the guys

Re: Embed Python in HTML?

2006-09-25 Thread Ramon Diaz-Uriarte
ng (or http://wiki.python.org/moin/WebProgramming for broader stuff). Best, R. > > Thanks > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: a different question: can you earn a living with *just* python?

2006-09-26 Thread Ramon Diaz-Uriarte
.norvig.com/21-days.html) has some very interesting comments, further references, and comments on other languages. HTH, R. > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Battlefield Weapon Popularity Trend (was: Computer Language Popularity Trend)

2006-09-27 Thread Ramon Diaz-Uriarte
nullifying the result of > the Samurai Art of Warfare that required a life > full of learning - in the end wiping out a > complete culture. > > Same trend here - the reason is: 'cost' ;-) > > > Regards & scnr > > Mirco > > f'up: clpm, clp >

Re: Battlefield Weapon Popularity Trend

2006-09-27 Thread Ramon Diaz-Uriarte
On 9/27/06, Mirco Wahab <[EMAIL PROTECTED]> wrote: > Thus spoke Ramon Diaz-Uriarte (on 2006-09-27 11:01): > > >> When the Samurai of medieval Japan were confronted > >> with new 'battlefield language', e.g. early Shotguns, > >> they resisted bec

Re: Questions on Using Python to Teach Data Structures and Algorithms

2006-09-28 Thread Ramon Diaz-Uriarte
"Data Structures and Algorithms with Object Oriented Design Patterns" (http://www.brpreiss.com/books/opus7/html/book.html) and was surprised. -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listi

Re: Questions on Using Python to Teach Data Structures and Algorithms

2006-09-28 Thread Ramon Diaz-Uriarte
On 9/28/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Ramon Diaz-Uriarte wrote: > > > Going back to the original question, a related question: does anybody > > know why there are so few books on data structures and algorithms that > > use Python? > > Prob

Re: Python to use a non open source bug tracker?

2006-10-04 Thread Ramon Diaz-Uriarte
curiosity, what were the pros/cons of Launchpad, specially compared to Roundup? R. > > Richard > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Bioinformatics Unit Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Book recommendations

2006-12-06 Thread Ramon Diaz-Uriarte
> > > Beginning Python: From Novice to Professional by Magnus Lie Hetland > Core Python Programming (2nd Edition) by Wesley Chun > > There are plenty of "Free" online ones as well. > > HTH > > Robert > > -- > http://mail.python.org/mailman/listinfo

Re: About the 79 character line recommendation

2006-12-06 Thread Ramon Diaz-Uriarte
n 80 and you often have hard to read pages). Best, R. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2006-12-09 Thread Ramon Diaz-Uriarte
And which are these "newer ideas"; what programming languages are incorporating them? (Scala, Mozart/Oz, Alice-ML, ...). R. > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputi

Re: About alternatives to Matlab

2006-12-12 Thread Ramon Diaz-Uriarte
chemes) with Erlang-like concurrency http://toute.ca/ http://lambda-the-ultimate.org/node/841 Best, R. > -- > Dr Jon D Harrop, Flying Frog Consultancy > Objective CAML for Scientists > http://www.ffconsultancy.com/products/ocaml_for_scientists/index.html?usenet > -- > http://mai

Re: Wow, Python much faster than MatLab

2006-12-30 Thread Ramon Diaz-Uriarte
extremely popular in bioinformatics and among statisticians who do bioinformatics (look at bioconductor.org). Ramon -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list

Re: Fortran vs Python - Newbie Question

2007-03-26 Thread Ramon Diaz-Uriarte
bout concurrent/distributed programming? Is this your first programming language? Etc, etc, etc. In the end, maybe neither Python nor Fortran might be the best choices for you. HTH, R. > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Statistical Comput

Re: Py 2.5 on Language Shootout

2007-01-20 Thread Ramon Diaz-Uriarte
ll standard C. But even if it were, when people think of C they rarely think of CINT. I think readers understood the previous poster. Best, R. > > Cheers, > > Carl Friedrich Bolz > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Statist

Re: Py 2.5 on Language Shootout

2007-01-20 Thread Ramon Diaz-Uriarte
On 20 Jan 2007 11:34:46 -0800, Isaac Gouy <[EMAIL PROTECTED]> wrote: > > Ramon Diaz-Uriarte wrote: > > On 1/20/07, Carl Friedrich Bolz <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: > > > >>> Looking over the benchmarks, one gains the

Re: Py 2.5 on Language Shootout

2007-01-21 Thread Ramon Diaz-Uriarte
On 20 Jan 2007 14:19:12 -0800, Isaac Gouy <[EMAIL PROTECTED]> wrote: > > Ramon Diaz-Uriarte wrote: > > On 20 Jan 2007 11:34:46 -0800, Isaac Gouy <[EMAIL PROTECTED]> wrote: (...) > > > > > > And that's why the existence of CINT is such a stark remind

Re: Python does not play well with others

2007-02-04 Thread Ramon Diaz-Uriarte
ties are elsewhere, as I've > explained before. Python's developers and advocates have a declared > goal of reaching as many users as they can, and as a user I don't mind > offering suggestions about how to do that, but my responsibilities > don't go any further.

Re: book for a starter

2007-02-28 Thread Ramon Diaz-Uriarte
is small and inexpensive and i carry on my backpack all the time). Best, R. > > -- > WenSui Liu > A lousy statistician who happens to know a little programming > (http://spaces.msn.com/statcompute/blog) > -- > http://mail.python.org/mailman/listinfo/python-list > -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz -- http://mail.python.org/mailman/listinfo/python-list