Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 369 online users. » 0 Member(s) | 363 Guest(s) Bing, Yandex, Google, Baidu
|
Latest Threads |
Qt Event Filtering
Forum: GUI
Last Post: deanhystad
2 hours ago
» Replies: 3
» Views: 112
|
processing nested json da...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 81
|
Convert .pdf to .txt
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:23 AM
» Replies: 7
» Views: 450
|
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Jul-12-2025, 04:00 PM
» Replies: 3
» Views: 246
|
Why is bool() an instance...
Forum: General Coding Help
Last Post: deanhystad
Jul-12-2025, 02:41 AM
» Replies: 5
» Views: 241
|
[SOLVED] Why does regex f...
Forum: General Coding Help
Last Post: Pedroski55
Jul-11-2025, 11:52 PM
» Replies: 7
» Views: 3,993
|
Custom Sorting List of Di...
Forum: Homework
Last Post: Larz60+
Jul-11-2025, 03:34 PM
» Replies: 1
» Views: 154
|
Coding Standards
Forum: General Coding Help
Last Post: snippsat
Jul-11-2025, 01:12 PM
» Replies: 2
» Views: 227
|
Make code run faster: poi...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:24 AM
» Replies: 3
» Views: 770
|
Cleaning my code to make ...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:20 AM
» Replies: 14
» Views: 4,348
|
|
|
Messagebox |
Posted by: rturus - Nov-08-2022, 03:33 PM - Forum: General Coding Help
- Replies (8)
|
 |
Why can't I see the messagebox when input is not a, b, or c? I am sure there is a good reason but I guess I can't find out yet.
Thanks.
[python..... More
|
|
|
Python classes |
Posted by: PythonNewbee - Nov-08-2022, 02:00 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi People
I have some difficulty with classes in Python.
I want to call a method, belonging to class A, from class B. I looked at online examples ..... More
Attached Files
agent5.py (Size: 3.36 KB / Downloads: 234)
|
|
|
Print phenomenon |
Posted by: DPaul - Nov-08-2022, 10:11 AM - Forum: Bar
- Replies (8)
|
 |
Hi,
I came across a "bug" that was hard to find.
Found it, but found no good explanation of the why.
[python]
try:
do_stuff_1
Print(resul..... More
|
|
|
How to update score value? |
Posted by: Mavoz - Nov-07-2022, 01:04 AM - Forum: Homework
- Replies (5)
|
 |
Hi, We're in a beginner Python class and creating text adventure games.
We want to be able to update the score during the game.
We've tried someth..... More
|
|
|
Pygame player spawn |
Posted by: Yegor123 - Nov-05-2022, 10:07 PM - Forum: General Coding Help
- No Replies
|
 |
Im making a game and player spawn is off Ive tried tutorials other forums stack overflow and I havent found anything here is a photo and my code
[pyt..... More
Attached Files
Thumbnail(s)
|
|
|
question about loops |
Posted by: rpang - Nov-05-2022, 07:19 AM - Forum: Homework
- Replies (7)
|
 |
Hi,
Sorry I am quite new in python, I have a question and i was wondering if anyone can help me?
question below:
[b][color=#F1C40F]Create a fun..... More
|
|
|
prime numbers |
Posted by: astral_travel - Nov-03-2022, 08:50 PM - Forum: General Coding Help
- Replies (28)
|
 |
i wrote this code:
[python]
user_input = int(input("choose a number: "))
a = range(2, user_input-1)
for x in a:
if user_input % x == 0:..... More
|
|
|
|