Please Help me
I wish to download the data from any URL (from any website) and
then want to save into ".csv" format.
In the python documentation "12.20 csv -- CSV File Reading and Writing"
import csv
reader = csv.reader(file("some.csv"))
for row in reader:
print row
How can i use the url as
Hi,I want to know weather python conducts any certification exams like the other programming languages -
Microsoft (MCP,MCSD)
Sun (sun certification)
Regards,
Sandeep
--
http://mail.python.org/mailman/listinfo/python-list