Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,932
» Latest member: krish12
» Forum threads: 38,720
» Forum posts: 175,502
Full Statistics
|
Online Users |
There are currently 47 online users. » 1 Member(s) | 37 Guest(s) AOL, Google, Bing, Mojeek, AOL, Facebook, buran
|
Latest Threads |
Too much space between gr...
Forum: GUI
Last Post: deanhystad
9 hours ago
» Replies: 3
» Views: 945
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 387
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,540
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,566
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 462
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 145
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,968
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,213
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 894
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,294
|
|
|
Print confusion matrix |
Posted by: MrSonoa - Apr-18-2023, 03:53 PM - Forum: General Coding Help
- Replies (1)
|
 |
hi, I have tried my best to output the confusion matrix. but it didn't work either. I don't know what coding can produce the output for the confusion ..... More
Attached Files
Thumbnail(s)
|
|
|
Turtle Detection |
Posted by: ChinaPlaneFlyer - Apr-17-2023, 02:22 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi! I'm a new member here on the forum. I was trying to make a turtle tag game and I was trying to find if the first turtle, p1, is touching the secon..... More
|
|
|
ESPNow on Andriod Python |
Posted by: xytsrm - Apr-16-2023, 07:08 PM - Forum: Networking
- Replies (2)
|
 |
Is anyone aware of an Android Python package created to interact with the ESPNow peer-to-peer networking protocol used on Espressif devices?
Thanks..... More
|
|
|
appending 50 values in a row |
Posted by: Naomisaka - Apr-14-2023, 11:17 AM - Forum: General Coding Help
- No Replies
|
 |
Hello, I hope this is a quick fix for the pros!
I'm working in Touchdesigner and I'm trying to append all 50 values from row 0:50 from an operator ..... More
Attached Files
Thumbnail(s)
|
|
|
logger behaviour |
Posted by: setdetnet - Apr-14-2023, 08:48 AM - Forum: General Coding Help
- Replies (1)
|
 |
This setup in python 3.10 is not logging DEBUG to log file.
As in the last line....rootLogger.debug("debugging MantisMigrateAdditionalInfo.py")
Why..... More
|
|
|
Modules |
Posted by: GrahamLab - Apr-13-2023, 08:10 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hi
I am fairly new to Python and modules in particualar
I have folder containing 2 files :
Configuration.py
HelixApi.py
COnfiguration..... More
|
|
|
Problem Calculating GPA |
Posted by: FirstBornAlbratross - Apr-12-2023, 08:19 PM - Forum: Homework
- Replies (3)
|
 |
Hey all, I have created a simple program to try to convert letter grades into a GPA score, but my program calculations are a bit off.
[python]user_..... More
|
|
|
What module is missing? |
Posted by: Led_Zeppelin - Apr-12-2023, 04:21 PM - Forum: General Coding Help
- Replies (2)
|
 |
I am getting thee error as shown in the following attachment. It says normal not found. I guess I am missing a library/module.
So, what module shou..... More
Attached Files
Thumbnail(s)
|
|
|
Test Thread |
Posted by: snippsat - Apr-12-2023, 04:35 AM - Forum: Board
- No Replies
|
 |
[python]from pathlib import Path
from os import fspath
dest = r'C:\bar'
with open('out1.txt', 'w') as f:
for path in Path(dest).rglob('*'):..... More
|
|
|
|