New to Python

Alberto Monteiro albmont at centroin.com.br
Mon Mar 12 13:06:07 EDT 2007


Diez B. Roggisch wrote:
>
>> Also, basic things like how does "+" operate on object "xxx"
>> are impossible to google search.
> 
> For which language they are?
>
None :-)

> And in python you've got the 
> interpreter loop, either explicitly by invoking python on the 
> commandline and entering some statements, or implicitly by putting a
> 
> import pdb; pdb.set_trace()
>
> call on a place where you are interested in toying around with 
> objects. 

Ah! This is a precious help. This should be in the tutorials!!!

> I think you just have to adjust to the much more dynamic nature of 
> python a bit.
> 
I know. Maybe I am trying to adjust to too many things at the same
time.

Alberto Monteiro




More information about the Python-list mailing list