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,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

Online Users
There are currently 49 online users.
» 1 Member(s) | 43 Guest(s)
Bing, Google, AOL, Applebot, betabyteon7Dip

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 4
» Views: 109
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 98
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 73
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 111
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,079
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 188
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,197
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443

 
  Dynamic pixel display
Posted by: jerryf - Mar-17-2023, 01:05 PM - Forum: General Coding Help - Replies (2)

I am developing a relatively simple program in Python to allow students to explore recurrence relations of the form x(n+1) = (1+b)F(xn) – bx(n-1). T..... More

Print this item

  Mapping a value to an interval
Posted by: JazonKuer - Mar-17-2023, 08:34 AM - Forum: General Coding Help - Replies (12)

Hi,

Let's say I have a variable coordinate=234321, and a variable scale=5000 (a constant, but should also be able to be e.g. 4000). Now, I want to tr..... More

Print this item

  Python script to verify Firmware option available in Device Manager
Posted by: rajithc - Mar-17-2023, 06:21 AM - Forum: News and Discussions - Replies (1)

Hi,
Any one familiar with python script to check Firmware option available or not in Device Manger.
I am not expecting python GUI Automation script...... More

Print this item

  Help replacing word in Mutiple files. (SOLVED)
Posted by: mm309d - Mar-17-2023, 04:38 AM - Forum: General Coding Help - No Replies

I'm learning Python and I need to replace this word "VELIVE9" with "VELIVE" in multiple files. I'm stuck.
I have tried different things but I can't g..... More

Print this item

  Python and DMX (aka, light controller)
Posted by: ScottAF - Mar-16-2023, 10:37 PM - Forum: General Coding Help - Replies (4)

Howdy, Everyone.

Formally, I'm a retired programmer. Informally, I still like to play so starting last summer began teaching myself Python.

Whe..... More

Print this item

  Trying something that may not be possible?
Posted by: fredep57 - Mar-16-2023, 09:02 PM - Forum: General Coding Help - Replies (8)

OK, buran helped my in another thread and I am immensely grateful.

Now I want to get the file names (including their path) on my hard drive. I hav..... More

Print this item

  Is there a reason to use Jupyter note when you have Jupyter Lab?
Posted by: JanOlvegg - Mar-16-2023, 07:20 PM - Forum: News and Discussions - Replies (2)

I notice that on certain projects, you can create a Jupyter Lab or a Jupyter notes. I was under the impression that both Jupyter Lab and Jupyter Note ..... More

Print this item

  Which card for machine learning?
Posted by: AndrzejB - Mar-16-2023, 12:46 PM - Forum: Bar - Replies (1)

I am planning to buy a computer. I use Linux Mint and often Python Which card will be good in this situation ? (speed , drivers etc)
RTX 3070,3080, 3..... More

Print this item

  write the password in the Terminal
Posted by: mohamed_touil - Mar-16-2023, 08:50 AM - Forum: General Coding Help - Replies (3)

Dear sirs ,

I'm new with python , but i have some backgroud in programming ,
i want to automate some task at work ,i'm using python 3 with linux o..... More

Print this item

  A Python library for audio and music analysis, feature extraction
Posted by: CMLab - Mar-16-2023, 03:26 AM - Forum: Code sharing - No Replies

Open source project:
https://github.com/libAudioFlux/audioFlux

AudioFlux is a library for au..... More

Print this item

  Read complete windows registry?
Posted by: fredep57 - Mar-15-2023, 06:24 PM - Forum: General Coding Help - Replies (3)

I am wanting to make a python app that reads the complete registry. I have looked online and cannot find any python extension, script or help that wi..... More

Print this item

  Sent email based on if condition
Posted by: stewietopg - Mar-15-2023, 08:17 AM - Forum: General Coding Help - Replies (1)

I have script which reads device info from database - IP, LOCATION and STATUS

First it checks if device has status "ACTIVE" if yes than it pings devi..... More

Print this item

  what's wrong? i know this is simple
Posted by: davidorlow - Mar-15-2023, 12:41 AM - Forum: General Coding Help - Replies (11)

Ok, I'm a struggling programmer. Dabbled in it for years and never get any better than a basic hello world programmer. LOL.

I'm trying to write a..... More

Print this item

  reduce nested for-loops
Posted by: Phaze90 - Mar-14-2023, 08:34 PM - Forum: General Coding Help - Replies (11)

Hi,

i have lots of "search"-loops which looks like this:
[code]
for b in a.list_of_bs:
for c in b.list_of_cs:
..... More

Print this item

  Reading data from excel file –> process it >>then write to another excel output file
Posted by: Jennifer_Jone - Mar-14-2023, 07:59 PM - Forum: General Coding Help - No Replies

Hello dear pythonians ,

I have an excel file which containers qr code each in separate line ( see photo attached)
I need to do some processing to ..... More


Attached Files

Thumbnail(s)
   
Print this item

  My Background Image Is Not Appearing (Python Tkinter)
Posted by: HailyMary - Mar-14-2023, 11:49 AM - Forum: GUI - Replies (2)

Hello, Can someone help me in Fixing the code below? I need to put image which is school.jpg as a background image in my Python GUI using Tkinter but ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Need help with
Posted by: hrp2030 - Mar-13-2023, 11:59 PM - Forum: General Coding Help - Replies (1)

Need help. trying to set below parameters with code listed below but throwing error. can you help me what is the correct syntax for condition listed b..... More

Print this item

  working with TLV module Object
Posted by: Jennifer_Jone - Mar-13-2023, 09:07 PM - Forum: General Coding Help - Replies (3)

Hello ,

I'm a python junior developer and I have a task to accomplish. I have a QR code which is made of TLV value encoded in base 64.

I have ..... More

Print this item

  Porting tests from R to Python (almost there)
Posted by: Alfalfa - Mar-13-2023, 06:33 PM - Forum: Data Science - Replies (1)

I'm porting some R scripts to Python. More specifically, Levene, Shapiro-Wilk, ANOVA, Kruskal-Wallis, Tukey HSD and Wilcoxon Rank Sum Test.

Most is d..... More

Print this item

  Getting "SSL client not supported by this Python installation" error
Posted by: prabirsarkar - Mar-13-2023, 05:01 PM - Forum: General Coding Help - No Replies

Hi,
I am using the SOAPpy module in my program which basically wants to create an incident ticket in ServiceNow using a Python web services client..... More

Print this item

Question Online calendar for booking.
Posted by: SpongeB0B - Mar-13-2023, 04:43 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi everyone,

I have a small website ( Flask powered ❤️).
I would like that peoples could see my a..... More

Print this item

Photo PySimpleGUI FilesBrowse enable event to update value in combo
Posted by: SamLiu - Mar-13-2023, 11:13 AM - Forum: GUI - Replies (2)

Hi All,

I wanted to update combo value dynamically, when browse file.The executed procedure as below:

1)click Browse button, select what you wan..... More

Print this item

  Higher or lower game
Posted by: SEWII - Mar-13-2023, 05:42 AM - Forum: Homework - Replies (17)

Assist in coding to create higher or lower game.
Display the screen to enter users name and showing a welcome 'banner'
After the user enters there ..... More

Print this item

  Question about Jupyter Notebook and its use cases
Posted by: JanOlvegg - Mar-13-2023, 05:21 AM - Forum: News and Discussions - Replies (1)

I am wondering the use cases of Jupyter notebook. It's not an IDE, though the newest version Jupyter Lab can serve as that role. It feels more like a ..... More

Print this item

  Weird ProcessPoolExecutor initializer behavior
Posted by: davetapley - Mar-12-2023, 08:54 PM - Forum: General Coding Help - Replies (2)

In the snippet below I demonstrate how passing an instance method to ProcessPoolExecutor's initializer argument results in the assignment being 'lost'..... More

Print this item

  how can I find this by tag, instead of XPATH?
Posted by: hfakoor2 - Mar-12-2023, 08:42 PM - Forum: Web Scraping & Web Development - Replies (3)

here is what I'm looking for:
[Image: I0vHOiOm]

I want the events under the content list class;
I use this XPATH template, and l..... More

Print this item

Star Pyserial not reading serial.readline fast enough while using AccelStepper on Arduino
Posted by: MartyTinker - Mar-12-2023, 05:30 PM - Forum: General Coding Help - Replies (4)

Hello,
New on this forum. Thank you for taking the time to read this post.

I am writing some Python code in VS Code using Pyserial 3.5. along with..... More


Attached Files

Thumbnail(s)
   

.txt   Arduino_Code.txt (Size: 2.92 KB / Downloads: 295)
Print this item

  How to check multiple columns value within range
Posted by: SamLiu - Mar-12-2023, 10:52 AM - Forum: General Coding Help - Replies (2)

Hi all,

The demo is wanted check multiple columns within range(filter out of range row) and pick up other columns.

when chosen one column that c..... More

Print this item

  Scraping div tags with selenium, need help
Posted by: hfakoor2 - Mar-12-2023, 07:34 AM - Forum: Web Scraping & Web Development - Replies (1)

I do not know how to scrape
<div data-type="events"


here:
[Image: m4T0pH4]



here's part of the the outer HTML
<div data..... More

Print this item

  Help ~ coding with pywinauto
Posted by: NickNHartley - Mar-12-2023, 07:17 AM - Forum: General Coding Help - Replies (1)

hi

i would like automate the windows task using pywinauto for my VPN

i am getting an issue to detect the element properly and access the elemen..... More

Print this item

Big Grin OCR again
Posted by: DPaul - Mar-12-2023, 07:11 AM - Forum: Bar - No Replies

Hi,
I am refining , = making more efficient, my programs for
OCR-ing Prayer Cards. I do not know what PCs look like in your countries,
but imagine ..... More

Print this item

  Is there a good book with an end-to-end project?
Posted by: hfakoor2 - Mar-11-2023, 10:56 PM - Forum: News and Discussions - Replies (3)

Hi all,

I hope this post is not beyond the questions guideline.
I'm currently learning Python, and I would like a book which goes from a project b..... More

Print this item

  snscrape
Posted by: pythonical - Mar-11-2023, 10:40 PM - Forum: General Coding Help - No Replies

I'm new to Python. I am trying the snscrape method to scan tweets and save them in tabular format. The code I found from a site works. Here my code: ..... More

Print this item

  [SOLVED] [BeautifulSoup] Why attribute not found?
Posted by: Winfried - Mar-11-2023, 07:33 PM - Forum: General Coding Help - No Replies

Hello,

I can't figure out why BS can't find the (first) element that holds the "latitude" attribute:

[python]for item in glob.glob("index.*"):
..... More

Print this item

  [split] new to python hello world code gives errors
Posted by: giobastidas1970 - Mar-10-2023, 10:44 PM - Forum: Homework - Replies (1)

Hola estoy comenzando con este programa de python llevo 2 dias tratando de colocar el primer hola mundo y todo me sale error, de verdad no entiendo y ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 5 hours ago Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578689
  Tutorial Requ... 509155
  Web Scraping ... 441842
  Newbie with P... 385796
  New Users Int... 375079
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07
EchoFlowar3Dip 11-07

User Panel Messages

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