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,253
» Latest member: cc123
» Forum threads: 38,781
» Forum posts: 175,829

Full Statistics

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

Latest Threads
Convert Json to table for...
Forum: General Coding Help
Last Post: cc123
27 minutes ago
» Replies: 6
» Views: 18,224
re.split issue
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 3
» Views: 44
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
4 hours ago
» Replies: 6
» Views: 325
New to python and coding
Forum: Homework
Last Post: lary_p
8 hours ago
» Replies: 5
» Views: 149
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 98
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 229
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 359
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 138
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,637
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 236

 
  python to read the data from oracle
Posted by: melinda - Aug-17-2025, 08:21 PM - Forum: General Coding Help - Replies (3)

hi ,

i am new to python and i have below requirement.

i have 5 tables which i need to fetch from oracle from same db daily. insert into snowflak..... More

Print this item

  Trying to install the edk2-rk3399 code but the script fails due some python bug
Posted by: mariozio - Aug-17-2025, 07:11 PM - Forum: General Coding Help - Replies (2)

Hello.

I would like to install the "Rockchip RK3399 UEFI Firmware" that I found here :

https://github.com/mouseos/edk2-rk3399

on my KHADAS Ed..... More

Print this item

  Algorithm for automatic reading of dimensions from a technical drawing
Posted by: nowy465346334633564 - Aug-16-2025, 04:06 PM - Forum: Homework - Replies (3)

Good morning,

I'd like to develop software that will:
- read dimensions from a technical drawing in PDF/DWG/DXF format (reading the length and wid..... More

Print this item

  Need help with debugging employee directory csv upload
Posted by: schwifty_mcplugstein - Aug-15-2025, 01:01 AM - Forum: General Coding Help - Replies (4)

Hey everyone - new to the code world so bare with me while I meander through this request for assistance...

I'm working in [REMOVED] - because I'm ..... More

Print this item

  how to write/overwrite data in a txt. file according to inp
Posted by: Quinn - Aug-12-2025, 12:34 PM - Forum: General Coding Help - Replies (2)

so im like, really new to python and i wanna do this thing where it asks for an input (ex. response = input("")) and i want to make it so that when th..... More

Print this item

  [gripe] The internet would make things better.
Posted by: MvGulik - Aug-12-2025, 09:01 AM - Forum: Bar - Replies (1)

Yea, sure. In making things complicated and convoluted. (and of course collecting outdated stuff at infinite)

Libreoffice base & Sqlite: No ..... More

Print this item

  statusbar
Posted by: Raysz - Aug-09-2025, 12:44 PM - Forum: General Coding Help - Replies (8)

Quote:I could use a little help on this one
in my main program
I have my standard python tkinter window

in there I have a variable
..... More

Print this item

  concatenating strings with + operator
Posted by: CarlaRogersWI - Aug-09-2025, 10:23 AM - Forum: General Coding Help - Replies (6)

Hello,

The purpose of this post is to request either verification or correction of python programming rules for concatenating strings using a + ope..... More

Print this item

  Getting a DriveItem object from msgraph using relative path
Posted by: mikisDeWitte - Aug-07-2025, 06:59 PM - Forum: General Coding Help - Replies (1)

I'm trying to download a file from sharepoint using the microsoft SDK for python msgraph-sdk (https://github.com/microsoftgraph/msgrap...python/tre..... More

Print this item

  what’s the best way to start learning Python from scratch?
Posted by: DiamondMiller - Aug-05-2025, 03:52 AM - Forum: News and Discussions - Replies (1)

hey, so i'm trying to learn python and i’m a bit confused on where to actually start. there’s like a million tutorials and courses everywhere and i do..... More

Print this item

  How to export files from spyder to excel?
Posted by: kranklin - Aug-03-2025, 07:25 PM - Forum: General Coding Help - Replies (3)

Hello everyone, I'm currently working on my thesis and need to export the results of my case study from the Spyder API to Excel.
I'm using the Power ..... More


Attached Files
Print this item

  subprocess FileNotFoundError: [Errno 2] No such file or directory:
Posted by: Pedroski55 - Aug-03-2025, 12:45 AM - Forum: General Coding Help - Replies (11)

I am trying to convert emojis to svg images, using Python I got from git[url=https://python-forum.io/thread-45053.html]..... More

Print this item

  How to optimize the speed of processing large JSON files in Python without using too
Posted by: sophia2005 - Aug-02-2025, 08:41 AM - Forum: General Coding Help - Replies (3)

Hello everyone, I am processing very large JSON files (GB) in Python, but my RAM is limited, so I often run out of memory. Can everyone suggest a way ..... More

Print this item

  Python com PostgreSQL
Posted by: Anderson_Nup - Aug-01-2025, 06:38 PM - Forum: General Coding Help - No Replies

Olá, estou começando com Python e estou tendo dificuldades em fazer a conexão com o pscopg2 em meus exemplos de trabalho.
Poderiam me ajudar como res..... More


Attached Files

Thumbnail(s)
   
Print this item

  Multithreading - shared mutable data - GIL
Posted by: shortcut - Aug-01-2025, 08:28 AM - Forum: General Coding Help - Replies (9)

Hello.

Can the following code be considered threadsafe?
The important part for me is, if it could be considered threadsafe in future versions of P..... More

Print this item

  putting API results into a dataframe in Python
Posted by: tturner2304 - Jul-31-2025, 08:37 PM - Forum: General Coding Help - Replies (1)

i need some help. have got a part of a python script which accesses a url field in a sql database, and then calls an api based using the url in the fi..... More

Print this item

  Single run command?
Posted by: Tetralemma - Jul-31-2025, 02:03 AM - Forum: General Coding Help - Replies (2)

Hello. I am working on a code editor and I have a run button in the menu. I designed it for all languages (I've only added Python syntax highlighting ..... More

Print this item

  Know nothing about python need to generate pdf
Posted by: Borracha22 - Jul-29-2025, 03:49 PM - Forum: General Coding Help - Replies (11)

Can someone help with this? I just need to generate a stupid pdf I asked chat gpt to make and I'm researching for about two hours and I just can't fig..... More

Print this item

  cannot unpack non-iterable int object in urllib3/util/wait.py", line 85,
Posted by: ping_chen_ibm_us - Jul-29-2025, 12:59 PM - Forum: General Coding Help - Replies (2)

Hello, I Ping Chen with IBM. We run into a "cannot unpack non-iterable int object" error in:

File "/usr/lib/python3.9/site-packages/urllib3/util/wa..... More

Print this item

  Error running 'main'
Posted by: Siondonsen - Jul-29-2025, 04:07 AM - Forum: General Coding Help - Replies (1)

Error running 'main': Cannot run program "C:\Users\David Thomas\Desktop\pyton\venv\Scripts\python.exe" (in directory "C:\Users\David Thomas\Desktop\py..... More

Print this item

  ImportError: cannot import name 'NullHandler' from 'logging'
Posted by: sukanta80 - Jul-28-2025, 03:26 PM - Forum: General Coding Help - No Replies

Has anyone encountered this below error

 import boto3
[error]webserver | File "/usr/local/lib/python3.11/site-packages/bo..... More

Print this item

  Python obfuscation and encryption
Posted by: Troesma - Jul-28-2025, 02:52 PM - Forum: News and Discussions - No Replies

Hi everyone

New to the forum, but wanted to share something. In the course of developing a relatively complex Python app I came across the challenge ..... More

Print this item

  auto applying for jobs
Posted by: alextony85 - Jul-26-2025, 12:00 AM - Forum: General Coding Help - Replies (8)

hi all,

want to make a python script that does the below, just want to know if i can do all of this in python before i get going

google search f..... More

Print this item

  please help with image resizing and image transparency !
Posted by: magnus28 - Jul-25-2025, 08:55 PM - Forum: General Coding Help - Replies (6)

hello All

I'm using ChatGPT to help me make a program.

🔍 Tkinter Image Transparency & Resizing Issue (Catch-22 Situation)
We're building a cust..... More

Print this item

Question Key Logger
Posted by: Novaboxxx - Jul-25-2025, 02:42 AM - Forum: Homework - No Replies

Hey guys,

I am trying to create a keylogger that can get passwords too (was a challenge set by a mate). I currently have the Keylogger done, yet th..... More


Attached Files

.py   Key_Listener_Test.py (Size: 5.67 KB / Downloads: 60)
Print this item

  passing value from tkinter entry to create xml document
Posted by: iqbshaik - Jul-24-2025, 10:02 AM - Forum: GUI - Replies (7)

I have a below program. The problem is if i pull the text value from the tkinter entrybox "dbnameentry.get()" and pass it the create the root element ..... More

Print this item

  How to add Permanent Signature ?
Posted by: vmars316 - Jul-21-2025, 10:15 PM - Forum: Board - Replies (5)

How to add Permanent Signature (so I don't have to add it to each Post) ?
I don't see an option for it in Profile .
Thanks

Print this item

  veri kazıma
Posted by: fehmikonkur - Jul-20-2025, 07:51 AM - Forum: Web Scraping & Web Development - Replies (12)

merhabalar ben türkiye den bir konuda yardımınızı istiyorum dosya biraz büyük oldugundan uplad sitesine yüklemek zorunda kaldım
link https://dosya..... More

Print this item

  Post Body (for "Forum Usage Questions" section)
Posted by: hihi - Jul-20-2025, 06:17 AM - Forum: Board - No Replies

💬 Post Body:
The current post editor relies on users manually entering

...
tags to format code. This leads to common mistakes — miss..... More

Print this item

  None collapsing Tuple at 1 value nor need the , at 1 val
Posted by: hihi - Jul-20-2025, 03:24 AM - Forum: Code Review - No Replies

name: tup
description: Alternative for tuple that does not collapse nor need a comma when at 1 val and operates within guide lines of tuple. Inte..... More


Attached Files

.py   tupled.py (Size: 4.51 KB / Downloads: 0)
Print this item

  Label & OptionMenu widget not registered as dict keys
Posted by: slate - Jul-19-2025, 08:03 AM - Forum: GUI - Replies (2)

Currently making a financial tracking system, and ran into an issue with accessing 'item_category_optnmenu' and 'delitem_category_lbl' keys in a dicti..... More

Print this item

  Code stoped working
Posted by: OldMan57 - Jul-18-2025, 12:57 PM - Forum: News and Discussions - Replies (2)

Hello
I am new coding. I have a code that goes out to a particular web site to download png images. It has been work normal for about a year now. But..... More

Print this item

  gpiozero buttons stop working
Posted by: duckredbeard - Jul-15-2025, 01:48 PM - Forum: General Coding Help - Replies (7)

I have a Raspberry Pi 4 running a code that monitors several buttons. When a button is pressed or released, it does a requests post and prints two lin..... More

Print this item

  How to package code for different python environments
Posted by: mayukun - Jul-15-2025, 11:10 AM - Forum: General Coding Help - Replies (2)

I want to develop a toolkit that integrates image denoising algorithms, allowing users to select different algorithms to denoise images by themselves...... More

Print this item

  pip3 install certifi failing with timeouts
Posted by: rb9594 - Jul-15-2025, 02:12 AM - Forum: General Coding Help - Replies (1)

I am trying to complete final homework for Coursera Using Databases with Python.

Source code i was given to try to execute, line in red is throwing..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Convert Json to table for... 27 minutes ago python_student cc123 General Codin...
  re.split issue 1 hour ago paul18fr noisefloor General Codin...
  Backward compatibility qu... 4 hours ago yutaozhou noisefloor News and Disc...
  New to python and coding 8 hours ago lary_p lary_p Homework
  why is the image not show... Yesterday, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [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...
Most views
  The best Prog... 578915
  Tutorial Requ... 510134
  Web Scraping ... 441937
  Newbie with P... 385955
  New Users Int... 376734
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
cc123 Today
Jessicaadams Today
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday

User Panel Messages

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