Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813

Full Statistics

Online Users
There are currently 43 online users.
» 0 Member(s) | 39 Guest(s)
Bing, Google, Apple

Latest Threads
New to python and coding
Forum: Homework
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 48
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
8 hours ago
» Replies: 11
» Views: 254
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 3
» Views: 94
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Today, 05:07 AM
» Replies: 5
» Views: 229
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 87
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,600
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 186
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 169
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,851
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,408

 
  cmd terminal
Posted by: Raysz - Apr-11-2024, 07:28 PM - Forum: General Coding Help - Replies (6)

So I have the simple program
that I made in Python tkinter

It opens up a cmd window and executes sfc /scannow

What I'm trying to figure out is ..... More

Print this item

  Plot several graphs in one plot
Posted by: Ferdiss - Apr-11-2024, 03:37 PM - Forum: General Coding Help - Replies (1)

Hi,
I will use an easy example to ask my question:

time1=[1,2,3,4,5,6] (sek)
time2=[0.5,2,5,6,7.5,8.6,10] (sek)

y1=[20,40,60,80,90,100] (N)..... More

Print this item

  calculator app problem
Posted by: jacksfrustration - Apr-11-2024, 12:13 PM - Forum: General Coding Help - Replies (1)

hello. so im trying to build a calculator app GUI with tkinter and i have the following problem
First to explain how the code works, i concatenate di..... More

Print this item

  xvfb - Python Module - simpe_3dviz - wxpython - gui
Posted by: JayToll - Apr-11-2024, 09:59 AM - Forum: GUI - Replies (4)

Hello all - Jayson Here... and i have an issue with a Program that uses WxPython now for a gui, hopefully with flask later for web visability on my Vi..... More


Attached Files

Thumbnail(s)
   
Print this item

  ZeroDivisionError
Posted by: laurawoods - Apr-11-2024, 01:42 AM - Forum: General Coding Help - Replies (2)

[code]# Trouble in the code
def calculate_average(numbers):
try:
total = sum(numbers)
average = total / len(numbers)
..... More

Print this item

  501 Server cannot accept argument
Posted by: anna17 - Apr-11-2024, 01:08 AM - Forum: General Coding Help - No Replies

Hello
Please Help me


import sys
from ftpext.ftpext import FTPExt

source = FTPExt("100.20.75.35", **21**, "user1", "abc", False, False, 0)
..... More

Print this item

  Stuck on installing PyQt5-tools
Posted by: safety789 - Apr-10-2024, 04:19 PM - Forum: General Coding Help - Replies (1)

0

i already install PyQt5 and upgrade pip and setuptools to latest version.my python version is 3.12.2. i also add qmake in windows path variable. ..... More

Print this item

  Problems with super()
Posted by: Hoespilaar - Apr-10-2024, 07:54 AM - Forum: General Coding Help - Replies (3)

Hi, I've been working on a game that requires classes and subclasses. In order to keep some sort of structure, I wanted to put them in different files..... More

Print this item

Sad [Solved] I'm not getting the good type
Posted by: slain - Apr-10-2024, 07:51 AM - Forum: General Coding Help - Replies (18)

Hello,

What I want to do :
The user uploads an audio record (taken from windows 10/11's audio recorder, or recorded during a Teams meeting, or rec..... More

Print this item

  How do I parse the string?
Posted by: anna17 - Apr-10-2024, 07:07 AM - Forum: General Coding Help - Replies (8)

hello

There is a string below.
FTP://21.105.28.15/abc/test1.txt
Cut this string
/abc/
I just want to get the path.

How do I parse the string..... More

Print this item

  please help
Posted by: natalie321 - Apr-10-2024, 03:51 AM - Forum: General Coding Help - Replies (7)

I'm working on a Python script to parse a large CSV file and extract specific data, but I'm encountering performance issues. Here's a simplified versi..... More

Print this item

  Thread deleted
Posted by: ChrisOfBristol - Apr-10-2024, 02:04 AM - Forum: General Coding Help - No Replies

Thread deleted

Print this item

  upload from FTP(10.41.200.21) to FTP(10.41.101.25)
Posted by: anna17 - Apr-10-2024, 02:04 AM - Forum: Homework - Replies (1)

Hello.

How do I upload from FTP(10.41.200.21) to FTP(10.41.101.25) using python?

[python]import ftplib
import os

filename = "image.tif"

f..... More

Print this item

  please help me convert this formula via the math module
Posted by: tinx_ss - Apr-09-2024, 08:53 PM - Forum: Homework - Replies (4)

the formula is in the pic and i tried typing it:
b=5√(K*∛(0,01)+(1-e^x)^2 )
thank you!


Attached Files

Thumbnail(s)
   
Print this item

  element in list detection problem
Posted by: jacksfrustration - Apr-09-2024, 08:15 PM - Forum: General Coding Help - Replies (5)

I am trying to make a UK grading system. The console based app will take name and grade as inputs, save it into a list of dictionaries, convert that l..... More

Print this item

  Unable to connectDjango to mysql server
Posted by: sureshpython - Apr-09-2024, 07:30 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello All,
I have an error while connecting django to mysql server.
can any one help me with this?
it shows following error.

[output]PS C:\Users..... More


Attached Files

Thumbnail(s)
       
Print this item

  for loop not executing
Posted by: Abendrot47 - Apr-09-2024, 06:18 PM - Forum: General Coding Help - Replies (2)

The two early print statements print but the print statements inside the for loop not. Please advise how to correct my code so the for loop works

..... More

Print this item

  [solved] a 4-digit display
Posted by: vr34 - Apr-09-2024, 04:06 PM - Forum: General Coding Help - Replies (2)

Hello,

I would like to reproduce a 4-digit display with floating point from 0.001 to 9999.
All the digits must be lit (no free space on the left o..... More

Print this item

  Copy from FTP(12.50.100.21) to FTP(12.45.222.25)
Posted by: anna17 - Apr-09-2024, 01:43 PM - Forum: General Coding Help - No Replies

Hello

It is definitely From FTP To FTP.

Copy from FTP(12.50.100.21) to FTP(12.45.222.25)

I need sample code.

Please give me a site with sa..... More

Print this item

  C:\Users\abc\Downloads\1712658676277.png
Posted by: anna17 - Apr-09-2024, 01:43 PM - Forum: General Coding Help - No Replies

Hello

It is definitely From FTP To FTP.

Copy from FTP(12.50.100.21) to FTP(12.45.222.25)

I need sample code.

Please give me a site with sa..... More


Attached Files

Thumbnail(s)
   
Print this item

  help with scrolling text on RGB Matrix
Posted by: Foutsy - Apr-09-2024, 01:48 AM - Forum: General Coding Help - Replies (3)

I am able to scroll text using Runtext.py but would like to have the text that is displayed, get it from a separate document. This would make it simpl..... More

Print this item

  Process Mining: OCEL creation from CSV with PM4PY
Posted by: kldgee - Apr-08-2024, 10:29 PM - Forum: Data Science - No Replies

Hi,
I am currently trying to create an object-centric event log from a csv-file, which I am using the PM4PY library to. This is the function I create..... More

Print this item

  Next/Prev file without loading all filenames
Posted by: WilliamKappler - Apr-08-2024, 02:44 AM - Forum: General Coding Help - Replies (9)

I'm writing an image viewer and need a way to get the next/previous image in a folder. I've cobbled together an approach based on various searches of ..... More

Print this item

  The *Best Python Cheat Sheet
Posted by: kmh - Apr-07-2024, 04:26 AM - Forum: Tutorial Requests and Submissions - No Replies

The *Best Python Cheat Sheet

A dense Python cheat sheet with just what you nee..... More

Print this item

  How to accept facebook cookies using python selenium?
Posted by: pablo86ad - Apr-06-2024, 09:19 PM - Forum: General Coding Help - No Replies

I have a problem clicking the facebook accept cookies button.
Thank you for your help

[python]from selenium import webdriver
from selenium.webdri..... More

Print this item

  adding mouse control to game
Posted by: flash77 - Apr-06-2024, 06:39 PM - Forum: Game Development - Replies (7)

Hi,
I'm trying to add mouse control for the character in a Space Invaders clone whose code I found online.
Determining the X position of the mouse p..... More

Print this item

  Address Extraction
Posted by: standenman - Apr-06-2024, 03:47 PM - Forum: Data Science - Replies (7)

I am trying to map out a strategy for extracting text data from a pdf files. The files are semi-structured and would be created by the social securit..... More


Attached Files

.pdf   RedactedMRR.pdf (Size: 93.46 KB / Downloads: 6)
Print this item

  Unable to install ops_passmgmt
Posted by: maxwell2k19 - Apr-06-2024, 06:43 AM - Forum: News and Discussions - No Replies

Hi all
On one of my Windows Server i have installed Python Launcer version 3.12.2150.0.
i have requirement to install passmgmt module but i am gettt..... More

Print this item

  Using zipfile module - finding folders not files
Posted by: darter1010 - Apr-06-2024, 01:49 AM - Forum: General Coding Help - Replies (2)

I would like to look into a zipped file and make sure it does not contain a Folder and only contains files. I am using Ubuntu 22 if that matters.
Is..... More

Print this item

  distribution fit
Posted by: Glaucio - Apr-05-2024, 09:00 PM - Forum: General Coding Help - Replies (1)

I am trying to perform a best fit distribution using fitter (python).
But i am not able to understand the distribution parameters used in scipy
For ..... More

Print this item

  i have not decided which API to use
Posted by: Skaperen - Apr-05-2024, 04:27 AM - Forum: GUI - Replies (3)

i have not decided which GUI API to use in Python. i am at the stage where having some single-purpose code examples would be helpful. sources of exa..... More

Print this item

  Python vs low level languages, (say C++)
Posted by: astral_travel - Apr-04-2024, 07:50 PM - Forum: News and Discussions - Replies (1)

I have a feeling, when I learn python, that sometimes when I'm introduced to a new feature, I , feel like the "job" has already been done for me, and ..... More

Print this item

  Issue with GUI screen switching in Python QT5 code
Posted by: greenelephant - Apr-04-2024, 07:05 PM - Forum: GUI - Replies (1)

I have exhausted all the possible remedies ChatGPT could offer me in resolving my issue.
Basically I cant use a GUI command button on 2 seperate GUI ..... More

Print this item

  Fuzzy Wuzzy how to get my fuzzyratio displayed
Posted by: windingsareuseful - Apr-04-2024, 03:11 PM - Forum: General Coding Help - Replies (3)

Hi, I am a python novice. I am trying to use FuzzyWuzzy to compare the text in 2 columns. I have imported my csv with just the 2 columns I want to c..... More

Print this item

  Commas issue in variable
Posted by: ddahlman - Apr-04-2024, 01:38 PM - Forum: General Coding Help - Replies (6)

This is the code I am having an issue with

[python]tagPath = system.tag.read("[e1ccd]Extruder/E1_ExtruderAData_MeltPumpAdapterPressure_PV")
today ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 8 hours ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 8 hours ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 9 hours ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... Today, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578796
  Tutorial Requ... 509721
  Web Scraping ... 441905
  Newbie with P... 385895
  New Users Int... 375851
Most reputation
buran 581
snippsat 510
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Kacper Today
isla123456 Today
vibrometro Today
thebigback Yesterday
dimitriwati Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020