| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,824
Full Statistics
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 37 Guest(s) Bing, Google
|
| Latest Threads |
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
16 minutes ago
» Replies: 6
» Views: 317
|
New to python and coding
Forum: Homework
Last Post: lary_p
4 hours ago
» Replies: 5
» Views: 143
|
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 91
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 225
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 351
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 136
|
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,636
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 231
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 223
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,684
|
|
|
| wx.PyTimer |
|
Posted by: ian - Aug-28-2017, 08:41 PM - Forum: General Coding Help
- Replies (3)
|
 |
If I setup a 1-second timer (wx.PyTimer), it should trigger event every second.
What will happen if the event code execution lasts longer than a seco..... More
|
|
|
| Basic question |
|
Posted by: balajee - Aug-27-2017, 11:30 AM - Forum: General Coding Help
- Replies (8)
|
 |
my question here
Hi,
I am new to python. Please explain the below. Why one syntax is returning "True" while the second one returns False.
>>>..... More
|
|
|
| time |
|
Posted by: calloflegend11 - Aug-26-2017, 06:50 PM - Forum: Homework
- Replies (1)
|
 |
I am working on a problem to figure out how many hours/minutes someone works. I have the total amount of minutes figured out including deducting the t..... More
|
|
|
| tkinter frame sizing problems |
|
Posted by: Lux - Aug-26-2017, 06:09 PM - Forum: GUI
- No Replies
|
 |
I am working on a project with tkinter, and I am trying to make a frame and a ScrolledText widget fill up the screen.
The relevant code looks like th..... More
|
|
|
| help |
|
Posted by: Netanel - Aug-26-2017, 05:15 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]
l=['a','b','c']
r=[1,2,3]
e=['a','b','c','d']
n=[]
for i in l:
for j in r:
for t in e:
n.append(i+str(j)+t)..... More
|
|
|
| error |
|
Posted by: baronmontesqieu - Aug-25-2017, 09:58 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello.
This is quite a complex code that I have made.
it is not working however, and I would like to see what I have done wrong.
the following is..... More
|
|
|
|