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,988
» Latest member: markwood955
» Forum threads: 38,736
» Forum posts: 175,579

Full Statistics

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

Latest Threads
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 2
» Views: 69
Weird failure in Selenium
Forum: General Coding Help
Last Post: glestwid
7 hours ago
» Replies: 0
» Views: 39
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,529
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 88
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 196
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,046
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 460
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,088
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,164
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 845

 
  Weird failure in Selenium
Posted by: glestwid - 7 hours ago - Forum: General Coding Help - No Replies

Hi ,

I'm trying to run this script

[python]#!/usr/bin/env python3
from selenium import webdriver
from selenium.webdriver.common.by import By
..... More

Print this item

  print does not open console in Linux Mint
Posted by: Tycho_2025 - Yesterday, 04:30 PM - Forum: General Coding Help - Replies (2)

Dear forum members,

I use Linux Mint Cinnamon 22.2 with Python 3.12.3
I have this simple script myscripy.py:

[python]
#!/usr/bin/python
print..... More

Print this item

  create ocr to detect license plate
Posted by: bimosora - Yesterday, 07:20 AM - Forum: General Coding Help - Replies (2)

I tried to make a camera to detect license plates, this is what always happens
[output]2025-10-02 14:29:38,964 - __main__ - INFO - [Camera 16] Runnin..... More


Attached Files

.py   app.py (Size: 55.19 KB / Downloads: 5)
Print this item

Question Parse Markdown / get the plain text
Posted by: SpongeB0B - Oct-01-2025, 08:37 AM - Forum: General Coding Help - Replies (6)

Hi,

I would like to use markdown in a little Python program but first I don't understand the difference between those three packages

  1. [..... More

Print this item

  Integer Factorization Tool
Posted by: fosuwxb - Sep-29-2025, 04:45 PM - Forum: Code sharing - Replies (2)

We've developed an integer factorization tool that utilizes a "folding" approach. It features three modes:

1.Fold P:
.py   p_folding_factorization.py (Size: 18.77 KB / Downloads: 2)
2.Fol..... More


Attached Files

.py   pc_folding_factorization.py.py (Size: 21.98 KB / Downloads: 0)
.py   pc+p_folding_factorization.py (Size: 20.16 KB / Downloads: 1)
Print this item

  Comparing 2 100GB Drives/directories to see if they identical
Posted by: tester_V - Sep-28-2025, 03:44 AM - Forum: General Coding Help - Replies (8)

Greetings to those who work on Saturdays!
I’m tinkering with a small Python project and would love to hear your ideas or suggestions.
I'm going to ..... More

Print this item

  Unable to resolve FileNotFoundError
Posted by: llarkin6 - Sep-26-2025, 03:53 PM - Forum: General Coding Help - Replies (6)

Hello All,

I am very much so a novice to python and programming in general. I am attempting to use this data processing program that someone else w..... More

Print this item

  My goal to be hired working with Python
Posted by: GnomeSweetGnome - Sep-26-2025, 12:32 AM - Forum: News and Discussions - Replies (2)

Hello, I am a new programmer and am fascinated by this language of programming! I started with C and soon heard about python. Took one look and never ..... More

Print this item

  extracting data from a user-completed fillable pdf
Posted by: Perry - Sep-25-2025, 12:45 AM - Forum: General Coding Help - Replies (2)

Hello!

I'm hoping that someone here would perform a task for me that is over my head. Of course, I will pay for your service. Here's what I need:..... More

Print this item

  how to export a dictionary from a class
Posted by: RonR - Sep-24-2025, 09:21 PM - Forum: GUI - Replies (4)

I'm trying to convert an app from a top down program to classes and an having a hard time finding out how to export a dictionary to get something besi..... More

Print this item

  IBKR Purchasing code issue
Posted by: compuman145 - Sep-23-2025, 09:08 AM - Forum: General Coding Help - No Replies

Good morning all,


I'm in the middle of getting a bit of code together to make multiple trades using the bag method, this is what I've come up wit..... More

Print this item

  Is the interpreter that comes with Anaconda different?
Posted by: helendamdam - Sep-23-2025, 02:36 AM - Forum: General Coding Help - Replies (1)

So, I have anaconda installed on my OSX machine but have never used it. My experience with python has
been exclusively via PyCharm using 2.7.10 -- tod..... More

Print this item

  A coding beginner needs help
Posted by: Littlefish - Sep-22-2025, 02:34 AM - Forum: General Coding Help - Replies (2)

Could someone please help me understand what the problem is with the following code? Also, how to fix the problems please?

Thank you very very very..... More

Print this item

  Using a For Loop to subtract numbers from an input function.
Posted by: Anunderling - Sep-21-2025, 03:38 PM - Forum: General Coding Help - Replies (9)

I am new to programming, and I'm beginning with Python with an online course; progress, so far, has been well, but there is this exercise that I have ..... More

Print this item

  what does % stand for in an expression ?
Posted by: arbiel - Sep-19-2025, 01:08 PM - Forum: General Coding Help - Replies (4)

Hi
I found the following example in the python doc :

[python]from typing import NamedTuple
import re

class Token(NamedTuple):
type: str
..... More

Print this item

  C++ program embedding Python crashes when calling PyUnicode_AsUTF8
Posted by: Alexandros - Sep-18-2025, 01:27 PM - Forum: General Coding Help - Replies (4)

I'm embedding Python into an openFrameworks (https://openframeworks.cc/, a C++ toolkit for creative coding) program through the C/C++ embeddings of th..... More

Print this item

  datetime in SQL query.
Posted by: Dibbley - Sep-17-2025, 09:33 AM - Forum: General Coding Help - Replies (3)

Hi

I'm using the code below to import from an ODBC database. At the moment I'm hard-coding the dates, for example, I can't work out the syntax to ..... More

Print this item

  variable changing types for error?
Posted by: Azdaghost - Sep-15-2025, 05:06 PM - Forum: General Coding Help - Replies (1)

I was trying to debug this error in my code and I noticed something weird:
if I did the function as if the parameter was a string, it would tell me i..... More

Print this item

  looking for help
Posted by: Azdaghost - Sep-15-2025, 05:03 PM - Forum: Bar - No Replies

hello I am trying to make a game
I'm wondering if anyone want to help
thanks :)

Print this item

  Too much space between grid columns
Posted by: RonR - Sep-14-2025, 12:57 AM - Forum: GUI - Replies (4)

I just started with Tkinter and have done a weather screen using the Openweather API for my data. The issue I have is there is too much space between..... More


Attached Files

.pdf   WrptShot.pdf (Size: 67.89 KB / Downloads: 74)
.py   Wrpt_tk.py (Size: 12.23 KB / Downloads: 50)
Print this item

  data input while debugging causes unwanted code completion
Posted by: fred1232 - Sep-13-2025, 08:22 PM - Forum: General Coding Help - Replies (2)

I am a relatively inexperienced coder running python 3.13 using PyCharm 2025.1.3.1 (Community Edition). I am debugging the following code:
[python]de..... More

Print this item

Question New to the field
Posted by: Polybunny - Sep-13-2025, 01:31 AM - Forum: News and Discussions - Replies (1)

Hello all! I'm Polybunny. A bit about myself first, I've started and stopped learning how to code several different times over the last decade or so, ..... More

Print this item

Thumbs Up Select Python comment (#) [solved]
Posted by: SpongeB0B - Sep-12-2025, 11:16 AM - Forum: General Coding Help - Replies (7)

Hi,

I'm trying to select the Python comment (one line)

#comment example
I'm trying with the so call "Regular Expression" RegEx..... More

Print this item

  New to Python and Pygame
Posted by: JMcM - Sep-10-2025, 04:58 PM - Forum: Game Development - Replies (7)

Hello all. I'm new to Python and Pygame. Did some programming as a kid on Atari 8-bist BASIC, and in college on Pascal and C++, so, it's been a while...... More

Print this item

Question I'm trying to make a piece of code
Posted by: Alislugacool - Sep-10-2025, 02:27 PM - Forum: General Coding Help - Replies (5)

I'm a new coder trying to make an app which helps my friends we would like the app to count every time we do an attraction at a theme park by pressing..... More

Print this item

  Python and excel vba coding
Posted by: odiez - Sep-09-2025, 02:10 PM - Forum: General Coding Help - Replies (2)

I just want to find out, if this is possible to do, as I have tried and getting errors.

I have a excel file xlsm and and have python, html, js and ..... More


Attached Files

.html   register.html (Size: 34.02 KB / Downloads: 58)
.py   main.py (Size: 34.75 KB / Downloads: 45)
Print this item

  QGraphicsScene / QGraphicsView: Origin and Positive Values
Posted by: wabbity - Sep-08-2025, 04:31 AM - Forum: GUI - Replies (1)

Hi,

Is there a built-in way of setting 0,0 to the centre of the page?

Also is there a way to make positive Y go up instead of down?


* I'm g..... More

Print this item

  Draw an Arc, not a Wedge
Posted by: wabbity - Sep-08-2025, 01:13 AM - Forum: GUI - Replies (4)

Hi,
I'd like to NOT draw the arms of the wedge and just show an arc please!? (Using QGraphicsScene, QGraphicsView)

I'm using an ellipse, I believe th..... More

Print this item

  np.where on 3Darray => result remains a 3D array
Posted by: paul18fr - Sep-07-2025, 05:40 PM - Forum: Data Science - Replies (1)

Hi,

In the following test case, i'm looking for a way to extract rows from a 3D array, but i want that the results remains a 3D array; in othe..... More

Print this item

  pc+p_folding_factorization.py - Integer Factorization Tool
Posted by: fosuwxb - Sep-06-2025, 05:03 PM - Forum: Code sharing - No Replies

pc+p_folding_factorization.py - Integer Factorization Tool

Algorithm Core
This is an innovative large integer fac..... More


Attached Files

.py   pc+p_folding_factorization.py (Size: 20.16 KB / Downloads: 0)
Print this item

  Type text is incorrect.
Posted by: ammb - Sep-06-2025, 02:50 PM - Forum: GUI - Replies (1)

(tk , ttk.text or entry )
In both tkinter.text and entry, some words in the Myanmar Unicode text are incorrect. ? is displayed. For example, မောင်‌မေ..... More

Print this item

  403 error
Posted by: CaptainNewb - Sep-05-2025, 09:18 PM - Forum: Web Scraping & Web Development - Replies (11)

I was way off on this code!

Print this item

  Looking for constructive engagement, not just views
Posted by: decuser - Sep-05-2025, 02:54 PM - Forum: News and Discussions - No Replies

Hi all,

When I joined, I asked whether this forum was really a community. The response was basically, “look around and decide for yourself.” So I d..... More

Print this item

Question [SOLVED] Header to query Amazon?
Posted by: Winfried - Sep-05-2025, 01:06 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I'm trying to query Amazon but it fails although I'm using the header infos sent by my browser per ..... More

Print this item

Big Grin Python: The Documentary | An origin story
Posted by: paul18fr - Sep-05-2025, 07:14 AM - Forum: News and Discussions - Replies (2)

Hi

Maybe it has ever been post before about the story of python: youtube link

For the Cul..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  print does not open conso... 1 hour ago Tycho_2025 Pedroski55 General Codin...
  Weird failure in Selenium 7 hours ago glestwid glestwid General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
Most views
  The best Prog... 577470
  Tutorial Requ... 501287
  Web Scraping ... 441101
  Newbie with P... 385163
  New Users Int... 369875
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
markwood955 Yesterday
DerekGeel Yesterday
Tycho_2025 Yesterday
chikkamagalur Yesterday
Costa Yesterday

User Panel Messages

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