| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 35 Guest(s) Google, Applebot, AOL, Facebook
|
| Latest Threads |
New to python and coding
Forum: Homework
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 48
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
8 hours ago
» Replies: 11
» Views: 254
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 3
» Views: 94
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Today, 05:07 AM
» Replies: 5
» Views: 229
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 87
|
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,600
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 186
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 169
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,851
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,408
|
|
|
| Use of function/return |
|
Posted by: Paulman - Oct-24-2021, 12:56 PM - Forum: Homework
- Replies (6)
|
 |
Hello all,
I had the task to code the following:
Take a list of integers and returns the value of these numbers added up, but only if they are ..... More
|
|
|
| What's wrong with my code? |
|
Posted by: NeedHelpPython - Oct-22-2021, 05:30 AM - Forum: Homework
- Replies (4)
|
 |
[python]
# you'll need the random module
from random import randint
### Write your functions below ###
def getCardValue():
result = randi..... More
|
|
|
| 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
|
|
|
|