sometimes i'll write
if( key in myarray ) { ...
in PHP and then realize I have to use array_key_exists and curse that the
parameters are key then array, and bless scite auto-api-display for saving
me each time...
--
http://mail.python.org/mailman/listinfo/python-list
Mage mage.hu> writes:
> I amafraid of I will stop using semicolons in other languages after one
> or two months of python. However I see that python simply ignores the
> semicolons atd the end of the lines.
I notice that when switching between Python and Delphi I'll sometimes
On Tue, 12 Apr 2005 00:14:03 +0200, Mage wrote:
>Hello,
>
> I amafraid of I will stop using semicolons in other languages after one
> or two months of python. However I see that python simply ignores the
> semicolons atd the end of the lines.
>
> What's yo
# [EMAIL PROTECTED] / 2005-04-12 00:14:03 +0200:
>Hello,
>
> I amafraid of I will stop using semicolons in other languages after one
> or two months of python.
Writing in multiple programming languages is just like writing or
speaking in multiple human languages: you
Mage wrote:
I amafraid of I will stop using semicolons in other languages after one
or two months of python. However I see that python simply ignores the
semicolons atd the end of the lines.
What's your advice? I don't want to write full-of-typo php scripts but I
see the logic of the pyt
Hello,
I amafraid of I will stop using semicolons in other languages after one
or two months of python. However I see that python simply ignores the
semicolons atd the end of the lines.
What's your advice? I don't want to write full-of-typo php scripts but I
see the logic of