I coded the following script in order to try to gain
access to directory security information.
import win32con
import win32security
security =
win32security.GetFileSecurity('d:\\mystuff\\',
win32con.GROUP_SECURITY_INFORMATION)
When I run this script with the ActiveState debugger,
it shows tha
If your happy with Perl then stick with it. If it does what you want then
why change?
Myself I'll stick with Python 8¬)
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 7:26 PM
Subject: Why should I use Python if PERL exists ?
> Hello
[EMAIL PROTECTED] wrote:
>
> Hello ,
> Can you please explain to me advantages of Python in comparison
> with PERL?
> I use Perl because I need
> download web pages,
> GUI interface to my program,
> use threads
> and make exe from perl program.
> Is it all in Python or even something better?
>
Hello ,
Can you please explain to me advantages of Python in comparison
with PERL?
I use Perl because I need
download web pages,
GUI interface to my program,
use threads
and make exe from perl program.
Is it all in Python or even something better?
Thanks for reply.