Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 53 online users. » 0 Member(s) | 50 Guest(s) Bing, AOL, Google
|
Latest Threads |
PROFESSIONAL SOLUTIONS FO...
Forum: General Coding Help
Last Post: victorcrown
2 hours ago
» Replies: 0
» Views: 38
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
11 hours ago
» Replies: 5
» Views: 9,190
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Today, 09:08 AM
» Replies: 0
» Views: 87
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 493
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 125
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 648
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,873
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,169
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,525
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,097
|
|
|
index error |
Posted by: surim - Dec-05-2020, 09:51 AM - Forum: General Coding Help
- Replies (4)
|
 |
I don't know why these codes makes error message.
Please help me
[python]def dynamic_sort©:
C.sort(key = lambda x: x[1])
n = len(C..... More
|
|
|
Get text from tooltip |
Posted by: 1etlen - Dec-05-2020, 08:55 AM - Forum: GUI
- Replies (2)
|
 |
Hi all! I want to automatize a process. If I use an application on windows and I hover mouse over an icon appear a little yellow rectangle. (tooltip m..... More
|
|
|
Find two extremum in data series |
Posted by: Sancho_Pansa - Dec-04-2020, 02:06 PM - Forum: Data Science
- No Replies
|
 |
Hello,
Does exist a method that allows to find two x-coordiantes of two extremums in data series like this:
[img]https://i.postimg.cc/j2vNMsCC/absor..... More
|
|
|
My script returns no values |
Posted by: Shay3534 - Dec-04-2020, 01:00 PM - Forum: Homework
- Replies (7)
|
 |
Hi,
I have just started doing the google python course online and am completing my first assignment by running the string1.py script. I have tested m..... More
|
|
|
Simple question |
Posted by: 1234 - Dec-04-2020, 10:01 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
is there a faster way of changing s list full of numbers in a "5" format, into a int(5) format than:
for i in range(len(a)):
a[i]=int(a[i])
|
|
|
bytes to json |
Posted by: GrahamL - Dec-04-2020, 09:07 AM - Forum: General Coding Help
- Replies (9)
|
 |
Hi
I am trying to send json data over a pipe but cannot get it quite right
Send
[python]
mesages = [{"id": "1", "txt": "message 1", "start_..... More
|
|
|
How to disable custom button |
Posted by: Sancho_Pansa - Dec-04-2020, 08:57 AM - Forum: GUI
- Replies (7)
|
 |
Hello,
In my project I use custom widgets.
When I try to disable a button
self.myCustomButton.config(state='disabled') error occu..... More
|
|
|
Search faster? |
Posted by: Pedroski55 - Dec-04-2020, 05:37 AM - Forum: General Coding Help
- Replies (1)
|
 |
Whoops, put the wrong title! That was another thing I was trying.
I have a simple homework webpage.
PHP collects the students answers, compares ..... More
|
|
|
Entry returns NONE |
Posted by: mollerpunker - Dec-03-2020, 07:36 PM - Forum: GUI
- Replies (2)
|
 |
Hi all,
I'm a beginner in programming with PY and started to build an GUI. Got stuck with retrieving the value of the Entry. While running the GUI ..... More
|
|
|
|