STEAM 群組
The Python Coding Group PYCG
STEAM 群組
The Python Coding Group PYCG
0
遊戲中
5
線上
創立
2010 年 5 月 5 日
22 則留言
2011 年 10 月 25 日 下午 6:51 
Hi :)
2010 年 9 月 2 日 上午 8:18 
Hey guys, I'm back from vacations! Now we shall continue with JumpBeat! :D
2010 年 7 月 26 日 上午 7:25 
No problem, you have any issues with the code don't hesitate to ask
2010 年 7 月 25 日 下午 4:26 
I'll take a look at your code tonight and see if I can suggest a way to implement this.
2010 年 7 月 25 日 下午 4:26 
Threading basically allows a method to be run asynchronously. Starting a simple thread is easy enough. The one problem with threads has always been communication. However in python this isn't too much of a hassle.
2010 年 7 月 25 日 下午 4:23 
Wow, I should proof-read my comments more :P
2010 年 7 月 25 日 下午 4:23 
Hrrm...my first instinct as a programmer would be GO CLIENT-SERVER!!! Lol, but I appreciate that in this case that's maybe not an option. You would be correct in assuming that you would require threading for this, and in this case adding threading should be a simple procedure.
2010 年 6 月 27 日 下午 3:44 
Btw if you understand the music file you can use the first Module to create your own music if you like, or even develop a music authoring application.
2010 年 6 月 27 日 下午 3:42 
http://pastebin.com/K7wsQKtz - Still Alive Winsound Music
2010 年 6 月 27 日 下午 3:35 
http://pastebin.com/eyqRR6D1 - Still Alive Winsound Main Module
2010 年 6 月 6 日 上午 12:36 
Agreed
2010 年 6 月 5 日 下午 3:29 
Yeah, but Duck Typing is one of Python's strengths, and helps make it the extremely flexible and yet powerful language it is.
2010 年 6 月 5 日 下午 3:10 
hey guys, don't forget you can make announcements! :D
2010 年 6 月 5 日 上午 4:44 
guys , remember that Python uses Duck Typing Heavily , it requires you to have a wider knowledge on the code you will use
2010 年 5 月 26 日 上午 9:59 
Sorry you forgot the #include <stdio.h> etc. that's also required. The fiddley bits (along with Hungarian Notation) which make me hate C & C++, lol.
2010 年 5 月 22 日 上午 8:41 
I know practically every useful language _but_ python, so now I have an excuse to learn it.

using namespace std;
cout << "Hello, World!" << endl;
2010 年 5 月 10 日 下午 12:21 
print "Guten tag!"
2010 年 5 月 10 日 下午 12:12 
btw, thx for the comment about the logo. i made it by myself :D
2010 年 5 月 10 日 下午 12:11 
:D
2010 年 5 月 5 日 下午 11:45 
python -c 'print chr(10).join("".join((" ","▲")[c] for c in l)for l in reduce(lambda s,n,w=90:s+[[w>>(s[-1][i-1]*4+s[-1] *2+s[-1][(i+1)%len(s[0])])&1 for i in range(len(s[-1]))]],range(31),[[0]*31+[1]+[0]*31]))' Python triforce :)
2010 年 5 月 5 日 下午 3:20 
Nice logo :)
2010 年 5 月 5 日 下午 3:20 
print "Hello World!"