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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,921
» Latest member: RonR
» Forum threads: 38,722
» Forum posts: 175,491

Full Statistics

Online Users
There are currently 48 online users.
» 1 Member(s) | 42 Guest(s)
Bing, AOL, Google, Mojeek, AOL, Polybunny

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
1 hour ago
» Replies: 0
» Views: 9
adult cam girls for chat
Forum: Data Science
Last Post: lopezmason
1 hour ago
» Replies: 0
» Views: 12
Hire a Hacker to Recover ...
Forum: General Coding Help
Last Post: Erikventura
2 hours ago
» Replies: 0
» Views: 15
Recovered Assets Notifica...
Forum: General Coding Help
Last Post: SofiaAnatolie
2 hours ago
» Replies: 0
» Views: 11
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 43
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
8 hours ago
» Replies: 6
» Views: 1,297
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 369
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,151
New to the field
Forum: News and Discussions
Last Post: Polybunny
Yesterday, 01:31 AM
» Replies: 0
» Views: 113
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,311

 
  Nested Lists & Dictionaries
Posted by: Hudjefa - Sep-22-2024, 05:29 AM - Forum: General Coding Help - Replies (5)

So I'm learning about nested dictionaries and loops.
I wrote the following short program:
[python]a_morning = {"Sara": ["dressed", "breakfasted"], ..... More

Print this item

  python read PDF Statement and write it into excel
Posted by: mg24 - Sep-21-2024, 08:58 PM - Forum: General Coding Help - Replies (1)

hi Team,

I have attached bank statement pdf screenshot , I want output it in excels tabular format.




Thanks
mg


Attached Files

Thumbnail(s)
   
Print this item

  For Loop assigns only the latest value from List
Posted by: Caliban86 - Sep-21-2024, 12:41 PM - Forum: General Coding Help - Replies (3)

Hello Guys, im really new here and i am still working on the Basics of Python but i got to a Problem, where i do absolutely have no idea, what is wron..... More

Print this item

Bug hello, need help with basic ML
Posted by: pababam - Sep-21-2024, 09:58 AM - Forum: Data Science - Replies (1)

Hello, i take data from alphavantage for chosen share values for choosen day : Date, Open, High, Low, Close, Volume.
And i try to perform simple comp..... More


Attached Files

.py   ml-002.py (Size: 5.57 KB / Downloads: 1)
Print this item

  IndexError: index 31 is out of bounds for axis 0 with size 31
Posted by: YL789 - Sep-21-2024, 08:29 AM - Forum: General Coding Help - Replies (1)

Hi all,

I try to convert a netCDF to XML with the following lines of code, and I think the code handle the bounds issue. However, it still shows th..... More

Print this item

  pgzrun doesn't work
Posted by: garthE - Sep-21-2024, 03:17 AM - Forum: Game Development - No Replies

I can run pgzero scripts using the Mu editor (in Pygamezero mode). It works, no problem.

BUT, the rest of my system doesn't 'see' pygame zero sinc..... More

Print this item

  JenkinsFile to create a Python venv
Posted by: NikitaMathur - Sep-20-2024, 02:13 PM - Forum: General Coding Help - Replies (2)

Hi, I am working to create a new pipeline to run test cases from my Python repository in Jenkins. have created a 'Jenkinsfile' defining the different ..... More

Print this item

  Help regarding instance segmentation
Posted by: Skp09 - Sep-20-2024, 12:38 PM - Forum: Data Science - No Replies

Hello everyone,
I want to do instance segmentation on a video and track the segmented objects across the video frames. I want to follow this GitHub r..... More

Print this item

  Is there a difference between Python’s time.sleep and win32api.Sleep?
Posted by: phpjunkie - Sep-20-2024, 09:43 AM - Forum: General Coding Help - Replies (4)

I know that win32api.Sleep is related to the windows API, and it is obvious that Python's default time.sleep param is in seconds, and win32api.Sleep i..... More

Print this item

  Trying to open depracated joblib file
Posted by: mckennamason - Sep-19-2024, 03:30 PM - Forum: General Coding Help - No Replies

Hi,

I'm trying to open an old joblib file built by a previous engineer at my work but I have minimal Python experience. I know the model was traine..... More


Attached Files

Thumbnail(s)
   
Print this item

  Selenium- Can't access "Chrome is being controlled by automated test software"
Posted by: Lahva - Sep-19-2024, 11:37 AM - Forum: Web Scraping & Web Development - No Replies

[python]from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import C..... More


Attached Files

Thumbnail(s)
   
Print this item

  Find duplicates in a pandas dataframe list column on other rows
Posted by: Calab - Sep-18-2024, 04:14 PM - Forum: Data Science - Replies (2)

I have a pandas dataframe where one of the columns is a list of values. I need to identify if any item in the list occurs in that list in other rows...... More

Print this item

  Text input OK on Windows, not working on linux
Posted by: Ota - Sep-18-2024, 07:45 AM - Forum: GUI - Replies (3)

I have created a Tkinter form with the help of Figma/Tkinter.Designer. On Windows (Python 3.12) it works Ok. When I tried it on Linux Armbian/Bookworm..... More

Print this item

  Cannot install and use pygame zero
Posted by: garthE - Sep-18-2024, 03:08 AM - Forum: Game Development - Replies (7)

I am having serious problems with pygame and pygame zero:

  1. pgzrun doesn't work ("bash: pgzrun: command not found)
    [x]I cannot install ..... More

Print this item

  Unable to install pygame (but it seems to already be installed)
Posted by: garthE - Sep-18-2024, 02:24 AM - Forum: Game Development - Replies (3)

I have been unsuccessful installing pygame (but see notes below). Here is what I did:

[output]sudo python3 -m pip install -U pygame==2.6.0
The di..... More

Print this item

  Updating column name with translation
Posted by: bobbydave - Sep-17-2024, 03:40 PM - Forum: General Coding Help - No Replies

I have a column of countries. However mixed within this country column are spanish country names.
I have found the list of names in Spanish, translat..... More

Print this item

  bytearray weirdness or newbee newness
Posted by: Curbie - Sep-17-2024, 03:31 PM - Forum: General Coding Help - Replies (3)

As a project to gauge my learning of python, and one that holds my interest, I’m playing with a program that reads an ancient, arcane, and obscure fil..... More

Print this item

  How to process tasks as they complete when using TaskGroup?
Posted by: odigity - Sep-16-2024, 10:00 PM - Forum: General Coding Help - Replies (2)

I understand the arguments for using the newer `Tas..... More

Print this item

  trying to change channels with python
Posted by: greggk1 - Sep-16-2024, 08:06 PM - Forum: General Coding Help - Replies (6)

Hello, I have a windows box running an HDhomerun box. I'm trying to change channels remotely. I have made a very simple little script, and it changes ..... More

Print this item

  Question about 0x80070642 - User cancelled installation
Posted by: Denjar - Sep-16-2024, 06:34 PM - Forum: Tutorial Requests and Submissions - Replies (1)

Hello,

I am new to Python and trying to install the software onto my Windows 11 computer, but I keep getting stuck halfway and end up with the "0x..... More

Print this item

  Need help with the script "Bopscrk"
Posted by: Arklex - Sep-16-2024, 10:47 AM - Forum: General Coding Help - Replies (7)

I'm getting an error using the script called "Bopscrk", it says it is compatible with Python 3, but this errors makes me think there is some kind of ..... More

Print this item

  Where do you go to learn about PyQt?
Posted by: Surplify - Sep-16-2024, 07:22 AM - Forum: GUI - Replies (3)

There aren't many great resources for learning PyQt. Where do you go to learn about PyQt?
[align=right][size=1][color=#[url=https://python-forum.io/thread-43220.html]..... More

Print this item

  How do I capture URL information with Flask?
Posted by: MacAarthur - Sep-16-2024, 06:37 AM - Forum: Web Scraping & Web Development - No Replies

Web service: https://test.com/user/external-login app_code = "bc9daa8f-123fg-4b34-6533"
auth_data = { "AuthToken": URL, "AppId": 601 }

If the toke..... More

Print this item

  search API calls in different format
Posted by: pythonnewbieee - Sep-15-2024, 07:49 PM - Forum: General Coding Help - Replies (4)

Yacy is a self-host search engine with an API

When I search via the web panel it produces real results in JSON format. For example searching "pyth..... More

Print this item

  Can't get graph code to work properly.
Posted by: KDDDC2DS - Sep-15-2024, 06:18 PM - Forum: General Coding Help - Replies (1)

Hi people. I have a problem, I'm working on a code for a school project, it has to analyze the graph in real time (the blue one) and depending on the ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Problem with while cicle
Posted by: Astelen - Sep-15-2024, 05:39 PM - Forum: General Coding Help - Replies (2)

Hi everyone,
I am a neophyte and am still studying the basics. I am following a tutorial online about how using while to create a calculator software...... More

Print this item

  Read TXT file in Pandas and save to Parquet
Posted by: zinho - Sep-14-2024, 11:20 PM - Forum: General Coding Help - Replies (2)

Hi.

I would like import a TXT file, change types(object to [date, str, float etc]), save data to parquet.

When a use pandas for this I get error..... More

Print this item

  Input function
Posted by: oldschool - Sep-14-2024, 10:50 AM - Forum: General Coding Help - Replies (1)

Hi,

I am new user for python and im currently following a PDF for samples. I'm stuck where the function ( input is not working ).

code is
[pyt..... More

Print this item

  Need help regarding signup bot
Posted by: redditbothelp - Sep-14-2024, 10:40 AM - Forum: General Coding Help - No Replies

HI, my name is james and i am just learning how to earn money online like everyone............

Sorry for bad English

i am running a reddit acco..... More

Print this item

  disnake | error
Posted by: Tema_RAW - Sep-14-2024, 07:13 AM - Forum: General Coding Help - Replies (1)

I created a button that works before restarting the code, after restarting the code the past button doesn't work and I need to create a new one, who c..... More

Print this item

  Assigning cycle values in a list
Posted by: nmancini - Sep-13-2024, 11:12 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I have dataframe including a list of intensity values (int) across time frames (frame). The list starts with negative time frame values,..... More

Print this item

  which Python choose
Posted by: bernd22 - Sep-13-2024, 12:13 PM - Forum: General Coding Help - Replies (1)

Hi,
I am little lost with decission which Python version should I choose for my hobby programming.
I tested Win 10 and Linux Mint 21.3 with Python 3..... More

Print this item

  Unable to understand the function string.split()
Posted by: Hudjefa - Sep-13-2024, 07:03 AM - Forum: General Coding Help - Replies (8)

When I do the following it works:

"A tree in the park".split()
Output:
['A', 'tree', 'in', 'the', 'park']
But when ..... More

Print this item

  Compare 2 files for duplicates and save the differences
Posted by: cubangt - Sep-12-2024, 02:34 PM - Forum: General Coding Help - Replies (2)

So we have a scenario where we need to compare 2 files and create a 3rd of the duplicates.

I cant provide actual files due to the sensitivity of th..... More

Print this item

  How to bypass Cloudflare checkbox challenge
Posted by: Pavel_47 - Sep-12-2024, 11:14 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

According to this manual from payed captcha resolving service
How to solve Cloudflare T[url=https://python-forum.io/thread-43204.html]..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 1 hour ago RonR RonR GUI
  adult cam girls for chat 1 hour ago lopezmason lopezmason Data Science
  Hire a Hacker to Recover ... 2 hours ago Erikventura Erikventura General Codin...
  Recovered Assets Notifica... 2 hours ago SofiaAnatolie SofiaAnatolie General Codin...
  data input while debuggin... 2 hours ago fred1232 Pedroski55 General Codin...
  New to Python and Pygame 8 hours ago JMcM deanhystad Game Developm...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  New to the field Yesterday, 01:31 Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
Most views
  The best Prog... 575423
  Tutorial Requ... 496295
  Web Scraping ... 439531
  Newbie with P... 383133
  New Users Int... 363951
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12086
buran 8174
snippsat 7366
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
RonR Yesterday
SofiaAnatolie Yesterday
Erikventura Yesterday
aidajnrz7704 Yesterday
Jillscitt 09-12

User Panel Messages

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