Wednesday, August 25, 2010

Woman Interests Scorpio Man

Python: Read and write files

 output = open ('out.txt', 'w') 
output.write ('A \\ n')
output.write ('B \\ n')
output.write ('C \\ n ')
output.write (' D \\ n ')
output.write (' E \\ n ')
output.write (' F \\ n ')
output.close ()

input = open (' out. txt ',' r ') s =
input.readline ()
while s! ='': print s

input.readline s = ()
input.close ()

open: open a file , 'r' in reading, 'W' for writing
input.readline () : reads a line from the stream associated with the variable input
input.close () : Closes stream associated with the variable input

Best Mahabhringraj Hair Oil Reviews

Python hello world

Type in the prompt
 python print "Hello World" 
and press enter.

Or, create a file (for example, "hello.py") containing the following line
 print "Hello World" 
save it and run it by typing the following command
 python hello.py 
and hit Enter.

Saturday, August 21, 2010

Bloody Phlegm With A Sore Throat

Start work for QVS-GTK 2.2

A short announcement to say that now officially begin work on QVS-GTK 2.2.

Those who follow the development via bzr will noticed that today is committed to delete some files as qvs-gtk.glade qvsinfo.glade and in its place there qvs-gtk.ui fact, the transition from libglade to GtkBuilder has already been made locally in the preceding months.

Today, given that, with the latest changes, the program has returned to work correctly, I decided to officially start the work and upload to launchpad changes until today.

If you're wondering why I have not uploaded daily changes in these months, know that:
  • The current version does not do anything other than 2.1.1
  • I was not sure of the success of the conversion
So, in my opinion, it was useless load changes for over a month have made it useless without the program and make improvements that would be left without security.

Tomorrow we start working on serious things, starting from improving download statistics.