Posts
 
Reputation
Joined
Last Seen
Ranked #864
Strength to Increase Rep
+1
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
1 Endorsement
Ranked #857
Ranked #2K
~36.1K People Reached
About Me

Python / Django / PyGame Developer.

Interests
Python, PyGame, Basketball, Football, Family, Bible
PC Specs
Intel i5 2500k, GTX 760 2GB, 8GB RAM
Favorite Forums
Favorite Tags
Member Avatar for Niloofar24
Member Avatar for M_12
0
5K
Member Avatar for Niloofar24

You can create your own media player by reading the posts above, or you could do what I did for my program FindADownload(www.findadownload.net), and let the OS automatically decide how to play the MP3. You can do so, like this: import os os.startfile(NAMEOFFILE)

Member Avatar for Niloofar24
0
30K
Member Avatar for rhys_1
Member Avatar for Julie_2

Greetings: First and foremost, I warmly applaud your efforts to learn Python. That being said, arguments in Python are parameters(or local variables) that are passed(or given) to a function to work with. Your calcBMI function is currently not set-up to receive any parameters. Also, it's a better programming practice to …

Member Avatar for Julie_2
0
498
Member Avatar for Froweey

Greetings: I've noticed that many people on these boards have experience using PyGame, so I thought it would be cool if i shared a creation I am currently developing. This creation is called **PyDark**. Basically, PyDark is a *2D game framework* built on-top of Python and PyGame. What makes PyDark …

Member Avatar for Gribouillis
1
148
Member Avatar for zac_2

Logically speaking, you are to rotate your Gun sprite to the direction of your mouse position. I highly recommend you check out my 2D game framework PyDark. It's built on-top of PyGame and it makes developing 2D games easier. [www.pydark.com](http://www.pydark.com)

Member Avatar for Froweey
0
166