Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.8K
~415 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for mohammed_41

Hey ! What error are you getting ?? I just tried it out on Python 2.7.10 However i did notice you are not using the filename var, when loading? >>> import numpy as n >>> filename='myfile.txt' >>> data=n.loadtxt(filename) >>> print data [ 2.35000000e+02 5.43000000e+02 5.43000000e+02 5.44345000e+05] >>>

Member Avatar for Gribouillis
0
220
Member Avatar for monsterTUT

Tip : Do not mix spaces and tabs in your code when dooing indentation. It can really make it confusing !

Member Avatar for Rasmus_2
0
195