Re: Python script to install network printers

2005-10-04 Thread Matt Darby
; > I know this is the python mailinglist, but why not use some batch commands in a netlogon script? (assuming you're using Samba of course) Matt Darby -- http://mail.python.org/mailman/listinfo/python-list

Re: up to date books?

2005-08-18 Thread Matt Darby
John Salerno wrote: >Also, are Python and Ruby similar languages? Which would be better to learn? > > Knowing both, they are very similar. Python seems to be more mature and has better support. Threading is easier in Ruby, while Python is more intuitive across the board. I really like both,