Python for Visual Basic or C# programmers

Kent Johnson kent at kentsjohnson.com
Thu Jun 1 14:58:15 EDT 2006


A.M wrote:
> I am trying to find the equivalent functions  such as vb's str or asc in 
> Python. Is there any resource that help me to find these kinds of functions 
> in Python faster?

The Library Reference has a section on built-in functions:
http://docs.python.org/lib/built-in-funcs.html

Also take a look at the section on string methods:
http://docs.python.org/lib/string-methods.html

Kent



More information about the Python-list mailing list