| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,923
Full Statistics
|
| Online Users |
There are currently 36 online users. » 0 Member(s) | 33 Guest(s) Bing, Google, AOL
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 11
» Views: 288
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 1
» Views: 64
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 88
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 41
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,117
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 202
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 729
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,837
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 203
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 165
|
|
|
| [split] need help in optionMenu using tkinter |
|
Posted by: Rakeshkrtiwari_07 - Aug-02-2018, 04:16 PM - Forum: GUI
- No Replies
|
 |
How I can use optionmenu and when some spexified list selection is made another function (other then the current) is called .
|
|
|
| png porblem in python3 |
|
Posted by: eufe - Aug-02-2018, 10:40 AM - Forum: GUI
- Replies (6)
|
 |
Hello:
Sorry for my bad english.
I am a beginner of python.
I have made an application in python3 in windows 10 with tkinter and it works perfectly..... More
|
|
|
| Implementing tk.after |
|
Posted by: zukochew - Aug-02-2018, 09:33 AM - Forum: GUI
- Replies (5)
|
 |
Hello all,
I have difficulty implement tk.after command into my code.
I heard tk.after does not freeze the program, so I intend to use it.
Here is..... More
|
|
|
| min(list) ..? |
|
Posted by: zuzulic - Aug-02-2018, 08:23 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi guys,
I have a little question. Hopefully that somebody can help me :) :
If I have this list:
L=['13', '2', '3', '3', '5', '7']
min(L) return..... More
|
|
|
| Using pandas, index error |
|
Posted by: fyec - Aug-01-2018, 07:04 AM - Forum: Data Science
- Replies (1)
|
 |
I am trying to round numbers, if their decimal numbers end with (125, 375, 625, 875), I replace them with (25, 25, 75, 75). My code is:
[python]imp..... More
|
|
|
|