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.
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Linux and Unix x 1
Favorite Tags
4 Posted Topics
[code] myarray = [2,3] def prime(x): for i in range(3, x,2): if filter(lambda x: i % x, myarray) == myarray : myarray.append(i) [/code]
My friend I used to work with eclipse , but didn't satisfy me... After I worked with Zend Studio ( for PHP ) and WingIde ( for PYTHON ) , it made me learn faster. IMO wingide is a good choice , understands a lot of new modules and develops …
Re: primes
[code] myarray = [2,3] def prime(x): for i in range(3, x,2): if filter(lambda x: i % x, myarray) == myarray : myarray.append(i) [/code]
The End.
arsham