Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 66 online users. » 0 Member(s) | 61 Guest(s) Applebot, Google, Bing, AOL
|
Latest Threads |
Hire a Hacker to Recover ...
Forum: News and Discussions
Last Post: Lucassewall
8 minutes ago
» Replies: 0
» Views: 1
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
5 hours ago
» Replies: 9
» Views: 2,735
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Today, 11:22 AM
» Replies: 4
» Views: 1,150
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Today, 10:31 AM
» Replies: 3
» Views: 168
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 517
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,675
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 613
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 191
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,135
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,364
|
|
|
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
|
|
|
Need help with my code |
Posted by: NeedHelpPython - Apr-25-2022, 12:49 AM - Forum: Homework
- Replies (1)
|
 |
For my summary function, what I want it to complete is to get the student with the most courses completed and the highest average. I am having trouble..... More
|
|
|
Sequence to sequence AI advice |
Posted by: tomharvey - Apr-24-2022, 05:06 AM - Forum: Data Science
- No Replies
|
 |
Hello,
I am looking for a field of AI to explore that will be able to help me generate a sequence of numbers from existing sequences of numbers. F..... More
|
|
|
I need help!!!! |
Posted by: Nimesh_SDP - Apr-23-2022, 04:00 PM - Forum: Homework
- Replies (3)
|
 |
I need to write a program to acquire, extract and compare the price from these two suppliers, for a given product.
There are two online supermarket..... More
|
|
|
|