Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,936
» Latest member: MihaiPope
» Forum threads: 38,723
» Forum posts: 175,511
Full Statistics
|
Online Users |
There are currently 55 online users. » 0 Member(s) | 48 Guest(s) Bing, Google, AOL, AOL, Mojeek
|
Latest Threads |
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
2 hours ago
» Replies: 2
» Views: 184
|
FAST,SECURE AND RELIABLE ...
Forum: Game Development
Last Post: MihaiPope
3 hours ago
» Replies: 0
» Views: 70
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
3 hours ago
» Replies: 10
» Views: 3,638
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
10 hours ago
» Replies: 1
» Views: 3,308
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
11 hours ago
» Replies: 4
» Views: 593
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,034
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 943
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,172
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,198
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,289
|
|
|
Subwindow |
Posted by: catlessness - Oct-21-2021, 12:49 PM - Forum: GUI
- Replies (5)
|
 |
is instantiating a subwindow in the main window considered a new thread?
cuz I'm getting warnings like:
QObject::connect: Cannot queue arguments of ..... More
|
|
|
position of the matching |
Posted by: guy7200 - Oct-21-2021, 10:17 AM - Forum: General Coding Help
- No Replies
|
 |
please
I don't understand why this code don't return the x and the y position on the rectangle,
I try to get the position of the matching
[python..... More
|
|
|
Code 60 error |
Posted by: Led_Zeppelin - Oct-19-2021, 04:37 PM - Forum: General Coding Help
- Replies (3)
|
 |
[code]
# check pycaret vrsion
import pycaret
print('PyCaret: %s' % pycaret.__version__)
from sklearn.ensemble import ExtraTreesClassifier
import ..... More
|
|
|
define entry via class on a loop |
Posted by: drSlump - Oct-19-2021, 07:45 AM - Forum: GUI
- Replies (9)
|
 |
I have defined an entry via the following class:
[python]class Entry(object):
def __init__(self):#, foo1, foo2, nac, root, row): #*args, **k..... More
Attached Files
Thumbnail(s)
|
|
|
Printing During a Loop |
Posted by: apeltes - Oct-19-2021, 04:02 AM - Forum: Homework
- Replies (16)
|
 |
Hello! I am doing a project for a beginning coding course.
It's a simple guessing game. The user guesses a secret number.
The code has a while loop...... More
Attached Files
code.py (Size: 790 bytes / Downloads: 384)
|
|
|
while loops |
Posted by: Paulman - Oct-18-2021, 04:13 PM - Forum: Homework
- Replies (11)
|
 |
Hello,
Is there anybody who can help with a problem with the while loops?
__________________________________________________________________
I'm ..... More
|
|
|
|