Forum: Python Oct 12th, 2009 |
| Replies: 5 Views: 429 I realized that a python list can hold as much data as the computer memory allows. On the python interpreter I gave this lines just to verify this and then on one console I gave the top command just... |
Forum: Python Oct 10th, 2009 |
| Replies: 5 Views: 429 I wrote a python program that gets input from an input file. It works fine for small input files since after opening the file I did this to get the data
data=fPtr.readlines()
Since readlines... |
Forum: Python Aug 27th, 2009 |
| Replies: 2 Views: 252 Maybe what you need is this python library:
urllib or
urllib2
Right now I can't remember of any good tutorial on the net but you can always google for this.
You can also take a look at... |