Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 225 online users. » 1 Member(s) | 218 Guest(s) Apple, Google, Bing, Baidu, Yandex, Larz60+
|
Latest Threads |
Stephenchers
Forum: General Coding Help
Last Post: IsmaelSlalk
29 minutes ago
» Replies: 0
» Views: 14
|
Made my first Python prog...
Forum: Game Development
Last Post: Ricky1178
8 hours ago
» Replies: 8
» Views: 10,642
|
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:49 PM
» Replies: 5
» Views: 248
|
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 11:36 AM
» Replies: 2
» Views: 154
|
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 108
|
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,715
|
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 751
|
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,218
|
While loop is terminating...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:29 AM
» Replies: 3
» Views: 457
|
Custom Sorting List of Di...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:28 AM
» Replies: 3
» Views: 246
|
|
|
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
|
|
|
|