Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #16.0K
Ranked #4K
~31.5K People Reached
Interests
Programming, Reading, Anything Sciency
PC Specs
Windows 7 Toshiba laptop, Quad core AMD Radeon Duel Graphics.
Favorite Tags

8 Posted Topics

Member Avatar for vegaseat

Hey, this is pretty cool! I just tested it and it sounds about right, though I'll have to take a look at the sky tonight. Its funny, 'cause I've also googled this, and heaps of websites can not agree on what the phase is. Half of them say waning cresent, …

Member Avatar for Sichen
2
6K
Member Avatar for vegaseat

Hey thank you for this epic post!!! I used it as a base for checking if a number was prime in an algorithm I made for Project Euler #3. Thanks again!!!!

Member Avatar for amir_19
3
24K
Member Avatar for Ismatus3

Wow, no one has posted anything. Yes, it is possible to make a server in Python, or just turn a server on. You can interface with any server in Python, whether you use Python for this depends on your requirements. It can do all of the necessary things, but python …

Member Avatar for Ismatus3
0
236
Member Avatar for dashing.adamhughes

Would it not be easier to make `Foo` a decendent of `dict`? Then you have all of those by default. class Foo(dict) """ More code here """ pass

Member Avatar for slate
0
261
Member Avatar for saugat.pradhan

I can see several problems with this code. 1. Your `print` statements are all over the place. You can't have `print"hello"` with no space. If you are using Python 2.x, use `print "hello"` (with the space) or if you using python 3.x use `print("hello")` with brackets. You can use the …

Member Avatar for zjtpjs4
0
174
Member Avatar for TempoGnome

Hello. Right, your first problem is that *colliderect* only checks if two rects are **overlapping.** So after they collide the first time, and the top equals the bottom, they are no longer overlapping and do not collide. You have no checks to see whether or not not you did collide …

Member Avatar for zjtpjs4
0
351
Member Avatar for lizaron

Do you mean you want to iterate through the original list and convert it into the given format? I don't entirely understand what you mean by 'first month' you've got a range of months there. If your data is in order you could use something like: res = {} for …

Member Avatar for zjtpjs4
0
272
Member Avatar for toby.thomas.79

There is a great website called http://www.ludumdare.com/ that is a good place for indie game makers to build up their skill by participating in competitions. You should check it out.

Member Avatar for Anddos
0
168

The End.