Comparing python and Perl - Network + administration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hamido

    Comparing python and Perl - Network + administration

    Hi

    I am very-very new in Pyton langguage
    In my next project I will promote Python / Perl /Shell Programming
    I enjoy and intensively comparing python and Perl in term of networking
    and system admionistration .

    Is there any function or modules to make system administration ( like
    shell-bash, Perl) ?

    TQ


    ############### ############### ############### ############### ############### ##########
    This e-mail message has been scanned for Viruses and Content and cleared
    by NetIQ MailMarshal
    ############### ############### ############### ############### ############### ##########

  • Peter Hansen

    #2
    Re: Comparing python and Perl - Network + administration

    hamido wrote:[color=blue]
    >
    > I am very-very new in Pyton langguage
    > In my next project I will promote Python / Perl /Shell Programming[/color]

    Seems a little premature... ;-)
    [color=blue]
    > Is there any function or modules to make system administration ( like
    > shell-bash, Perl) ?[/color]

    Yes. Do you have a specific question? An example of what you
    are trying to accomplish?

    Python has many such facilities, including os.system and friends,
    the shutil module, and many more. Many people use it for sysadmin
    tasks, as some others use shell scripting and Perl of course.

    -Peter

    Comment

    Working...