| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 48 online users. » 1 Member(s) | 42 Guest(s) Bing, AOL, Apple, Google, snippsat
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 4
» Views: 118
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 100
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 73
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 112
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,100
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,366
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,559
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 189
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,199
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,444
|
|
|
| listbox selection |
|
Posted by: DPaul - May-16-2022, 09:30 AM - Forum: GUI
- Replies (4)
|
 |
Hi,
I have a listbox for MULTIPLE selection.
def getElement(event):
selection = event.widget.curselection()the variable "sel..... More
|
|
|
| Refresh token for Wyze SDK |
|
Posted by: duckredbeard - May-16-2022, 04:33 AM - Forum: General Coding Help
- No Replies
|
 |
I have added a few Wyze smart bulbs to my home security system, running them on their own program but using door sensors from the security program. E..... More
|
|
|
| error |
|
Posted by: muratuzun - May-14-2022, 02:17 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
When I run the csv file data I have with the following command, I get an error. I wonder if I got this from a ready-made command? What shoul..... More
|
|
|
| Invalid syntax |
|
Posted by: Slome - May-13-2022, 08:12 PM - Forum: Homework
- Replies (2)
|
 |
When i run this,
import csv
def main():
with open("battle_royale.csv") as csvfile:
readCSV = csv.reader(csvfile, delimiter=',')
..... More
Attached Files
Thumbnail(s)
|
|
|
| How to fix this? |
|
Posted by: DERO - May-13-2022, 06:43 PM - Forum: Homework
- No Replies
|
 |
Hi.
So, my question is:
When I ran the below code all values change to custom(as it should be), except for the last phrase. I wonder if anyone has a..... More
|
|
|
| How to fix this? |
|
Posted by: DERO - May-13-2022, 06:43 PM - Forum: Homework
- Replies (1)
|
 |
Hi.
So, my question is:
When I ran the below code all values change to custom(as it should be), except for the last phrase. I wonder if anyone has a..... More
|
|
|
| [Solved]Help Passing Variables |
|
Posted by: Extra - May-12-2022, 08:01 PM - Forum: GUI
- Replies (4)
|
 |
Hello,
I'm wondering how I can pass my userInputName and userInputPassword to my validate function.
I thought this was the correct way of doing ..... More
|
|
|
| Save settings |
|
Posted by: frohr - May-12-2022, 06:50 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I want to ask you how to save options. I have main window with charts and calculations. When I click Settings button, second window is open.
T..... More
|
|
|
|