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,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,792

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 35 Guest(s)
Google, Bing, Google Image, AOL, Apple

Latest Threads
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
2 hours ago
» Replies: 1
» Views: 87
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 140
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 115
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 123
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,218
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,375
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,575
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,206
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,457

 
  Excel - Python
Posted by: bckdw3tci6 - Jun-24-2023, 04:19 PM - Forum: General Coding Help - Replies (4)

Greetings all,
I am one of those trying to learn Python on my own. I have pretty extensive excel function and I am trying to convert a lot of unstruc..... More

Print this item

  Boustrophedon path planning
Posted by: proteca - Jun-24-2023, 02:45 PM - Forum: General Coding Help - No Replies

Hello everyone, I'm trying to cover an entire area with a step size of 0.4. I would like that with each change of "parallel line" the following point ..... More


Attached Files

Thumbnail(s)
       
Print this item

  Why doesn't calling a parent constructor work with arbitrary keyword arguments?
Posted by: PurposefulCoder - Jun-24-2023, 11:02 AM - Forum: General Coding Help - Replies (4)

I have a module named user_admin_privileges.py with 3 classes in it: Privileges, User, and Admin.

In my program I import the class Admin from the m..... More

Print this item

  How to "tee" (=split) output to screen and into file?
Posted by: pstein - Jun-23-2023, 06:59 PM - Forum: General Coding Help - Replies (6)

Assume I want to write something from inside a *.py script to screen AND into file D:\tools\python\myoutput.log

How can I achive this WITHOUT execu..... More

Print this item

  How to pause execution (on windows)?
Posted by: pstein - Jun-23-2023, 06:54 PM - Forum: General Coding Help - Replies (1)

Assume I have created a *.py script (on windows).
If I double click on it it is executed. But the command prompt windows vanishes immediately.
I can..... More

Print this item

  does not save in other path than opened files before
Posted by: icode - Jun-23-2023, 03:38 PM - Forum: General Coding Help - Replies (3)

Hi,
sorry for my poor title description.
I am rather new to python and programming, but read some tutorials and books about simple string manipulati..... More

Print this item

  parse/read from file seperated by dots
Posted by: giovanne - Jun-23-2023, 12:49 PM - Forum: General Coding Help - Replies (5)

File.txt:
...
Step.1 = Task1
Step.1.Name = My first Task
Step.1.Result = good
Step.1.Progress = finished
Step.2 = Task2
Step.2.Name = My second..... More

Print this item

  Timestamp of file changes if a share mapped to a server….
Posted by: tester_V - Jun-23-2023, 07:29 AM - Forum: General Coding Help - Replies (34)

Greetings!
This is a very strange problem. Wall
I’m copying files from Asia and we have like a 15 hours difference in time.
I’m trying to cop..... More

Print this item

  calling external function with arguments
Posted by: Wimpy_Wellington - Jun-23-2023, 04:43 AM - Forum: General Coding Help - Replies (6)

I am new to python...

I am trying to call a function defined in a separate program, but I cannot figure out how to pass an argument. How to do?
..... More

Print this item

  redirect STDIO in the Python code
Posted by: Skaperen - Jun-23-2023, 01:32 AM - Forum: General Coding Help - Replies (6)

i need to have the ability to do standard I/O redirection within a CLI script in Python. I've done this a few times in C. to do this in Python i cou..... More

Print this item

  Code works but doesn't give the right results
Posted by: colin_dent - Jun-22-2023, 01:22 AM - Forum: General Coding Help - Replies (2)

Sorry, I didn't post the code right and problem was fixed in the meantime.

Thanks for all feedback.

Print this item

  Lost Modules
Posted by: standenman - Jun-21-2023, 09:44 PM - Forum: General Coding Help - Replies (2)

I cannot access the modules I have pip installed in my virtual environment. I have checked the interpreter and it seems to be ok. In the example, ca..... More

Print this item

  Programmatically creating buttons that remember their positions
Posted by: Clunk_Head - Jun-21-2023, 02:20 PM - Forum: GUI - Replies (6)

I'm looking to create buttons that remember where they are are in a 2D list. This way they can share a single function that takes their 2D list indice..... More

Print this item

  While Loop Does Not Work Properly
Posted by: mactron - Jun-21-2023, 11:41 AM - Forum: General Coding Help - Replies (4)

I am scraping some data from a local website, and everything works fine except for the while loop for proxies. I'm not exactly sure where the issue li..... More

Print this item

  tkinter mapview in a frame
Posted by: janeik - Jun-21-2023, 10:18 AM - Forum: GUI - Replies (2)

I have 3 frames ipage1, page2,page3 in app, starting at page2 when entering app.
Page2 runs tkinter mapview.
Entering paee1/page2 "kills" the mapvie..... More

Print this item

  Getting App to Run
Posted by: Zachary1234 - Jun-21-2023, 05:25 AM - Forum: Web Scraping & Web Development - Replies (4)

I have been doing an online Python Tutorial at https://www.youtube.com/watch?v=B9nFMZIYQl0 at a..... More

Print this item

  COMPLEX! Transparent Canvas Linux
Posted by: AceScottie - Jun-20-2023, 10:55 PM - Forum: GUI - Replies (7)

Im looking to make my code cross compatible with Linux.
Unfortunatly i have some bits of code that rely on the win32 module and windows API calls to..... More

Print this item

  [PySide6] Alarms App
Posted by: carecavoador - Jun-20-2023, 02:05 PM - Forum: Code Review - Replies (2)

Hello everyone.

Here is my alarms app. I did it for fun, because programming is a hobby for me, and because my girlfriend asked for something to he..... More

Print this item

Sad Can anyone help me successfully run this code?
Posted by: TheMouseAvenger - Jun-19-2023, 08:13 PM - Forum: General Coding Help - Replies (26)

OK, so I'm a TOTAL newbie to Python, & I hope this is the only time I will ever have to use it! But in any case, this is my dilemma...

(Oh, an imp..... More

Print this item

  How would I alter this to a single api request?
Posted by: SuchUmami - Jun-19-2023, 04:00 PM - Forum: General Coding Help - Replies (1)

I wrote this code that will fetch data from different currencies from a crypto exchange and saves the data into a file:

[python]import krakenex
im..... More

Print this item

  How to detect abnormal data in big database python
Posted by: vanphuht91 - Jun-19-2023, 03:20 PM - Forum: General Coding Help - Replies (5)

I have a database with 10,000 rows and 3,000 columns. My task is detect abnormal data when compare line by line, item by item.

[python]
import mat..... More


Attached Files

Thumbnail(s)
       

.xlsx   Book1.xlsx (Size: 16.29 KB / Downloads: 289)
Print this item

Bug Dinamically adding widgets to layout [PySide6]
Posted by: carecavoador - Jun-19-2023, 11:56 AM - Forum: GUI - Replies (2)

Hello!

I'm following this thread on SO to dinamically crea..... More

Print this item

  Formatting a date time string read from a csv file
Posted by: DosAtPython - Jun-19-2023, 10:59 AM - Forum: General Coding Help - Replies (5)

L.S.,

I'm rather new to python-programming. I'm trying to remove the time info from a date time string read from a csv-file. My impression is that ..... More

Print this item

  Beginner question re: Tkinter geometry
Posted by: return2sender - Jun-19-2023, 12:39 AM - Forum: GUI - Replies (3)

I am trying to create a data entry form that takes user input in categories and displays it in a grid.

The code below illustrates what I am trying ..... More

Print this item

  docx insert words of previuos paragraph on next paragraph in the same position
Posted by: ctrldan - Jun-18-2023, 09:10 PM - Forum: General Coding Help - Replies (7)

Hi, with from docx import Document I want to convert a docx to xml (and I did, I create a string that will be my output xml). This docx document conta..... More


Attached Files

Thumbnail(s)
   
Print this item

  pip installs in a different python version and directory than the default 3.11
Posted by: ao_tex_mal - Jun-18-2023, 05:19 PM - Forum: General Coding Help - Replies (9)

Hi All,

Quick question - not related explicitly to python code - more related to installing packages.

When I try to install packages with pip insta..... More

Print this item

  Code is returning the incorrect values. syntax error
Posted by: 007sonic - Jun-18-2023, 04:23 PM - Forum: General Coding Help - Replies (6)

Just trying to figure out why my code here is returning the incorrect minimum and maximum values. tried flipping the ">" and "<" around and it still d..... More

Print this item

  Python: AttributeError: 'PageObject' object has no attribute 'extract_images'
Posted by: Melcu54 - Jun-18-2023, 02:06 PM - Forum: General Coding Help - Replies (2)

hello, I try to convert with OCR some pdf that contains images. I got this error:

[python]Traceback (most recent call last):
File "E:\Carte\BB\1..... More

Print this item

  Invalid argument: 'images\x08ackground.jpg'
Posted by: CatBall - Jun-18-2023, 10:52 AM - Forum: General Coding Help - Replies (4)

My code:
[Image: d6a4a5c68148a348a654a0a4a7774cfb.png]

The error:
[img]https://i.gyazo.com/67e616fd9ee26818bfe80edb628e9ede..... More

Print this item

  Parallel processing - AttributeError: Can't get attribute 'sktimekmeans'
Posted by: Mohana1983 - Jun-18-2023, 03:35 AM - Forum: General Coding Help - Replies (1)

Hi,

I am kind of new to Python as well as programming. I am running partitional clustering for time series data. It has 178 columns by 50000 rows. ..... More

Print this item

  PDF properties doesn't show created or modified date
Posted by: Pedroski55 - Jun-18-2023, 03:23 AM - Forum: General Coding Help - Replies (4)

I had a lot of small pdfs, which I merged to 1 big pdf using PyPDF2, a great tool! Works perfectly!

When I open the big pdf, and go to File Options..... More

Print this item

  Spaghetti Code
Posted by: kucingkembar - Jun-17-2023, 02:50 PM - Forum: General Coding Help - Replies (4)

sorry for my bad English, or if I write in the wrong Section

I can do some Python coding,
but the ending of my code usually ends as Spaghetti Cod..... More

Print this item

  Help to control pandas.melt function
Posted by: vanphuht91 - Jun-17-2023, 08:36 AM - Forum: Data Science - No Replies

I’m using pandas to processing my raw data.
I have raw data like this:
   

I want to convert some columns to row using pd.melt like..... More


Attached Files

Thumbnail(s)
   
Print this item

  problem with a formula 1 kind of homework
Posted by: claroque - Jun-17-2023, 03:19 AM - Forum: Homework - Replies (2)

in preparatory classes we have something called tipe it is basically a kind of presentation that we need to prepare and we have to put in some added v..... More

Print this item

  Strange ModuleNotFound Error on BeautifulSoup for Python 3.11
Posted by: Gaberson19 - Jun-17-2023, 02:33 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, first time poster here.

So I've been trying Beautiful Soup for the first time, but when I tried running my code, I ended up getting a ModuleNot..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] I’m building a ... 2 hours ago tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578717
  Tutorial Requ... 509323
  Web Scraping ... 441858
  Newbie with P... 385816
  New Users Int... 375218
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lary_p Yesterday
Cristiano 11-08
Alfredd 11-08
clayote 11-08
yutaozhou 11-07

User Panel Messages

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