Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,512
» Latest member: ebaazi06
» Forum threads: 38,596
» Forum posts: 174,830
Full Statistics
|
Online Users |
There are currently 480 online users. » 1 Member(s) | 475 Guest(s) Bing, Google, Yandex, AOL, snippsat
|
Latest Threads |
Start Idle in a virtual e...
Forum: General Coding Help
Last Post: snippsat
3 hours ago
» Replies: 4
» Views: 176
|
How to install Selenium o...
Forum: Web Scraping & Web Development
Last Post: Larz60+
Yesterday, 08:50 AM
» Replies: 1
» Views: 141
|
nltk installs but cannot ...
Forum: General Coding Help
Last Post: sheepog
Yesterday, 01:28 AM
» Replies: 1
» Views: 186
|
JavaScript File?
Forum: Bar
Last Post: Azdaghost
May-29-2025, 06:13 PM
» Replies: 0
» Views: 121
|
Error without reason
Forum: General Coding Help
Last Post: RogereK
May-29-2025, 09:52 AM
» Replies: 4
» Views: 376
|
Nested Dictionaries, good...
Forum: General Coding Help
Last Post: Curbie
May-28-2025, 10:45 PM
» Replies: 6
» Views: 718
|
Simple webbot for testing
Forum: Jobs
Last Post: Arush
May-28-2025, 06:59 PM
» Replies: 1
» Views: 1,083
|
Using moviepy fails due t...
Forum: General Coding Help
Last Post: sheepog
May-28-2025, 06:57 PM
» Replies: 2
» Views: 315
|
Script broke with Python ...
Forum: Code sharing
Last Post: Arush
May-28-2025, 06:51 PM
» Replies: 5
» Views: 6,287
|
Mathematica code vs Pytho...
Forum: General Coding Help
Last Post: Arush
May-28-2025, 06:27 PM
» Replies: 1
» Views: 950
|
|
|
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
|
|
|
|