Doubt
Fredrik Lundh
fredrik at pythonware.com
Wed Jul 23 16:13:32 EDT 2008
ജഗന്നാഥ് wrote:
> I am a Perl programmer new to Python. I have a small doubt.
I suspect you mean "question", not "doubt". It's not quite the same thing.
> How to convert the perl notation
> $a = ""; expression in Python ?
>
> How to represent the loop
> for ($a = $b; $a<=$c;$a++){
> } in Python
Start here:
http://www.lucasmanual.com/mywiki/PerlPythonPhrasebook
and then read either of these (preferably both):
http://www.swaroopch.com/byteofpython/
http://docs.python.org/tut/
</F>
More information about the Python-list
mailing list