Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,549
» Latest member: RodneyTen
» Forum threads: 38,592
» Forum posts: 174,856
Full Statistics
|
Online Users |
There are currently 501 online users. » 1 Member(s) | 490 Guest(s) Yandex, Bing, Google, Facebook, Applebot, Baidu, deanhystad
|
Latest Threads |
Error without reason
Forum: General Coding Help
Last Post: deanhystad
2 minutes ago
» Replies: 3
» Views: 92
|
[SOLVED] Open file, and i...
Forum: General Coding Help
Last Post: Pedroski55
13 minutes ago
» Replies: 1
» Views: 67
|
Nested Dictionaries, good...
Forum: General Coding Help
Last Post: Curbie
3 hours ago
» Replies: 2
» Views: 209
|
Dichaelmag
Forum: General Coding Help
Last Post: TimsothyKat
3 hours ago
» Replies: 0
» Views: 41
|
Enhancement for Python’s ...
Forum: Code sharing
Last Post: 14mhz
Today, 12:30 AM
» Replies: 0
» Views: 186
|
Error on import: SyntaxEr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:55 PM
» Replies: 10
» Views: 21,690
|
Picamera2 add text to cam...
Forum: General Coding Help
Last Post: GigiG
Yesterday, 11:46 AM
» Replies: 0
» Views: 109
|
Functions: why use a vari...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 05:55 AM
» Replies: 3
» Views: 277
|
PYTHONHOME Variable corre...
Forum: General Coding Help
Last Post: msetzerii
May-25-2025, 11:48 PM
» Replies: 0
» Views: 149
|
Best way to pass data to ...
Forum: Game Development
Last Post: RogereK
May-25-2025, 06:39 AM
» Replies: 7
» Views: 5,166
|
|
|
do you have an idea to optimize this code[recursion]]? |
Posted by: netanelst - May-19-2022, 08:37 AM - Forum: General Coding Help
- Replies (4)
|
 |
[python]class y():
def __init__(self, id, d="", indicator="",type="",deleted=False,published_date=0,last_updated=0,reports=[],actors=[],..... More
|
|
|
pysftp connection issue |
Posted by: geil007 - May-18-2022, 08:40 AM - Forum: General Coding Help
- No Replies
|
 |
hi all,
i am trying to connect to an AWS hosted SFTP server from my Azure Databricks Notebook.
[python]import pysftp as sftp
from base64 import..... More
|
|
|
listbox selection |
Posted by: DPaul - May-16-2022, 09:30 AM - Forum: GUI
- Replies (4)
|
 |
Hi,
I have a listbox for MULTIPLE selection.
def getElement(event):
selection = event.widget.curselection() the variable "sel..... More
|
|
|
Refresh token for Wyze SDK |
Posted by: duckredbeard - May-16-2022, 04:33 AM - Forum: General Coding Help
- No Replies
|
 |
I have added a few Wyze smart bulbs to my home security system, running them on their own program but using door sensors from the security program. E..... More
|
|
|
error |
Posted by: muratuzun - May-14-2022, 02:17 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
When I run the csv file data I have with the following command, I get an error. I wonder if I got this from a ready-made command? What shoul..... More
|
|
|
|