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,926
» Latest member: compuman145
» Forum threads: 38,719
» Forum posts: 175,491

Full Statistics

Online Users
There are currently 41 online users.
» 2 Member(s) | 32 Guest(s)
Bing, Mojeek, Google, AOL, Applebot, Internet Archive, Bona2000, simwanzanawiti_01

Latest Threads
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 6
» Views: 808
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 506
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,794
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,718
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 409
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 478
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,550
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,497
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,231
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,439

 
  importing variables from module
Posted by: 8376459 - Feb-18-2024, 11:10 AM - Forum: General Coding Help - Replies (1)

hello experts,
i am learning python.
my question:
i am trying to import string variables from separate module to avoid retyping the same strings i..... More

Print this item

  main GUI is not shown
Posted by: flash77 - Feb-18-2024, 07:09 AM - Forum: GUI - Replies (3)

Dear community,

the main GUI of my application is not shown - I don't know why...
I'm using PyCharm, but the debugger doesn't start. (In the past ..... More

Print this item

  Fastest way tkinter
Posted by: Quatrixouuu - Feb-17-2024, 10:59 PM - Forum: General Coding Help - Replies (2)

Hello sorry for my bad english, it's not my mother tongue, I'm trying to make a python code that allows to make the fastest path between two points wh..... More

Print this item

  custom exception
Posted by: dcr - Feb-17-2024, 07:57 PM - Forum: General Coding Help - Replies (1)

I always get a nun2hgh error even when I input abc. What am I doing wrong?

Just figured it out. num2hgh is an exception so it's get's executed bef..... More

Print this item

  Get an average of the unique values of a column with group by condition and assign it
Posted by: klllmmm - Feb-17-2024, 05:53 PM - Forum: General Coding Help - No Replies

I'm trying to get an average of the unique values of a column with a group by condition.

In the method, I followed I had to create a new data frame..... More

Print this item

  [split] How to ask Smart Questions (thread title expansion)
Posted by: saifalikhan9 - Feb-17-2024, 11:57 AM - Forum: Homework - No Replies

[python]import tkinter as tk
from tkinter import ttk, messagebox
from reportlab.pdfgen import canvas

class GuillotineCuttingOptimizer:
def _..... More

Print this item

  The function of double underscore back and front in a class function name?
Posted by: Pedroski55 - Feb-17-2024, 11:30 AM - Forum: General Coding Help - Replies (9)

I am just looking at Mandelbrot fractals. This class comes from realpython.com I know next to nothing about classes.

I saved this class as a module..... More

Print this item

  Python Launcher (on Windows) only necessary when 2 or more Python versions installed?
Posted by: pstein - Feb-17-2024, 09:02 AM - Forum: General Coding Help - Replies (1)

I wonder when users need the Python Launcher.

I installed newest 64bit Python v3.12.2 on Windows. Thats my one and only Python installation.

So..... More

Print this item

  How to receive two passed cmdline parameters and access them inside a Python script?
Posted by: pstein - Feb-17-2024, 08:55 AM - Forum: General Coding Help - Replies (2)

Sorry for this newbie question:

Assume I have have a python script myscript.py (on Windows 10).

Now I want to call this script (from command lin..... More

Print this item

  an uncatchable asyncio exception from in 3.12.2 but not 3.11.5
Posted by: wangli - Feb-17-2024, 04:10 AM - Forum: General Coding Help - No Replies

For the following code:
[python]
from asyncio import create_task, run as aiorun, sleep as aiosleep
from asyncio import get_event_loop, get_running_..... More

Print this item

  sort search results by similarity of characters
Posted by: jacksfrustration - Feb-16-2024, 07:43 PM - Forum: General Coding Help - Replies (5)

i have a stock market app that im building. basically i have the following code that works as a feature that allows the user to search for official co..... More

Print this item

  Unexpected termination of program when using JDBC drivers in python with jaydebeapi
Posted by: skarface19 - Feb-16-2024, 06:26 PM - Forum: General Coding Help - Replies (2)

I am trying to connect to a solid DB using JDBC drivers and the program just prints "point - 0" and quits. I cannot do anything because the frustratin..... More

Print this item

  Converting py to exe
Posted by: WiPi - Feb-16-2024, 08:47 AM - Forum: General Coding Help - Replies (10)

Hi all,
I am using PyInstaller to convert a python script to a windows exe file.
The python script is:
[python]#!/usr/bin/python

import requests..... More

Print this item

  Python3 string slicing
Posted by: Luchano55 - Feb-16-2024, 08:06 AM - Forum: General Coding Help - Replies (4)

And because we know how much you love variety, our library's jacked with everything from quick amateur hookups to full-scale pornstar throwdowns. No s..... More

Print this item

  function-decorator , which is checking an access according to USERNAME
Posted by: Liki - Feb-16-2024, 02:37 AM - Forum: Homework - Replies (6)

Hallo,

I'm asking for help for followed task:

"""
Realize a function-decorator , which is checking an access according to USERNAME
All USERNAM..... More

Print this item

  Tkinter callback exception
Posted by: Ben123 - Feb-15-2024, 07:02 PM - Forum: GUI - Replies (2)

Exception in Tkinter callback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/_..... More

Print this item

  File Handling not working properly
Posted by: TheLummen - Feb-15-2024, 04:08 PM - Forum: General Coding Help - Replies (8)

I've trying to find what is the error in the following code but I still get the error. Does anyone have any idea how to resolve this as I have been tr..... More

Print this item

  Python logging RotatingFileHandler writes to random file after the first log rotation
Posted by: rawatg - Feb-15-2024, 11:12 AM - Forum: General Coding Help - No Replies

I am using python logging.handlers.RotatingFileHandler for my log rotation. It is working fine and writting logs to let's say app.log file but after t..... More

Print this item

  file transfer
Posted by: DPaul - Feb-15-2024, 08:55 AM - Forum: Bar - Replies (10)

Hi,
My business is converting legacy files,lists,databases,images,pdfs,cards... etc.
into a format that can be searched by (genalogy) enthousiasts...... More

Print this item

  Exponeniation and Right Binding
Posted by: PhDoctus - Feb-14-2024, 10:21 PM - Forum: General Coding Help - Replies (3)

Please see the included images.

I was taking an online course and came across what I perceive as a problem. If I am ri..... More


Attached Files

Thumbnail(s)
       
Print this item

  How to automate the process
Posted by: br0oJ - Feb-14-2024, 12:01 PM - Forum: General Coding Help - No Replies

Hi all, I need to automate the process of generating a dataset. I want to open 3d models and have the ability to spin them around and take screenshots..... More

Print this item

  A troublesome error (PySpice)
Posted by: assafpeled - Feb-14-2024, 11:01 AM - Forum: General Coding Help - No Replies

Hello All,

Struggling with a basic and a much irritating bug in my code which utilizes the PySpice module.
I'm working on a Visual-Basic platform..... More

Print this item

  Need help with coding project
Posted by: jjvoc - Feb-14-2024, 01:18 AM - Forum: General Coding Help - Replies (4)

HI, I'm new to python coding im trying to make a plant automation system and library. I'm trying to take a user input and run it against a list and if..... More


Attached Files

.py   Plant library and automation.py (Size: 1.26 KB / Downloads: 221)
Print this item

  Python best library for Excel reports & review of existing code
Posted by: MasterOfDestr - Feb-13-2024, 06:45 PM - Forum: General Coding Help - Replies (4)

I need to create excel report (update data in existing file) based on variety source data (also excel files). All data will be .xlsx. In general steps..... More

Print this item

  delete specific row of entries
Posted by: jacksfrustration - Feb-13-2024, 05:38 PM - Forum: General Coding Help - Replies (3)

I have a program i've been developing for a week. Basically it's a workout tracker app. You have the option of adding columns of entries,optionmenus a..... More

Print this item

  Background task
Posted by: Mctweed - Feb-13-2024, 11:57 AM - Forum: General Coding Help - Replies (4)

I don't know were this would go and I am new to Python programming. l What I want to do is write a program were it press two buttons automatically. No..... More

Print this item

  embedded Python scripts - is it worthwhile
Posted by: Skaperen - Feb-12-2024, 08:58 PM - Forum: News and Discussions - Replies (3)

i have an application i am creating. it's still in the planning stage. it could be written in C but i do expect to prototype it in Python. it will ..... More

Print this item

  Reversing the code
Posted by: chocolatedisco - Feb-12-2024, 08:43 PM - Forum: Game Development - Replies (1)

Hello,I'm new to python and I'm starting to study it,but I have this code that it's been used to unpack a certain compressed file.

This file needs ..... More


Attached Files

.py   DeobfuscateGameBootstrap.py (Size: 2.69 KB / Downloads: 235)
Print this item

  problem in running a code
Posted by: akbarza - Feb-12-2024, 01:29 PM - Forum: General Coding Help - Replies (7)

hi
in site: https://www.pythonmorsels.com/exercises/.../submit/1/
has been discussed the problem of adding two list of ..... More

Print this item

  Instagram subscribers
Posted by: Benowen - Feb-12-2024, 05:35 AM - Forum: Bar - Replies (3)

Hello friends, I have an Instagram account but have few followers. I am posting content regularly but still failed to get good followers. Anyone can s..... More

Print this item

  Match ref from 1 DF to another
Posted by: huzzug - Feb-12-2024, 03:20 AM - Forum: General Coding Help - Replies (1)

I have 2 df. 1 comes from the worksheet where a list of projects with a ref number, a date & the employees ID is entered. This in internally maintaine..... More

Print this item

  Creating a website for vehicle management
Posted by: Sergio - Feb-11-2024, 07:01 PM - Forum: Homework - Replies (1)

Hey people.

I'm doing my final project and i'm having a problem. I'm creating a website and for now i'm dealing with the fact that it does not show..... More

Print this item

  Problem with using opencv in python
Posted by: Raunak1023984765 - Feb-11-2024, 01:53 PM - Forum: General Coding Help - Replies (21)

Hello Everyone
I am using macOS Monterey and I am trying to run a simple python code to open my camera using opencv. But whenever I am running the co..... More

Print this item

Lightbulb python code debuging
Posted by: yunus - Feb-11-2024, 07:47 AM - Forum: General Coding Help - Replies (1)

hello everyone ı wrote a script that works as a keglogger, but somehow ı dont get email that ı ordered, if someone can tell me where ı was wrong.
tha..... More

Print this item

Lightbulb [Tool-Python] Google-GeminiAI-pro App GUI
Posted by: KDTOOLS - Feb-11-2024, 02:43 AM - Forum: Code sharing - No Replies

This Python script uses PyQt5 to create an interactive application, allowing users to ask questions and receive responses generated by Google's powerf..... More


Attached Files

Thumbnail(s)
   
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Select Python comment (#)... 10 hours ago SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
  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...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
Most views
  The best Prog... 575653
  Tutorial Requ... 496754
  Web Scraping ... 439710
  Newbie with P... 383349
  New Users Int... 364618
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+ 12087
buran 8174
snippsat 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
compuman145 Today
DeadEyes Today
Fobertsmene Yesterday
jeremyn24503 Yesterday
homataheri Yesterday

User Panel Messages

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