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,397
» Latest member: MaxTranslate
» Forum threads: 38,822
» Forum posts: 176,026

Full Statistics

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

Latest Threads
Struggles I Faced While E...
Forum: Code Review
Last Post: MaxTranslate
31 minutes ago
» Replies: 2
» Views: 4,576
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
9 hours ago
» Replies: 4
» Views: 142
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
10 hours ago
» Replies: 7
» Views: 3,580
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 139
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 279
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,093
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,945
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 171
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 101
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 171

 
  Doubt approach update 2 Treeview at the same time
Posted by: TomasSanchexx - Aug-13-2023, 07:39 PM - Forum: GUI - Replies (7)

Hello,

I would like some guidance on a question / problem I have.

I'm doing a task that consists of an inventory system, things so far very well..... More

Print this item

  How can i combine these two functions so i only open the file once?
Posted by: cubangt - Aug-13-2023, 05:00 PM - Forum: General Coding Help - Replies (4)

So i am having to process a few different text files, for each file i process, i need too capture runtime duration, record count and timestamp

Sinc..... More

Print this item

  How to get the color name of qlistwidget?
Posted by: flash77 - Aug-13-2023, 03:25 PM - Forum: GUI - Replies (5)

Hi,

I'm trying to get the color name of the current item's foreground of a qlistwidget.

To set it I used:
[python]self.listbox_medium.insertIte..... More

Print this item

  How to fix "'dict_values' object has no attribute 'inject_wsgi'" in session_transacti
Posted by: devid - Aug-13-2023, 07:20 AM - Forum: Web Scraping & Web Development - No Replies

The problem is that when running tests on GitHub Workflow, the error AttributeError: 'dict_values' object has no attribute 'inject_wsgi' occurs and ..... More

Print this item

  Search for multiple unknown 3 (2) Byte combinations in a file.
Posted by: lastyle - Aug-12-2023, 05:56 PM - Forum: General Coding Help - Replies (7)

Hi all

I` d like to search a file for multiple unknown hex combinations in a file and have absolutely no idea how to start.

The hex combinations..... More

Print this item

  PyQt5 window closing when trying to display a graph
Posted by: bianca - Aug-12-2023, 12:29 PM - Forum: GUI - Replies (4)

I am developing a GUI Application using PyQt5.

There is a tab with charts and the idea is when clicking a button, it displays a chart.

The follo..... More

Print this item

  QStandardItemModel; columns, icons
Posted by: malonn - Aug-12-2023, 11:10 AM - Forum: GUI - Replies (3)

I am struggling to figure out something. I have a QTreeView fed by a QStandardItemModel; tree populates; multiple c..... More

Print this item

  Help - FileNotFound
Posted by: SmallGuy - Aug-12-2023, 05:58 AM - Forum: General Coding Help - Replies (6)

Hi all,

I am a new learner of python so forgive if my question is too rookie. I am using Colab to start learning. I have a csv file on my desktop f..... More


Attached Files

Thumbnail(s)
       
Print this item

  Build a DNS History
Posted by: Rudeus - Aug-11-2023, 08:59 PM - Forum: General Coding Help - Replies (2)

Hey ! Big Grin

Do you know if it's possible to build a DNS History of a domain name with Python ?

I want to made something for check the pr..... More

Print this item

  Receiving this error in my "response" and causes script to return wrong status
Posted by: cubangt - Aug-11-2023, 03:07 PM - Forum: General Coding Help - Replies (18)

I have a script which i thought was working correctly until i purposely added some invalid IP's into my list so that i can validate the results file. ..... More

Print this item

  Search data in treeview without search button
Posted by: TomasSanchexx - Aug-11-2023, 12:38 PM - Forum: GUI - Replies (3)

Hello,
I'm trying to make an item search engine in a treeview, if I do it with a button, it works for me.
But I want to do the search without a butt..... More

Print this item

  Python Struct Question, decimal 10, \n and \x0a.
Posted by: 3python - Aug-11-2023, 06:38 AM - Forum: General Coding Help - Replies (2)

Can someone explain why the decimal value 10, when in Python Struct is showing as \n, and not \x0a?

[code]
import struct

marDept5 = st..... More

Print this item

  Open-source codes and concept ideas.
Posted by: sourceduty - Aug-11-2023, 02:11 AM - Forum: News and Discussions - No Replies

Link removed

Print this item

  python sqlite autoincrement in primary column
Posted by: janeik - Aug-10-2023, 06:44 PM - Forum: General Coding Help - Replies (6)

hello.
I try to get autoincrement on column markID without success.
I dont want the keyword version of autoincrement.
What am I doing wrong in code..... More

Print this item

  KeyError and TypeError
Posted by: deneme2 - Aug-10-2023, 03:42 PM - Forum: General Coding Help - Replies (2)

Hello Friends,

When I use this one

        if "Corners." in matches["matchInfosFull"]:
            continue
it gives this error..... More

Print this item

  Error verify data in database
Posted by: TomasSanchexx - Aug-10-2023, 01:22 AM - Forum: GUI - Replies (2)

Hello good,

I have a problem verifying a login. For example, I have 3 records in the database and only 1 user and password are valid, the other two..... More

Print this item

  dictionary insertion order
Posted by: Skaperen - Aug-09-2023, 06:26 PM - Forum: News and Discussions - Replies (2)

if two dictionaries have exactly the same key and value pairs but also have a different insertion order as shown by this little test code:
[python]
..... More

Print this item

  program needs this plugins
Posted by: robertkwild - Aug-09-2023, 03:54 PM - Forum: General Coding Help - Replies (1)

hi all,

trying to start a program via python but i think it cant start as im getting this error

This plugin does not support createPlatformOpenG..... More

Print this item

  logging: change log file permission with RotatingFileHandler
Posted by: erg - Aug-09-2023, 01:24 PM - Forum: General Coding Help - No Replies

What I'd like is to be able to change default log file permissions for logs created with python logging module and RotatingFileHandler.
I don't see a..... More

Print this item

  Hard disk structure like a file selection dialog
Posted by: malonn - Aug-09-2023, 12:15 PM - Forum: General Coding Help - Replies (2)

I eventually want to build a tree of a drive contents structure just like a file/folder selection dialog (PyQt). I was thinking of building some sort..... More

Print this item

Question How create programmatically variables ?
Posted by: SpongeB0B - Aug-09-2023, 04:11 AM - Forum: General Coding Help - Replies (6)

Hi everyone,

I would like to create programmatically / automatically some variable inside a function...

I've dig the WWW but I found only very o..... More

Print this item

  Need some guidance on a script to ping a list of ip's
Posted by: cubangt - Aug-09-2023, 01:41 AM - Forum: General Coding Help - Replies (11)

Im trying to tweak this logic a bit to return some additional information or even look at threading it so it runs a little faster.
I have a list of 3..... More

Print this item

  Help running a loop inside a tkinter frame
Posted by: Konstantin23 - Aug-08-2023, 07:19 PM - Forum: GUI - Replies (3)

I have this password manager gui app made in tkinter, which consists of a frame stack corresponding to their respective frame classes to switch betwee..... More

Print this item

  Thought of the day
Posted by: Gribouillis - Aug-08-2023, 07:01 PM - Forum: Bar - Replies (1)

Here is my inspired thought of the day, for you to meditate

Quote:The opposite of SERIALIZATION is PARSING, and vice-versa
..... More

Print this item

  Trying to find the next prime number
Posted by: FirstBornAlbratross - Aug-08-2023, 06:20 PM - Forum: Homework - Replies (8)

Hi all,

My exercise for today (not for school) is for the user to enter a number and then I have to find the next prime number and print it.

Th..... More

Print this item

Question Using SQLAlchemy, prevent SQLite3 table update by multiple program instances
Posted by: Calab - Aug-08-2023, 02:36 PM - Forum: General Coding Help - Replies (2)

I have a python program that is using SQLAlchemy to work with an SQLite3 database.

One function I have will read a counter from a table from a spec..... More

Print this item

  Empty default value for tkCalender
Posted by: Tyrel - Aug-08-2023, 11:00 AM - Forum: GUI - Replies (2)

Good day how do you make TkCalendar DatePicker start with an empty default value.

Print this item

  Python Class help
Posted by: the_jl_zone - Aug-07-2023, 11:43 PM - Forum: General Coding Help - Replies (3)

I'm trying to learn how to make Python classes by following along with a tutorial video. One of the examples goes like this:

[Python]
import bpy
..... More

Print this item

  Selenium press "select option" button (SOLVED)
Posted by: kucingkembar - Aug-07-2023, 08:03 PM - Forum: Web Scraping & Web Development - No Replies

sorry for my bad english,
i tried this since yesterday,
i tried to press a button that turn out that button is "select option",
i dont know how, bu..... More

Print this item

  Send Error when attaching files
Posted by: JamesAinsworth - Aug-07-2023, 06:11 PM - Forum: General Coding Help - Replies (1)

I’m encountering a sending error when trying to attach one or more files to an email using Python 3.

The script works perfectly with embedded image..... More

Print this item

  Advice for installing python app from github ?
Posted by: Adi44 - Aug-07-2023, 04:47 PM - Forum: General Coding Help - Replies (6)

Good Evening,

I am just starting out with python (3.11) and i wanted to download an app from github ( a python photo album ). The author has kindl..... More

Print this item

  aoigram, pil Help with photo processing
Posted by: kolpac21 - Aug-07-2023, 04:39 PM - Forum: General Coding Help - No Replies

(python and libraries are all last) When sending a photo, it gives an error in the bot, but there is nothing in the terminal


[python]
from datet..... More

Print this item

  ModuleNotFoundError: No module named 'PyPDF2'
Posted by: Benitta2525 - Aug-07-2023, 04:22 AM - Forum: General Coding Help - Replies (1)

I am getting an IndexError, and not sure why? My goal is to when i login submitted success then take the next py file .

from PyPDF2 import PdfRea..... More

Print this item

  convert numbers to words
Posted by: Skaperen - Aug-06-2023, 11:27 PM - Forum: News and Discussions - Replies (3)

i want to convert numbers into words. i wrote code in C to do this a couple decades ago. i have also converted it to Pike many years ago. i have al..... More

Print this item

  Dispatcher pattern
Posted by: Gribouillis - Aug-06-2023, 07:53 PM - Forum: Code sharing - Replies (1)

I came across an interesting blog post (in french) about how to i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Struggles I Faced While E... 31 minutes ago baffa_dbt MaxTranslate Code Review
  Willing to pay for help w... 9 hours ago braillescribe noisefloor General Codin...
  Create dataframe from the... 10 hours ago Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
Most views
  The best Prog... 580405
  Tutorial Requ... 519445
  Web Scraping ... 442778
  Newbie with P... 386978
  New Users Int... 386463
Most reputation
buran 581
snippsat 511
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MaxTranslate Today
pizofreude Today
RockHound_Z12 Today
braillescribe Yesterday
aurelio12282025 Yesterday

User Panel Messages

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