Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,931
» Latest member: XenonBlack
» Forum threads: 38,720
» Forum posts: 175,502
Full Statistics
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 32 Guest(s) Bing, AOL, Google, Apple
|
Latest Threads |
Too much space between gr...
Forum: GUI
Last Post: deanhystad
7 hours ago
» Replies: 3
» Views: 933
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 374
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,528
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,559
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 449
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 140
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,955
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,204
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 884
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,282
|
|
|
test error |
Posted by: MCL169 - May-29-2023, 08:43 PM - Forum: Homework
- No Replies
|
 |
def get_input_as_int(arg):
try:
result = int(arg)
return result
except ValueError:
raise ValueError("Argument is ..... More
|
|
|
i need help pls |
Posted by: augusto_A - May-28-2023, 01:44 PM - Forum: Game Development
- Replies (2)
|
 |
hi, im trying to implement a item colection sistem on my game but i cant understand why is not workin, the items are suposed to disapear wen you touch..... More
|
|
|
Click on googletranslator |
Posted by: CH3RNO - May-27-2023, 01:28 PM - Forum: General Coding Help
- No Replies
|
 |
Please I need help.
I need it to run in the background while I'm in full screen playing, for example.
I get the code to call chrome, look for the tran..... More
|
|
|
Match statement |
Posted by: Fabrizio_fg - May-27-2023, 09:20 AM - Forum: Game Development
- Replies (5)
|
 |
I' m tryng to use the match statement to manage different event.type but givi me this error:
[output] File "Main.py", line 34
match event.key..... More
|
|
|
remote work |
Posted by: MCL169 - May-26-2023, 01:58 PM - Forum: Jobs
- Replies (1)
|
 |
I am changing careers later in life and started back to school. I want to have the freedom to work remotely and stay employable. I'm finishing up my f..... More
|
|
|
FTS5 again |
Posted by: DPaul - May-26-2023, 07:13 AM - Forum: Bar
- No Replies
|
|
Handshake ( Server Hello ) |
Posted by: JohnnyCoffee - May-25-2023, 10:38 AM - Forum: Networking
- Replies (2)
|
 |
Do I need to send a ( Server Hello ) as a response to the handshake ( Client Hello ) received, but I couldn’t find out why it doesn’t work? If I can h..... More
|
|
|
Minimax algorithm |
Posted by: freethrownucleus - May-24-2023, 05:12 PM - Forum: Game Development
- Replies (3)
|
 |
Is there anyway I can make my minimax algorithm stronger? (For a tic-tac-toe game.)
[python]
def minimax(mark, square, alpha=-1000, beta=1000, dep..... More
|
|
|
SQLite question |
Posted by: DPaul - May-23-2023, 07:04 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I am using SQLite (version 2.6.0)
Somewhere in the code I need to check if there is an active connection to a database.
In mySQL there is someth..... More
|
|
|
|