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,235
» Latest member: Alfredd
» Forum threads: 38,776
» Forum posts: 175,790

Full Statistics

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

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

 
  Priority Queue with update functionality
Posted by: PythonNewbee - Dec-29-2022, 05:09 AM - Forum: General Coding Help - Replies (4)

I'm trying to implement a priority queue which allows me to update details of items already in queue.
I found a simple implementation in the Python d..... More

Print this item

Bug Works In Pycharm, Tons of problems after EXE
Posted by: chob_thomas - Dec-29-2022, 04:12 AM - Forum: General Coding Help - Replies (3)

Im using two .py files to accomplish the task of converting pdfs to tables then saving them into an excel sheet.
Everything works as it should when r..... More

Print this item

Question How to print directory files (& timestamps)
Posted by: chatguy - Dec-29-2022, 12:08 AM - Forum: Homework - Replies (3)

Please pardon my simple question (Unfortunately Google searches haven't been much luck)

With Python, how do I print all files in a directory where:..... More

Print this item

Question Best Python course (internet or better software) for a unknowing. If possible German.
Posted by: Tobias_Claren - Dec-28-2022, 08:31 PM - Forum: News and Discussions - Replies (3)

Hello.

I hope this fits best in this forum, and not in "Tutorials".

I am looking for the best learning material for Python.
Gladly interactive...... More

Print this item

  Loop Video with OMXPlayer and omxplayer-wrapper
Posted by: uh60pin - Dec-28-2022, 04:32 PM - Forum: General Coding Help - Replies (3)

Hello,

I am using the following code to play a video using a button press. It is set up so that the video starts playing when the button is pressed, ..... More

Print this item

  Help with creating loops and Iterations for ISO Weeks
Posted by: abecruz92 - Dec-28-2022, 02:52 PM - Forum: Homework - Replies (1)

Hi There.
Please see the attatchment "Py Question" to view my dataset.

Question 1
In Column C (Rating on the first day of the week
I wan..... More


Attached Files

Thumbnail(s)
   
Print this item

Information Web-scraping, multiple webpages
Posted by: Pabloty92 - Dec-28-2022, 12:55 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello there,

I'm a newbie and still learning python and I have some problem with my scraping code. Namely, I would like to scrap data from 273 page..... More

Print this item

  Name not found in response json
Posted by: NewbiePyt - Dec-28-2022, 09:47 AM - Forum: General Coding Help - Replies (4)

HI,

Newbie here.
Not sure whats wrong with this code.
If anyone could help.
Basically what i want is, once entered a name of a selection I would lik..... More


Attached Files

Thumbnail(s)
   
Print this item

  [Solved] Import syntax
Posted by: SpongeB0B - Dec-28-2022, 06:46 AM - Forum: General Coding Help - Replies (1)

Hi everyone,

on https://docs.python.org/3/library/concur...or-example

we can see [inline]import concurrent.futur..... More

Print this item

  String replacement in DB
Posted by: WJSwan - Dec-28-2022, 05:22 AM - Forum: General Coding Help - No Replies

I have two SQLite3 databases each with one table:
Database: MyModule.db has a table "content"
CREATE TABLE "content" (
"topic_id" integer,..... More

Print this item

  What colon (:) in Python mean in this case?
Posted by: Yapwc - Dec-28-2022, 04:20 AM - Forum: General Coding Help - Replies (4)

As shown below, may anyone help to explain what does the x: int and y: int does in the point class? Source code from [here](https://docs.python.or..... More

Print this item

  Trying to extract style attribute with BeautifulSoup
Posted by: knight2000 - Dec-28-2022, 02:22 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello all,

In practising some simple web scraping using Requests and BeautifulSoup, I've come across a challenge I haven't tried before and after s..... More

Print this item

  How to continuously receive messages until specified to stop using Bleak
Posted by: jacobbreen25 - Dec-27-2022, 10:35 PM - Forum: General Coding Help - Replies (3)

I am trying to make a program that receives data from a bluetooth device until you press a button to make it stop. I attempted to use start_notify how..... More

Print this item

  Constraint function
Posted by: tman - Dec-27-2022, 08:48 AM - Forum: Homework - Replies (4)

I need to code this function out; it’s subject to the following constraints.


e[k+1] = t*e[k+1] + eta_c*p_c[k] -p_d[k]/eta_c. (1)

p_c[k]*p_d..... More

Print this item

  Create a function vector
Posted by: Cooketaker - Dec-27-2022, 01:42 AM - Forum: Data Science - Replies (4)

I want to create a function that is modified with a loop and then I can call those different functions from a function vector.
The function to be mod..... More

Print this item

  selenium. xpath error
Posted by: 3lnyn0 - Dec-26-2022, 12:19 PM - Forum: General Coding Help - Replies (1)

Hi! why does't it click on the 'agree' button?

[python]from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
fr..... More

Print this item

  Pygame Pong
Posted by: menator01 - Dec-26-2022, 06:48 AM - Forum: Code sharing - No Replies

My attempt at a pong game. To play you will need to change the Human variable to True on line 156 and you will need to correct the path for the image ..... More

Print this item

  Tkinterweb (Browser Module) Appending/Adding Additional HTML to a HTML Table Row
Posted by: AaronCatolico1 - Dec-25-2022, 06:28 PM - Forum: General Coding Help - No Replies

I'm trying to figure out a way to append additional rows to a html table using the '..... More

Print this item

Information How to take url in telegram bot user input and put it as an argument in a function?
Posted by: askfriends - Dec-25-2022, 03:00 PM - Forum: General Coding Help - No Replies

hi;
Im new to python and telegram bot thing.
So i have created a python script using some library to bypass ad links, which takes url by using /bypa..... More

Print this item

  Find duplicate files in multiple directories
Posted by: Pavel_47 - Dec-25-2022, 02:32 PM - Forum: General Coding Help - Replies (9)

Hello,

This snippet allows to find duplicate files in multiple directories and count the number of duplicates.
[python]import os

dir1 = '/...pa..... More

Print this item

  Problem with print variable in print.cell (fpdf)
Posted by: muconi - Dec-25-2022, 02:24 PM - Forum: General Coding Help - No Replies

Hi, i have problem with printing result from some simple example in pdf file?
pdf.cell(200, 10, "Nesto stampam" + c_string, 1, 0)

[python]i..... More

Print this item

  AttributeError
Posted by: Calli - Dec-25-2022, 07:28 AM - Forum: General Coding Help - Replies (2)

[python]
import unrar

# Open the RAR3 file
rar = unrar.RarFile('hash.rar')

# Get the password hash of the RAR3 file
password_hash = rar.password_has..... More

Print this item

  Killed
Posted by: Calli - Dec-25-2022, 07:23 AM - Forum: General Coding Help - Replies (1)

While running the program it simply gives the output "Killed" why is it and how can I solve this?

[python]
import hashlib

# Open the RAR3 file..... More

Print this item

  [ERROR] ParamValidationError: Parameter validation failed: Invalid type for parameter
Posted by: gdbengo - Dec-25-2022, 03:43 AM - Forum: General Coding Help - Replies (3)

Hello to All! I hope someone could help figure out how to get this one working. I have a AWS Lambda function that is triggered by a json fill upload t..... More

Print this item

Question Question about working with dictionaries
Posted by: Ashcora - Dec-24-2022, 09:24 AM - Forum: General Coding Help - Replies (13)

Hello forum,

I am having the current hurdle working with dictionaries.
Concrete: I am trying to add variable amounts of components to a JIRA issue.

..... More

Print this item

  pandas df inside a df question
Posted by: mbaker_wv - Dec-24-2022, 02:52 AM - Forum: Data Science - Replies (4)

hello

here is my initial code

[python]
# Parse the input CSV file
df = pd.read_csv('employees.csv')

# Filter out employees who have not tak..... More

Print this item

  How to extract links from grid located on webpage
Posted by: Pavel_47 - Dec-23-2022, 07:06 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello,

How to extract links from this url:
Une sélection de concerts électroniques [url=https://python-forum.io/thread-39042.html]..... More

Print this item

  Big O runtime nested for loop and append
Posted by: yarinsh - Dec-23-2022, 04:12 PM - Forum: General Coding Help - Replies (4)

Hello, after an argumant I would like to get answer from people who know about that bigO

What is the runtime big O for this code?

I think this i..... More


Attached Files

Thumbnail(s)
   
Print this item

  help me to make my password list in python >>>
Posted by: Oktay34riza - Dec-23-2022, 12:38 PM - Forum: General Coding Help - No Replies

hii am new here

i want to make my own password listbut i have some problems

i write this

"""Start
[python]
import itertools

names= ["sus..... More

Print this item

Lightbulb topoplot eeg
Posted by: taothao120 - Dec-23-2022, 11:43 AM - Forum: Homework - Replies (1)

I want to plot heatmap eeg in the same distance divider, how can i do it?
for example, i want to plot data and data1 (below) in the same distance div..... More

Print this item

  How to Access an API
Posted by: TheGr8Schwazoli - Dec-23-2022, 11:29 AM - Forum: News and Discussions - Replies (4)

I'm new to Python ...

I have an API I need access to but I cannot find any documentation on how to do the coding to get access. I have searched al..... More

Print this item

  merging rows
Posted by: arvin - Dec-23-2022, 10:26 AM - Forum: General Coding Help - Replies (2)

I want to merge/join the values of 2 rows.

Below is the original document:-
[Image: input.png]

I want:-
[img]h..... More

Print this item

Heart Simple Task paying in BTC
Posted by: Calli - Dec-23-2022, 09:36 AM - Forum: Jobs - Replies (3)

Looking for someone who can do the coding for me on a given task please DM me for more details paying 50$ for every small task

Print this item

  Is Python Good for GUI Desktop Application?
Posted by: praveencqr - Dec-23-2022, 07:02 AM - Forum: News and Discussions - No Replies

I would like to create a commercial desktop application using Python. I've heard C++ is the best option for creating secured desktop apps. For Saas, w..... More

Print this item

  Issue w/ "With Open"
Posted by: vman44 - Dec-23-2022, 06:59 AM - Forum: General Coding Help - Replies (3)

Hi,

I'm using code, similar to this:

[python]
with open(dbfileA, 'a') as writer:
for in_val in userinputs:
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 2 hours ago Alfredd noisefloor General Codin...
  Backward compatibility qu... 5 hours ago yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... Yesterday, 19:29 tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... Yesterday, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... Yesterday, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... Yesterday, 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... 578667
  Tutorial Requ... 509038
  Web Scraping ... 441833
  Newbie with P... 385779
  New Users Int... 375007
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
Alfredd Today
clayote Today
yutaozhou Yesterday
EchoFlowar3Dip Yesterday
ironwolfan7Dip Yesterday

User Panel Messages

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