Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
19% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
4
0 Endorsements
Ranked #4K
~20.7K People Reached
About Me

I am a 15 year old python coder.

Favorite Tags

12 Posted Topics

Member Avatar for vegaseat
Member Avatar for vegaseat
20
18K
Member Avatar for Bhavya scripted

hi i recently found an interesting problem(#19) on the project euler website - projecteuler.net The real answer is 171 and i am getting 175 What is wrong with this code- def sunday(): c=0 sun=0 months=[31,59,90,120,151,181,212,243,273,304,334,365] leapmonths=[31,60,91,121,152,182,213,244,274,305,335,366] for i in range(1901,2001): n=leap(i) #Checking if year is leap year if n == …

Member Avatar for TrustyTony
1
471
Member Avatar for aravind07k
Member Avatar for Bhavya scripted

Hey guys!I am new to this awesome forum. I have just finished c/c++ and have decided to move on to some scripting.I liked perl because it is very good for web apps.I personally dont like pyhton. So,can you guys suggest a good perl interpreter for windows7? Thanks

Member Avatar for Bhavya scripted
0
188
Member Avatar for Bhavya scripted

Hello all I have decided that I will participate in an online coding contest.i just want to ask which programming language is appropriate or powerful for a programming contest?ruby or python?i want to participate with python or ruby as my primary language.i have a little exp. with python but don't …

Member Avatar for Bhavya scripted
0
231
Member Avatar for Bhavya scripted

hey all I was watching a tutorial on java game development.In that video,the guy was making a window a on the screen,then making an oval,then moving it. His code worked fine and i am 100% sure that my code is similar to his(i checked it a few times). What my …

Member Avatar for Ezzaral
0
322
Member Avatar for trebla21
Member Avatar for Schol-R-LEA
-2
225
Member Avatar for Bhavya scripted

hey all..i followed "thenewboston" tutorials in java for game development(3-7).I am having trouble in loading an image on the screen..i try this code: bg = ImageIcon("C://TEST///Test.jpeg").getImage(); pic = ImageIcon("C://TEST///FACE.png").getImage(); this is the same code as his and i have made all the pictures in the TEST folder in c drive. …

Member Avatar for stultuske
0
219
Member Avatar for Bhavya scripted

Hello everyone.I am a programmer between beginner and intermediate.I have experience in c/c++. So,i wanted to jump into the game programming world.First,i wanted to develop games withour graphics to increase my game logic.The latest games i have made is guessing game.Would you guys suggest some easy gaes to write..say..card games.I …

Member Avatar for cproger
0
306
Member Avatar for Bhavya scripted

perl vs ruby. what is the difference in speed/popularity and performance? thanks

Member Avatar for Neuronimbus1
0
147
Member Avatar for Bhavya scripted

What is the best scripting language for networking and hacking? I have heard that python,perl,lua are some favourites. I have knowledge of C,C++....what do you all think I should start with?my main focus will be web development(server scripting,hacking and stuff) Thanks

Member Avatar for mattster
-1
224
Member Avatar for Bhavya scripted

I am having trouble understanding the concept of virtual functionsin c++.i couldn't find any simple example code for me to understand.can anyone show a simple program using virtual functions and it's importance? Thanks

Member Avatar for deceptikon
0
177

The End.