redho home | products | services
Web Design Forums

Web Design Forums  


Web Hosting, Web Design, Software and Web Development Forums  
 FAQFAQ   MemberlistArchive  Log inLog in   RegisterRegister 
         

how to print to a file



 
Post new topic   Reply to topic    Web Design Forums -> Python programming forum
View previous topic :: View next topic  
Author Message
montanarry



Joined: 13 May 2006
Posts: 175
I have to print "hi world" to a file - how do I do it?
  Reply with quote


WarChild



Joined: 24 Feb 2006
Posts: 46
Ugly, Perl way:

print >> open('somefile', 'w'), 'hello'

Nice, Python way:
open('somefile', 'w').write('hello')
  Reply with quote
froomzer



Joined: 23 May 2006
Posts: 148
montanarry, you have a syntax error here. you probably mean "hello world".
  Reply with quote
montanarry



Joined: 13 May 2006
Posts: 175
?????
  Reply with quote
optomeb



Joined: 19 May 2006
Posts: 113
The second, because if after newline you have a space or more you'll not get rid of newline
  Reply with quote
montanarry



Joined: 13 May 2006
Posts: 175
Ok "hello world"
Any idfeas of printing to file
  Reply with quote
froomzer



Joined: 23 May 2006
Posts: 148
F=file(path, 'w'); f.write('hello world'); f.close()
  Reply with quote
jomanda



Joined: 19 May 2006
Posts: 70
Location: Germany
froomzer, what about file(path, 'w').write('hello word')
  Reply with quote
montanarry



Joined: 13 May 2006
Posts: 175
froomzer, what if I want to write a few more lines to same file
  Reply with quote
ovigo22



Joined: 15 May 2006
Posts: 130
montanarry, if you want the print behavour (like adding a newline): print >>f, "hello world" instead of f.write("hello world")
  Reply with quote
Page 1 of 1
Post new topic   Reply to topic    Web Design Forums -> Python programming forum


Dubai Forums - Expat Help | Vegan Chat | Java Programming | Free 3D tutorials and 3d textures | Paris Forum | EU Forum
Free Dubai Classifieds | Free London Classifieds | Jobs in London

High Quality, Custom 3d animation and Web Design solutions Royal Quality Web Hosting Services Vegetarian and Animal Rights news

Powered by phpBB © 2001, 2005 phpBB Group