Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #27.9K
Ranked #2K
~2K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for me_mie

Don't need to download. [CODE] image = PhotoImage(file='myimage.gif') label['image]' = image [/CODE] plz refer to the link: [URL="http://www.tkdocs.com/tutorial/fonts.html#images"]http://www.tkdocs.com/tutorial/fonts.html#images[/URL]

Member Avatar for me_mie
0
392
Member Avatar for sc0tty

[CODE]def start(): global count_flag global answer answer=Questions() ...[/CODE] [CODE]def Submit(answer, entryWidget): ... if int(answer) != int(entryWidget.get().strip()): ... [/CODE]

Member Avatar for askandstudy
0
172
Member Avatar for arindam31

I just do the exercises use your code. [URL="http://my-study-code.googlecode.com/svn/trunk/python2/wx_dynamic_add_remove_panel.py"]http://my-study-code.googlecode.com/svn/trunk/python2/wx_dynamic_add_remove_panel.py[/URL]

Member Avatar for arindam31
0
319
Member Avatar for Pybegginer

If PATH environment variable include your Python install directory,you can run: [ICODE]cd C:\Users\username\doocuments\"varios 2"\"python journey" python script1.py [/ICODE] or like this: [CODE]c:\python26\python script1.py [/CODE] In dos command window run "set PATH",can show PATH variable.

Member Avatar for askandstudy
0
140
Member Avatar for zazga

Use thread,what do you think? [URL="http://code.google.com/p/my-study-code/source/browse/trunk/python2/tk_dialog.py"]http://code.google.com/p/my-study-code/source/browse/trunk/python2/tk_dialog.py[/URL] [URL="http://code.google.com/p/my-study-code/source/browse/trunk/python2/dosomework.py"]http://code.google.com/p/my-study-code/source/browse/trunk/python2/dosomework.py[/URL]

Member Avatar for askandstudy
0
184
Member Avatar for Ismatus3

You can capture screen active window by press Alt+Print Scrn key,then print it or save it to image file with mspaint.exe. or use some image capture tools

Member Avatar for Ismatus3
0
110
Member Avatar for mkbear

[CODE] def average(L): i=0 total=0.0 while i<len(L): total+=L[i] i+=1 return total/len(L) [/CODE]

Member Avatar for askandstudy
0
215

The End.