Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 49 online users. » 0 Member(s) | 41 Guest(s) Bing, AOL, Twitter, Google, AOL
|
Latest Threads |
Recovery of my lost solan...
Forum: General Coding Help
Last Post: winchestersam
1 hour ago
» Replies: 0
» Views: 9
|
LOST OF INVESTMENT SCAM
Forum: News and Discussions
Last Post: goodvicent
2 hours ago
» Replies: 0
» Views: 7
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
5 hours ago
» Replies: 3
» Views: 917
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 362
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,512
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,551
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 434
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 136
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,941
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,189
|
|
|
Sorting a dictionary |
Posted by: v_mn - Sep-12-2022, 05:08 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have a dictionary like:
[python]dic = {0: [('key1', 0.061),
('key2', 0.034),
('key3', 0.046),
('key4', 0.0593),
('key5', 0.091)],
1: ..... More
|
|
|
[SOLVED]PyQt5 tutorial |
Posted by: Barrowman - Sep-12-2022, 04:06 PM - Forum: GUI
- Replies (9)
|
 |
I am trying to see if I want to use PyQt5 and am working my way through some tutorials. I haven't got very far yet.
This one does not show the toolti..... More
|
|
|
precision & recall |
Posted by: gracenz - Sep-12-2022, 12:42 PM - Forum: Data Science
- Replies (1)
|
 |
Hi all.
There are tons of examples about precision and recall online.
But I have difficulty explaining by connecting both metrics to the use case...... More
|
|
|
Folding in ATOM |
Posted by: XavierPlatinum - Sep-11-2022, 05:34 PM - Forum: General Coding Help
- Replies (5)
|
 |
All of a sudden the folding doesn't work right in ATOM. I must have hit something or a hotkey I didn't mean to. Some things fold and others don't. ..... More
|
|
|
cv2 error |
Posted by: dankochkurov - Sep-09-2022, 07:30 AM - Forum: Data Science
- No Replies
|
 |
Hello! I am doing object recognition on a windows system.
I have a code:
import cv2
[python]img = cv2.imread('Doroga_na_ylitce1.jpg')
classNam..... More
|
|
|
help with adding duplicates elements together in a list |
Posted by: 2ECC3O - Sep-09-2022, 03:03 AM - Forum: Homework
- Replies (5)
|
 |
given a list(just an example list, the actual test list is much MUCH longer)
d = [6610013121,4,6610021021,5, 6610021021,5,6610061121,5, 6610061121,5,..... More
|
|
|
Module not found question |
Posted by: sighhhh12 - Sep-09-2022, 02:36 AM - Forum: General Coding Help
- No Replies
|
 |
Hello,
New to python,I'm used to Matlab and Arduino. I have 3.10.6 python,and just downloaded current version of spyder.
All I'm trying to do is read ..... More
|
|
|
GUI does not appear |
Posted by: flash77 - Sep-08-2022, 12:29 PM - Forum: GUI
- Replies (5)
|
 |
Hi,
I'm using Pycharm and QT-Designer - I'm totally new to QT-Designer...
I did an example from a python book - it was about to create a GUI, in w..... More
|
|
|
|