Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 54 online users. » 0 Member(s) | 44 Guest(s) Bing, AOL, Google, Facebook, AOL, Apple
|
Latest Threads |
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
9 minutes ago
» Replies: 1
» Views: 1,416
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
6 hours ago
» Replies: 1
» Views: 2,473
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
9 hours ago
» Replies: 0
» Views: 150
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 320
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 383
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 493
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,668
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,575
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 434
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 918
|
|
|
DNP3 file transfer with python |
Posted by: Aussie - Sep-01-2020, 10:45 PM - Forum: General Coding Help
- No Replies
|
 |
Hi,
has anyone had anything to to with DNP3 file transfer using python?
Or something similar that may help get an understanding.
Thanks,
|
|
|
help pls! |
Posted by: dirtdude - Sep-01-2020, 10:41 PM - Forum: General Coding Help
- Replies (2)
|
 |
uncomfirmedusers = ['bob','joe','mikey']
comfirmedusers = []
while uncomfirmedusers:
currentuser = uncomfirmedusers.pop()
print("v..... More
|
|
|
Create Python executable |
Posted by: GabrielPoppes - Sep-01-2020, 04:34 PM - Forum: GUI
- No Replies
|
 |
Hello, I am breaking my head for a few days with a problem ... I finished an application in Python, and in the graphical interface I used QT Designer,..... More
|
|
|
math problem using recursion? |
Posted by: mnh001 - Sep-01-2020, 03:54 PM - Forum: Homework
- Replies (14)
|
 |
First the problem.
1. Start with a semi-prime (eg, 15 = 3 * 5).
2. Take the factors and concatenate them both forwards and backwards to give 2 new n..... More
Attached Files
Thumbnail(s)
|
|
|
displaz current value |
Posted by: vidzius - Sep-01-2020, 01:45 PM - Forum: GUI
- No Replies
|
 |
Hello to all forum members. I'm just learning python and I decided to create a graphical window and in the second thread the displayed values in the..... More
|
|
|
Binary File Read |
Posted by: Aussie - Sep-01-2020, 12:42 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi, I have tried a number of examples to try and get the code below to step through correctly.
The header needs to be stepped through once and the sa..... More
|
|
|
While statement explanation |
Posted by: alkhufu2 - Aug-31-2020, 11:45 PM - Forum: Homework
- Replies (3)
|
 |
I am new to Python. I get while and for loops pretty well so far but I DO NOT understand the output of this code. Please explain this. I would most..... More
|
|
|
Dual Tkinter windows and shells |
Posted by: Astrikor - Aug-31-2020, 08:54 PM - Forum: GUI
- Replies (6)
|
 |
I have two files with similar coding in each and I want to send data from one file to the other by calling it's function.
I want the result to be a T..... More
|
|
|
|