| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 36 online users. » 0 Member(s) | 32 Guest(s) Google, Bing, Apple
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 134
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 109
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 81
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 122
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,204
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,574
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 197
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,205
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,455
|
|
|
| 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
|
|
|
| Index out of range error |
|
Posted by: standenman - May-22-2023, 10:35 PM - Forum: Data Science
- No Replies
|
 |
I am trying to simply load a pdf doc and use langchain to process so I could query it with ChatGPT. I cannot get past loading the pdf doc. Cannot fig..... More
|
|
|
| Creating a GUI |
|
Posted by: flash77 - May-22-2023, 01:18 PM - Forum: GUI
- Replies (2)
|
 |
Hi,
as required, I started a new thread.
I'm very sorry for asking again, but unfortunately I can not handle this...
Could you please help me a..... More
|
|
|
| My own Lan system |
|
Posted by: Phidias618 - May-21-2023, 08:47 PM - Forum: Code Review
- Replies (2)
|
 |
Hey, I recently create a game, who need a comunication between 2 player and I came out with this, I just wan't to know if this code is not too terribl..... More
|
|
|
|