Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,516
» Latest member: MMartin71
» Forum threads: 38,584
» Forum posts: 174,837
Full Statistics
|
Online Users |
There are currently 725 online users. » 2 Member(s) | 719 Guest(s) Google, Yandex, Bing, Baidu, MMartin71, Gribouillis
|
Latest Threads |
Best way to pass data to ...
Forum: Game Development
Last Post: RogereK
9 hours ago
» Replies: 7
» Views: 5,084
|
Is Python used to make po...
Forum: Game Development
Last Post: RogereK
Yesterday, 04:17 AM
» Replies: 17
» Views: 31,766
|
Unequal values when added...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 12:24 AM
» Replies: 1
» Views: 196
|
Call CLI app with input?
Forum: General Coding Help
Last Post: snippsat
May-23-2025, 07:52 PM
» Replies: 5
» Views: 370
|
backtesting can't optimiz...
Forum: General Coding Help
Last Post: snippsat
May-23-2025, 07:46 PM
» Replies: 1
» Views: 146
|
Looking for ideas
Forum: Bar
Last Post: Larz60+
May-23-2025, 10:55 AM
» Replies: 2
» Views: 471
|
How to put my game loop i...
Forum: Game Development
Last Post: RogereK
May-23-2025, 12:35 AM
» Replies: 9
» Views: 2,704
|
Languages
Forum: General Coding Help
Last Post: Arush
May-22-2025, 06:51 PM
» Replies: 2
» Views: 270
|
Error on import: SyntaxEr...
Forum: General Coding Help
Last Post: Kiongi
May-21-2025, 07:49 AM
» Replies: 8
» Views: 21,463
|
Wish to write a code for ...
Forum: General Coding Help
Last Post: DeaD_EyE
May-21-2025, 06:08 AM
» Replies: 3
» Views: 678
|
|
|
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
|
|
|
|