IDE Python

Lothar Scholz llothar at web.de
Fri Oct 3 00:16:37 EDT 2003


> reo = re.compile(r"#define\s+Py_None.*\n")
> 
> it should know that reo is a regular expression object. It should try at 
> least. :-) Simpler example:
> 
> string.upper().
> 
> and it shows nothing.

The first could be done as a heuristic. The second is not easily
possible in an untyped language. And i guess no other IDE for any
script language can do this. Maybe they can do it for a few standart
functions but not in general.

Choosing python has advantages and disadvantages.




More information about the Python-list mailing list