Re: [Tutor] What language should I learn after Python?

2009-10-06 Thread root
Want another functional language besides scheme? Haskell. It looks pretty cool, and I want to learn it too. Here's some resources: A speach about haskell http://www.infoq.com/interviews/armstrong-peyton-jones-erlang-haskell Beginner's book http://learnyouahaskell.com/introduction Another book

[Tutor] (no subject)

2008-05-15 Thread root
else: print current_line def main(): file =open("/root/Desktop/httpd.conf").readlines() replace_file(file,'User apache ' , 'User myuser ') #replace_file(fil

[Tutor] checking and installing dependent softwares

2008-05-11 Thread root
hem. Thanks Jatinder Singh On Sun, 2008-05-11 at 17:07 +0530, "शंतनू महाजन (Shantanoo Mahajan)" wrote: > Hi Jatinder, > Please turn off caps lock. > On 11-May-08, at 4:54 PM, root wrote: > > > Hi , > > I AM TRYING FOR A PYTHON PROGRAM T

Re: [Tutor] Tutor Digest, Vol 51, Issue 23

2008-05-11 Thread root
Hi , I AM TRYING FOR A PYTHON PROGRAM THAT WILL CHECK WHETHER {- PHP AND MYSQL -} ARE INSTALLED ON lINUX OR NOT AND IF THEY ARE NOT INSTALLED THEN THE SCRIPT WILL TO INSTALL IT. for this I am doing import sys import os import commands import sys commands_hash = {} comman

[Tutor] create new user

2008-04-07 Thread root
Hi All. Hope you are Good and Doing Well.I am Working on a web based application .I need your pretty help for this all as I have to work in Python and I am New to this.. I want to write a python script in which will create a new user and password.please tell me ,how it will be passible??? I