Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 39 Guest(s) Bing, Google, AOL
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,124
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 601
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,526
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 947
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,440
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,288
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,491
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,453
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,600
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,161
|
|
|
I can't play MP4 files |
Posted by: rwahdan - Jun-29-2021, 10:58 AM - Forum: GUI
- Replies (11)
|
 |
Hi,
I am trying some code I found in the community but I want to be able to play MP4 files but can't.
[python]
class window(QWidget):
def ..... More
|
|
|
Calculator exceptions |
Posted by: HereweareSwole - Jun-29-2021, 04:30 AM - Forum: Homework
- Replies (5)
|
 |
Hello everyone,
Could anyone tell me how I could create a exception (error handling) to deal with users who put letters or "+"/"-" into the calculato..... More
|
|
|
moving label position |
Posted by: rwahdan - Jun-28-2021, 04:35 AM - Forum: GUI
- Replies (1)
|
 |
I am trying to animate a label by moving it little by little. I have the following code but it is not doing anything.
[python]
global status_name..... More
|
|
|
statusbars |
Posted by: rwahdan - Jun-27-2021, 04:01 PM - Forum: GUI
- Replies (4)
|
 |
Hi,
I need to have only 1 status bar to display some info in the bottom right and some other info in the bottom left but all in the same line (same..... More
|
|
|
the first item in listbox |
Posted by: rwahdan - Jun-27-2021, 01:40 PM - Forum: GUI
- Replies (4)
|
 |
Hi,
I need to know how to get the value of the first item in the listbox?
song_box.select_set(0) I think this will only make..... More
|
|
|
Very new to Python world |
Posted by: daveseaman - Jun-25-2021, 07:17 PM - Forum: General Coding Help
- No Replies
|
 |
I am very new to Python and I would like to wright a script to allow openVpn to open a connection buy a customer number and pull the site key from a f..... More
|
|
|
Turtle onkey() |
Posted by: simonc8 - Jun-25-2021, 06:16 PM - Forum: General Coding Help
- Replies (12)
|
 |
Is there a way to write a turtle onkey() statement so it will listen for any letter key, or can you only specify a single key in each onkey() statemen..... More
|
|
|
check if entry is null |
Posted by: rwahdan - Jun-25-2021, 03:37 PM - Forum: GUI
- Replies (2)
|
 |
Hi,
I am trying to check if an entry is null but not succeeded to do so.
[python]
cap_entry = sec_entry.get()
if cap_entry in str(image_ra..... More
|
|
|
|