Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,933
» Latest member: Dibbley
» Forum threads: 38,721
» Forum posts: 175,507
Full Statistics
|
Online Users |
There are currently 38 online users. » 0 Member(s) | 34 Guest(s) Bing, AOL, Google, AOL
|
Latest Threads |
Too much space between gr...
Forum: GUI
Last Post: RonR
17 minutes ago
» Replies: 4
» Views: 1,005
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
1 hour ago
» Replies: 3
» Views: 30
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 427
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,597
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,605
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 517
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 157
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,023
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,258
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 936
|
|
|
Nested QStackedLayout |
Posted by: Milestone - Jun-23-2022, 10:40 AM - Forum: General Coding Help
- No Replies
|
 |
If I add a widget to QStackedLayout the count() show me the correct number of stacked layout. However if I use addChildLayout the count() show one les..... More
|
|
|
scaling |
Posted by: DPaul - Jun-22-2022, 02:47 PM - Forum: GUI
- Replies (7)
|
 |
Hi ,
I have developed and installed an app with a Tkinter GUI .
I have made sure to detect the screen resolution of the user's PC (winfo_width and ..... More
|
|
|
list from excel |
Posted by: devilonline - Jun-22-2022, 02:09 AM - Forum: General Coding Help
- Replies (4)
|
 |
I
I'm trying to search from a excel file. I've make a convert to a dictionary but still didnt work
I want for example search id 1 and print name Char..... More
|
|
|
array change |
Posted by: svm - Jun-21-2022, 01:19 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
can you help me to understand where I'm wrong in coding?
[python]
a = [] # define first array (future matrix)
arr = [] # define a second arr..... More
|
|
|
Socket server problem |
Posted by: H84Gabor - Jun-21-2022, 12:14 AM - Forum: Networking
- No Replies
|
 |
Hi all,
I've got a socket server with many clients and it all used to work fine. Just recently this receiving line:
RECEIVED_MESSAGE = CLIENT.recv..... More
|
|
|
QR Codes |
Posted by: deep_logic - Jun-20-2022, 09:41 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi all,
I'm trying to generate qr codes in python. I have downloaded and did a pip install of qrcode on the pypi site.
The starter code on the site i..... More
|
|
|
how to join by stack multiple types in numpy arrays |
Posted by: caro - Jun-20-2022, 04:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]import numpy as np
arr1 = np.array([1, 2, 3, 4, 5, 6, 7])
arr2 = np.array(['n', 'b', 'c', 'y', 'f', 'j', 'p'])
l = np.stack((arr1, arr2..... More
|
|
|
go over and search in numpy array faster |
Posted by: caro - Jun-20-2022, 11:23 AM - Forum: General Coding Help
- Replies (7)
|
 |
hello,
my array looks like :
[[10,20,'1'],[10,50,'1'],[10,100,'1'],[10,30,'1'],[20,10,'1'],[10,60,'1'],[30,10,'1']
I would like to know how to retur..... More
Attached Files
Thumbnail(s)
|
|
|
regex question |
Posted by: DPaul - Jun-18-2022, 09:11 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I'm not a regex hero, but I read everywhere it's fast and I should have a look into it.
I need a particular substitution that looks very much like..... More
|
|
|
|