Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for fekioh

Hi, I have laptop running Ubuntu 12.04 and I'm looking at a [mini mac](http://en.wikipedia.org/wiki/Mac_Mini). I would like to operate it remotely (it has no screen/keyboard/mouse of its own) but not through the internet. Could I connect the two locally through an ethernet cable and then control the mac from the …

Member Avatar for L7Sqr
0
300
Member Avatar for fekioh

Hello, I need to store data in large lists (~e7 elements) and I often get a memory error in code that looks like: [code=python] f = open('data.txt','r') for line in f: list1.append(line.split(',')[1]) list2.append(line.split(',')[2]) # etc. [/code] I get the error when reading-in the data, but I don't really need all …

Member Avatar for ultimatebuster
0
2K
Member Avatar for fekioh

I am new in Python. I wrote a program that reads-in large text files using xreadlines, stores some values in lists (and arrays) and does some calculations. It runs fine for individual files, but when I try to consecutively process files from a folder, I get a memory error. my …

Member Avatar for TrustyTony
0
153