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,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,816

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 29 Guest(s)
Google, Facebook, Google Image

Latest Threads
New to python and coding
Forum: Homework
Last Post: lary_p
10 minutes ago
» Replies: 3
» Views: 85
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
4 hours ago
» Replies: 4
» Views: 148
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 296
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 263
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 99
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,616
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 201
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 184
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,111
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,420

 
  Executable file compiled by PyInstaller does not work on Windows 7
Posted by: amusaber - Jul-11-2024, 02:24 PM - Forum: General Coding Help - Replies (1)

How to build Executable (.exe) file from Python for all Versions of Windows (Seven,8,10,11)
i used PyInstaller in windows 10 ,but the Executable file..... More

Print this item

  sqlalchemy error connecting to SQL Server
Posted by: anthonyn5 - Jul-11-2024, 11:11 AM - Forum: Data Science - Replies (3)

Hello everyone,

I just moved to a new company and the IT installed anaconda python for me as well local SQL server (SQL Express).

I usually use ..... More

Print this item

  Printing PDF files
Posted by: CAD79 - Jul-11-2024, 10:01 AM - Forum: General Coding Help - Replies (2)

I'm trying to create an application to automate a file creation process, but the first thing that I need to print out is a PDF file. I've tried to jus..... More

Print this item

  building a chatbot that fetches data from mongodb using RAG
Posted by: saisankalpj - Jul-10-2024, 04:49 PM - Forum: Data Science - No Replies

I am developing a chatbot ,which fetches the required data from mongodb based on question user asks from chatbot ex: if user asks total number of emp..... More

Print this item

  Web Scraping Question
Posted by: fernandoarthur - Jul-10-2024, 08:41 AM - Forum: Web Scraping & Web Development - Replies (1)

How do you scrape CVE-2022-24266 from this ?

[align=right][size=1]geometry dash subzero[/si[url=https://python-forum.io/thread-42436.html]..... More

Print this item

  Module not found error even though installed
Posted by: NZGeorge - Jul-10-2024, 04:06 AM - Forum: General Coding Help - Replies (1)

I want to use paramiko for SFTP transfers on a Windows PC. Have installed it. By running command "pip list" tells me that paramiko 3.4.0 is installed...... More

Print this item

  no debug messages going into log file
Posted by: robertkwild - Jul-09-2024, 05:30 PM - Forum: General Coding Help - No Replies

hi all,

the below code works

[python]
logger = logging.getLogger("Rotating Log")
logger.setLevel(logging.DEBUG)
handler = TimedRotatingFileHa..... More

Print this item

Question PDF Automation with Unique ID + Logs in xls File
Posted by: pollos - Jul-09-2024, 07:58 AM - Forum: General Coding Help - Replies (1)

Hello,

I created a code base to generate PDFs from a JPG file, automatically adding a unique ID to each PDF. Additionally, these IDs are linked to ..... More

Print this item

  Cannot run kill -9 through pyvomi on ESXi host
Posted by: nicktx - Jul-08-2024, 02:05 PM - Forum: General Coding Help - Replies (1)

Hi all,

Hopefully someone can assist. I have a python script that uses pyvomi to connect to an ESXi host. I'm trying to run a "kill -9" command and..... More


Attached Files

Thumbnail(s)
   
Print this item

  Extract text from PDF
Posted by: goryee - Jul-08-2024, 04:19 AM - Forum: General Coding Help - Replies (2)

   

Hi. Newbie to python.

I have this PDF that i review each week to make sure the records are setup correctly in excel.

I am ..... More

Print this item

  Need Selenium Help with Popup
Posted by: gw1500se - Jul-07-2024, 04:11 PM - Forum: Web Scraping & Web Development - Replies (4)

I'm trying to write a script (Python 2) to log in to a web site. However, in doing so there is a popup that occurs (allow cookies) preventing me from ..... More

Print this item

  Extract and rename a file from an Archive
Posted by: tester_V - Jul-07-2024, 04:14 AM - Forum: General Coding Help - Replies (4)

Greetings and happy Holidays!
I’m trying to extract a specific file from archives without the whole directory structure.
Each archive holds the same..... More

Print this item

  ValueError: could not broadcast input array from shape
Posted by: makingwithheld - Jul-05-2024, 08:28 PM - Forum: General Coding Help - Replies (1)

I am an artist creating a sound installation. I want to create to sounds files which contain small fragments of each other.
The code has an error in ..... More


Attached Files

.py   OPlus.py (Size: 1.81 KB / Downloads: 196)
.wav   example1.wav (Size: 699.79 KB / Downloads: 170)
.wav   example2.wav (Size: 693.04 KB / Downloads: 185)
Print this item

  TTP: Line not being included but should match
Posted by: Calab - Jul-05-2024, 05:17 PM - Forum: Data Science - Replies (1)

I don't understand why one line of my data is not being matched in TTP.

Using the template and data found below, I would expect to see {'slot_12': ..... More

Print this item

Photo Template Matching Pages
Posted by: standenman - Jul-05-2024, 03:30 PM - Forum: Data Science - Replies (3)

I am trying to develop a strategy for automated classification of pages in a large pdf file. I have come up with a strategy in python cv2 and numpy. ..... More

Print this item

  No Script Folder in Python 3.6.2 when download
Posted by: sarah5smith - Jul-05-2024, 04:51 AM - Forum: Data Science - Replies (2)

I downloaded Python 3.6.2 on my iMac and PC. I attempted to use the pip install ..... to download NumPy, Matplotlib, etc. and it doesn't work. I notic..... More

Print this item

  filtering csv file problem
Posted by: jacksfrustration - Jul-04-2024, 11:41 AM - Forum: General Coding Help - Replies (1)

i am trying to write a function to send emails for reminders if todays date matches the dates saved on a csv file. i first go through the csv file, i ..... More

Print this item

Question SOLVED: TTP match when final column may or may not be present
Posted by: Calab - Jul-03-2024, 01:31 PM - Forum: Data Science - Replies (1)

I have another TTP problem where I can't figure out a solution...

My data:
[code]10/0.2/0 33 49 49 48 130 0 ..... More

Print this item

  Wont create Image from function
Posted by: the_muffin_man - Jul-03-2024, 12:26 PM - Forum: GUI - Replies (10)

Hi - First Post as I get into Python. Really enjoying it so far.

I am trying (and failing) to create a button that when clicked destroys the exist..... More

Print this item

  Black jack game simulation
Posted by: RoxaneParis1 - Jul-03-2024, 11:48 AM - Forum: General Coding Help - Replies (3)

Hi everybody,
I have some questions regarding a code experiment I would like to adapt.

This code was done to stimulate a blackjack experiment. Bas..... More

Print this item

  Help with graceful shutdown of MP thread with asyncio
Posted by: sawtooth500 - Jul-02-2024, 11:14 PM - Forum: General Coding Help - Replies (3)

This is my main code:

[python]if __name__ == "__main__":
queue_dict = {item[0]: mp.Queue() for item in symlist}

# Start market data pro..... More

Print this item

  Random student selection from groups.
Posted by: esahan - Jul-02-2024, 05:41 PM - Forum: General Coding Help - Replies (7)

There are students in different groups according to their grade levels. I want to make a selection so that students in the same grade level do not com..... More

Print this item

  Tkinter weather app
Posted by: menator01 - Jul-02-2024, 05:17 PM - Forum: Code sharing - No Replies

Redone the tkinter weather app
This one should work in whatever part of the world your in. (If you have access google) The first was just in US.
[py..... More

Print this item

  keeping logs for every success fail attempt
Posted by: robertkwild - Jul-02-2024, 04:12 PM - Forum: General Coding Help - Replies (22)

hi all,

made a flask-wtf password website but now i want to keep logs on everytime someone changes there password either success or a failed attemp..... More

Print this item

  Merge Python code with Micro Python code?
Posted by: adzy - Jul-02-2024, 09:34 AM - Forum: General Coding Help - Replies (2)

Hi,
I need to merge my existing Python code with an existing Micro Python program. Other than performance (?) are there any restrictions or adjustmen..... More

Print this item

  Beta6 of my password flask-wtf web form
Posted by: robertkwild - Jul-02-2024, 08:18 AM - Forum: General Coding Help - Replies (3)

hi all

so im pretty much done with making my flask-wtf password web form, may add other bits to it but what you think

[python]
from flask impor..... More

Print this item

  FastAPI returns null
Posted by: phpman88 - Jul-02-2024, 04:43 AM - Forum: Web Scraping & Web Development - Replies (2)

Hey guys new to python and to this forum. Right now I'm working on a project where I'm using selenium to grab some data and then have FastAPI serve th..... More

Print this item

  Trouble with Average Calculation Despite Error Handling
Posted by: autodecay - Jul-02-2024, 03:17 AM - Forum: General Coding Help - Replies (4)

[python]def compute_average(data):
try:
total_sum = sum(data)
avg = total_sum / len(data)
return avg
except ZeroD..... More

Print this item

  Installing Python packages as OS-level packages
Posted by: andi0661 - Jul-01-2024, 04:39 PM - Forum: News and Discussions - Replies (3)

Hi. I am maintaining several Python packages and for that purpose I live in a world of Python virtual environments with "pip" as an installer.

Howe..... More

Print this item

  TypeError: __init__() missing 1 required positional argument: 'instructions'
Posted by: SecRec01 - Jul-01-2024, 01:32 PM - Forum: Web Scraping & Web Development - Replies (5)

So every time I try to POST, i get an error.

[error]Traceback (most recent call last):
File "C:\Users\Chris\.virtualenvs\Backend-NKSSbLU1\Lib\site-..... More

Print this item

  PyGUI installation issue
Posted by: Wallflower - Jul-01-2024, 08:12 AM - Forum: General Coding Help - Replies (1)

Bruh, prep for serotonin overdose scrolling the slickest hairy pussy parlor where prime porn legends ride hair les side hustle league: Marica’s silken..... More

Print this item

  Website Scraping Problems
Posted by: JamesWilson - Jul-01-2024, 07:40 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello everyone. I'm having trouble with web scraping and can't determine why it's failing. I'm using XPath and BeautifulSoup to extract the next URL, ..... More

Print this item

  Loop over dataframe to fill in missing rows
Posted by: Scott - Jul-01-2024, 02:55 AM - Forum: Data Science - Replies (9)

Hi everyone,

I am working on cleaning a data set which has amounts entered for each day. When there is a missing date for the site ref there is jus..... More

Print this item

  Sending email using own smtp server
Posted by: robertkwild - Jun-30-2024, 07:04 PM - Forum: General Coding Help - Replies (11)

hi all,

ive made my own smtp server so in my python script i can use my smtp server to send emails

is there a good how to to follow please

th..... More

Print this item

  Q on asyncio
Posted by: ebolisa - Jun-30-2024, 10:02 AM - Forum: General Coding Help - Replies (4)

Hi,

On line 12 below, I get a warning msg from pycharm stating "Coroutine 'create_task' is not awaited".
If I do modify it with [pyt..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 10 minutes ago lary_p lary_p Homework
  Help with Serial.write in... 4 hours ago racingsubby racingsubby General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 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... 578835
  Tutorial Requ... 509855
  Web Scraping ... 441915
  Newbie with P... 385916
  New Users Int... 376111
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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