Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,552
» Latest member: Dawinch
» Forum threads: 38,664
» Forum posts: 175,208
Full Statistics
|
Online Users |
There are currently 251 online users. » 1 Member(s) | 244 Guest(s) Bing, Google, Yandex, Baidu, Applebot, Curbie
|
Latest Threads |
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 5
» Views: 199
|
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
6 hours ago
» Replies: 2
» Views: 146
|
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 101
|
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,585
|
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 737
|
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,211
|
While loop is terminating...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:29 AM
» Replies: 3
» Views: 453
|
Custom Sorting List of Di...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:28 AM
» Replies: 3
» Views: 241
|
Unable to define function...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:26 AM
» Replies: 2
» Views: 103
|
RemoTe server operation w...
Forum: General Coding Help
Last Post: snippsat
Jul-14-2025, 10:14 AM
» Replies: 6
» Views: 712
|
|
|
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
|
|
|
Tkinter GUI question |
Posted by: texan1836 - Apr-11-2023, 05:31 PM - Forum: GUI
- Replies (3)
|
 |
I am having trouble writing a python tkinter GUI. I am trying to create a popup window which has a grid of buttons that then returns a value. In the..... More
|
|
|
|