Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 54 online users. » 0 Member(s) | 45 Guest(s) Bing, Google, Applebot, AOL, Facebook Dev
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
2 hours ago
» Replies: 0
» Views: 59
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 221
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 276
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 428
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,536
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,489
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 362
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 830
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 1,050
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,328
|
|
|
Function help |
Posted by: Nickd12 - Sep-15-2020, 01:01 AM - Forum: General Coding Help
- Replies (10)
|
 |
[python]def my_room_light_on():
my_room_l_on = b.set_light([1, 2, 9, 10], 'on', True)
my_room_l_off = b.set_light([1, 2, 9, 10], 'on', False..... More
|
|
|
Matplotlib clear x,y data |
Posted by: LoneStar - Sep-14-2020, 05:55 PM - Forum: GUI
- No Replies
|
 |
Hi,
How do I clear a Matplotlib line chart's data? I have the following lines when a user clicks a button:
[python]
def on_btn_reset(self):
..... More
|
|
|
Double GUI |
Posted by: malonn - Sep-13-2020, 02:31 PM - Forum: GUI
- Replies (1)
|
 |
Code then question:
[python]import tkinter as T
from tkinter import ttk
from tkinter import messagebox
import os
import subprocess
# Don't w..... More
|
|
|
while True error |
Posted by: Nickd12 - Sep-12-2020, 09:32 PM - Forum: General Coding Help
- Replies (2)
|
 |
im trying to prepare a program to basically to back to the start of the while true loop if no response was found how can I do this?
|
|
|
|