| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 54 online users. » 0 Member(s) | 44 Guest(s) Bing, Google, Applebot, Facebook, Google Image, DuckDuckGo
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 133
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 107
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 77
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 122
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,162
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,373
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,570
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 196
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,202
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,454
|
|
|
| database decision.... |
|
Posted by: DPaul - Apr-27-2022, 03:45 PM - Forum: Bar
- Replies (1)
|
 |
Hello,
I have MariaDB up and running (see previous post), it's Miraculous!
Now, I have a decision to make on how to proceed. I'm afraid it's a lengh..... More
|
|
|
| Image processing |
|
Posted by: MNO - Apr-27-2022, 06:34 AM - Forum: Homework
- No Replies
|
 |
Have to find largest file in a partition of an diskimage tried to make a definition for it but doesn't seem to work
[python]def LF_file():
large..... More
|
|
|
| something is wrong with my code |
|
Posted by: 53535 - Apr-27-2022, 04:42 AM - Forum: GUI
- Replies (9)
|
 |
i made a ui , and converted it into code and add two lines , it worked untill i want to use a variable , see the code below :
[python]
from PyQt5 impo..... More
|
|
|
| Dictionary from a list failed, help needed |
|
Posted by: leoahum - Apr-26-2022, 08:29 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi,
I am trying to get a dictionary from a list like ["a", "b", "c", "a", "c"]. The out come is expected to be {"a": [0, 3], "b": [1], "c": [2, 4]}..... More
|
|
|
| what is wrong with my code? |
|
Posted by: 53535 - Apr-26-2022, 10:36 AM - Forum: GUI
- Replies (11)
|
 |
[python]
from PyQt5 import QtCore, QtGui, QtWidgets
import sqlite3
from PyQt5.QtWidgets import QMainWindow, QApplication,QFileDialog,QLabel
import os
..... More
|
|
|
|