Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 54 online users. » 1 Member(s) | 48 Guest(s) Bing, AOL, Google, Apple, Pedroski55
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
6 hours ago
» Replies: 2
» Views: 753
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 786
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
Yesterday, 04:45 PM
» Replies: 0
» Views: 98
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 499
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,878
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,278
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,845
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,265
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,201
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,513
|
|
|
Pyshark filter message |
Posted by: ziv_t - Apr-03-2020, 10:21 PM - Forum: Networking
- No Replies
|
 |
Hi ,
Im using:
[python]file_capture = pyshark.FileCapture(file_name,display_filter=display_filter, only_summaries=False,
..... More
|
|
|
Help! Lists |
Posted by: bwdu - Apr-03-2020, 11:44 AM - Forum: General Coding Help
- Replies (7)
|
 |
Hi everybody! This is my code;
import stdio
import sys
import random
SUITS = ["Clubs", "Diamonds", "Hearts", "Spades"]
RANKS = ["2", "3", "4"..... More
|
|
|
ttk.Checkbutton set on/off |
Posted by: ifigazsi - Apr-03-2020, 10:12 AM - Forum: GUI
- Replies (5)
|
 |
Hi!
I have a bunch of ttk.Checkbuttons, and i want to select and deselect all.
I found a solution, but there must be a better/general one.
Than..... More
|
|
|
Cannot get PyQt5 to import |
Posted by: DoDods - Apr-03-2020, 04:49 AM - Forum: GUI
- Replies (2)
|
 |
Hi!
I'm very new to this side of computers and was wondering if I could get a little help.
I have used pip to install both PyQt5 and PyQt-tools ..... More
|
|
|
Vending machine help |
Posted by: wiggles - Apr-03-2020, 01:09 AM - Forum: Homework
- Replies (5)
|
 |
Hi, I have a project to build a vending machine that must display items and balance of coins within the machine. I have done some work on it and am st..... More
|
|
|
Smooth curve in matplotlib |
Posted by: medatib531 - Apr-02-2020, 08:06 PM - Forum: General Coding Help
- No Replies
|
 |
Hello,
suppose I have the following dataset as represented in the code.
This dataset is coming from measurements which are sometimes inconsistent and ..... More
|
|
|
remove widgets of a layout |
Posted by: catlessness - Apr-02-2020, 05:40 PM - Forum: GUI
- Replies (2)
|
 |
i have some problem deleting widgets from the layout:
I used the removeItem() function but the widgets are still there:
[python]
def clearlayout(la..... More
|
|
|
|