VS.85).aspx
If you are trying on *NIX SO, I don't know if this is applicable
best regrads,
Zara
--
http://mail.python.org/mailman/listinfo/python-list
horthand in online discussions, N#,
>N*, or N+ could be used as aliases.
>
>Names of other great scientists, mathematicians, or computer
>scientists could also be used, of course. Take your pick.
>
>How about renaming Python3000?
I would never use the name of a mathematician for a pr
e the language. Now try qith
Quetzatcoatl and its derivatives:
- QuetzatcoatlGTK
- QuetzatcoatlTest
- Quetzatcoatl_argfs_ughs_IlostMybreath
And some equally funny and easy to pronounce others...
Regards,
Zara
--
http://mail.python.org/mailman/listinfo/python-list
DEDENT
>statement ::= stmt_list NEWLINE | compound_stmt
>stmt_list ::= simple_stmt (";" simple_stmt)* [";"]
>
Regards,
Zara
--
http://mail.python.org/mailman/listinfo/python-list
"
if testResult == TestOutcomes.PASSED:
testResultAsString = "Passed"
elif testResult == TestOutcomes.FAILED :
testResultAsString = "Failed"
else:
testResultAsString = "Aborted"
return testResultAsString
Regards,
Zara
--
http://mail.python.org/mailman/listinfo/python-list
ar
installation, and it will only deposit some files on your
$python$/Lib/site-packages folder.
Any comments welcome.
NOTE2: Software in spanish, but it should not be pretty difficult to
follow (I hope!)
best regards,
Zara
http://www.albalaing.com/Firmware.aspx?id_firmware=2359
--
http://mail.python.org/mailman/listinfo/python-list
thot reservations to
>modern languages like Python.
>
One language created by and for mathematicians: Haskell.
It uses zero based list indexing (the most similar to array indexing
they have), so that list!!0 is the first element and list!!3 the
fourth element.
And they tend to reason in Dijkstra's style. They love natural numbers
beginning with zer:
zara
--
http://mail.python.org/mailman/listinfo/python-list
t I have not been able
>to find it.
>
>I need this to be able to be used in Python Win. Is there a ZIP utilty
>already stored with a basic PYTHON download?
>
>Thanks all.
It is included with basic Python installation. Look at Pyton Manulas,
Library Reference, 12. Data Compress