| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 49 online users. » 0 Member(s) | 45 Guest(s) Bing, Google, Mojeek, AOL
|
| Latest Threads |
data fetching for indian ...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 1
» Views: 59
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,473
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 125
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 51
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,047
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,293
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 346
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 188
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 250
|
|
|
| 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
|
|
|
| Edit Json file |
|
Posted by: mcmxl22 - Apr-02-2020, 04:57 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am trying to add key\value pairs to a Json file. I can write one pair to the file but I can't figure out how to append additional pairs. When I try,..... More
|
|
|
| Bind error |
|
Posted by: PeterLinux - Apr-02-2020, 12:14 PM - Forum: GUI
- Replies (1)
|
 |
With Python2 I have this little script with an error in the line with "******" stars:
[python]#!/usr/bin/python
import wx
def quit():
print("..... More
|
|
|
|