| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 47 online users. » 1 Member(s) | 37 Guest(s) Facebook, Applebot, Google, Mojeek, snippsat
|
| Latest Threads |
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 171
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 158
|
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 127
|
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 173
|
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 350
|
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 69
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
|
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 365
|
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 208
|
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 322
|
|
|
| What is sysargv? |
|
Posted by: Pedroski55 - Oct-11-2020, 09:24 AM - Forum: General Coding Help
- Replies (3)
|
 |
(Something has changed here, I can't seem to mark Python code as code. Sorry!)
I was just looking at this, but I cannot understand what this part ..... More
|
|
|
| !finddialog problem |
|
Posted by: Maryan - Oct-10-2020, 06:38 PM - Forum: GUI
- Replies (2)
|
 |
Cant find the error, little help is appreciated.
[python]
class FindDialog(Toplevel):
def __init__(self, parent, *args, **kwargs):
Top..... More
|
|
|
| Intersection |
|
Posted by: Kimberley100 - Oct-10-2020, 09:39 AM - Forum: Homework
- Replies (6)
|
 |
Task: you are given the number of channels, the number(always even)of logs into each channel, the log itself
For example:
1 #the number of channels..... More
|
|
|
| sowtware of communicatio |
|
Posted by: Mathisdlg - Oct-10-2020, 09:31 AM - Forum: Networking
- No Replies
|
 |
Hello everyone,
I create a python script of communication but out of LAN network he doesn't work.
Can you explain me because and if you have solutio..... More
|
|
|
| ClockIn/Out tkinter problem |
|
Posted by: Maryan - Oct-09-2020, 08:58 PM - Forum: GUI
- Replies (2)
|
 |
I will appreciate any help. I got stuck with hours to find the solution.
[python]import tkinter as tk
import time
import datetime
from tkinter i..... More
|
|
|
| parsing question |
|
Posted by: ridgerunnersjw - Oct-09-2020, 07:50 PM - Forum: General Coding Help
- Replies (7)
|
 |
Can someone tell me how to parse this using '\x' and place each line on it's own:....I tried .split(b'\x') but this gives me an error
[output]b'\x0..... More
|
|
|
|