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,934
» Latest member: XenonBlack
» Forum threads: 38,722
» Forum posts: 175,502

Full Statistics

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

Latest Threads
How Reliable Is Assignmen...
Forum: News and Discussions
Last Post: tobey12
2 hours ago
» Replies: 0
» Views: 26
Expert Guidance Made Easy...
Forum: General Coding Help
Last Post: Alex12
3 hours ago
» Replies: 0
» Views: 32
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
7 hours ago
» Replies: 1
» Views: 351
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,394
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,488
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 330
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 108
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,847
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,098
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 783

 
  what i would like to add to subprocess.Popen()
Posted by: Skaperen - Aug-21-2023, 08:07 PM - Forum: News and Discussions - Replies (8)

what i would like to add to subprocess.Popen():

something i often did when coding in C that is not convenient in Python is changin..... More

Print this item

  help with an exercise
Posted by: iiiik - Aug-21-2023, 02:33 PM - Forum: Homework - Replies (6)

I wanted to ask you about an exercise that tries to combine two columns in different excel sheets from python, that compares row by row if they are eq..... More

Print this item

  Help with conversion to exe
Posted by: MrJax - Aug-21-2023, 10:16 AM - Forum: General Coding Help - Replies (3)

Hello everyone,

I'm new to development. I tried coding a script that works perfectly fine using Python, but I need to convert it to an exe so that ..... More

Print this item

  Update label if there are no records in treeview
Posted by: TomasSanchexx - Aug-20-2023, 04:18 PM - Forum: GUI - Replies (1)

Hello good,

I am trying to add and subtract values from a treeview column.

So far so good, I show a label and it updates if I add another value ..... More

Print this item

  Matplotlib Version
Posted by: Aboutben - Aug-20-2023, 02:29 PM - Forum: General Coding Help - Replies (2)

I have written a Python code, and it's not working. It's likely due to the Matplotlib version. The following code should work with version 3.5, but it..... More

Print this item

  How to not open the context menu if a mouse gesture is executed?
Posted by: MicheliBarcello - Aug-20-2023, 01:00 PM - Forum: General Coding Help - Replies (2)

I have a program that is working, but it opens the context menu after simulating the commands. (That's because it's done with the right mouse button)...... More

Print this item

  [NEW CODER] TypeError: Object is not callable
Posted by: iwantyoursec - Aug-20-2023, 11:08 AM - Forum: General Coding Help - Replies (5)

Hello all,

I just started my Python journey a couple of days ago. I typed the following code exactly as shown in the book I'm reading, but it retur..... More


Attached Files

Thumbnail(s)
   
Print this item

  Why can't it extract the data from .txt well?
Posted by: Melcu54 - Aug-20-2023, 09:12 AM - Forum: General Coding Help - Replies (4)

Version 1. Very good. The dictionaries are compared, and the diacritics from the first dictionary are included in the output.

[python]
import tkin..... More

Print this item

  Reading a file name fron a folder on my desktop
Posted by: Fiona - Aug-19-2023, 07:34 PM - Forum: General Coding Help - Replies (4)

Hello.
Am currently learning python and Robotics,
uhm doing a simple process automation using selenium and python
kindly i need help on how i can re..... More

Print this item

  problem in using pyqrcode module to create QRcode
Posted by: akbarza - Aug-19-2023, 02:57 PM - Forum: General Coding Help - Replies (9)

hi
I wanted to create a QR code by Python using pyqrcode module.(I copied this code from elsewhere)
I entered the below code in idle in Python 3.11...... More

Print this item

  Copy List Not Copying
Posted by: BAbdulBaki - Aug-19-2023, 01:01 AM - Forum: General Coding Help - Replies (3)

This works:

A=[1]
B=A.copy()
print(B)
print(A)
print(B)
B.append(2)
print(B)
print(A)
print(B)
This does not:
[python]A=..... More

Print this item

  Help with chaos function
Posted by: dbrown8978 - Aug-18-2023, 11:14 PM - Forum: Homework - Replies (11)

Im taking a Intro to Programming Course for my Associate's in Computer Information Systems. The book im using is Python Programming, Intro to Computer..... More

Print this item

  CandleStick & MACD Indicator using plotly.graph_object
Posted by: bianca - Aug-18-2023, 06:46 PM - Forum: General Coding Help - No Replies

Hello!

I have a csv file with data about crypto symbol such as timestamp, open, high, low, close, volume and I wanna display a Candlestick with MAC..... More

Print this item

Sad MODBUS RS485 serial communication
Posted by: Vivek - Aug-18-2023, 09:14 AM - Forum: Data Science - Replies (1)

Hi all,

I'm trying to send a command to my sensor and get the response back, but I'm facing these problems:
i. The time elapsed between each recei..... More

Print this item

  pyside6 module not found
Posted by: ForeverNoob - Aug-18-2023, 07:56 AM - Forum: General Coding Help - Replies (4)

Hello,

I was writing a couple of programs under manjaro KDE. Now I've switched to ubuntu 23.04 and, when trying to run them, receive the following ..... More

Print this item

Smile Newsi free News API for python
Posted by: mohammedalaazaki - Aug-18-2023, 06:50 AM - Forum: Code sharing - Replies (1)

Overview
Free News library for python is able to fetch local news and category news in real time.

Please email mohammedal..... More

Print this item

Smile Newsi free News API for python
Posted by: mohammedalaazaki - Aug-18-2023, 06:48 AM - Forum: General Coding Help - No Replies

Overview
Free News library for python is able to fetch local news and category news in real time.

Please email mohammedal..... More

Print this item

  How to store columns of a .csv in variables (when the .csv has no headers) ?
Posted by: hobbyist - Aug-17-2023, 08:46 PM - Forum: General Coding Help - Replies (6)

Hello! I have a .csv file and by using the following code:

[python]
my_dataset = pandas_package.read_csv("MyMeasurements.csv")
my_dataset["date"]..... More

Print this item

  Error message about iid from RandomizedSearchCV
Posted by: Visiting - Aug-17-2023, 07:28 PM - Forum: General Coding Help - Replies (2)

Found another sample code for best parameter search from here:
..... More

Print this item

  Form that puts diacritics on the words in the text
Posted by: Melcu54 - Aug-17-2023, 04:11 PM - Forum: General Coding Help - Replies (13)

I made a code that must add diacritics to the text in the form. Python.

I also have two .txt files, dictionary.txt contains a phrase (a set of word..... More

Print this item

  Trying to us python.exe from our network to run scripts
Posted by: cubangt - Aug-17-2023, 04:10 PM - Forum: General Coding Help - Replies (3)

So now that i have finished a script, it works great on my local machine, but need to be able to run the script using the python.exe that they have pl..... More

Print this item

  Automation of GUI by python function
Posted by: dghosal - Aug-17-2023, 01:19 PM - Forum: General Coding Help - Replies (4)

Hello,
I need to find a way to automate a repetitive process in the GUI of our experimental setup. Some research suggested me to use 'Pyautogui' libr..... More

Print this item

  Filtering Data Frame, with another value
Posted by: NewBiee - Aug-17-2023, 09:09 AM - Forum: Data Science - Replies (9)

I have a data frame with three columns (Active, UserName, Role):

[quote]Active UserName Role
FALSE 945480 Invoice Viewer
FALSE 945480 Maintain In..... More

Print this item

  Clenaup CSV file
Posted by: IgorSh - Aug-17-2023, 07:40 AM - Forum: General Coding Help - Replies (1)

Hi all,

I have a CSV file with duplicat header rows, for example

ID Alias Model FXRate Class
ID Alias Model FXRate Class
UL18 test G..... More


Attached Files

Thumbnail(s)
   
Print this item

  Issue from RandomizedSearchCV
Posted by: Visiting - Aug-16-2023, 06:59 PM - Forum: General Coding Help - Replies (3)

I am trying to find best n_estimators for random forest, when running following script, got error message:
TypeError: 'ABCMeta' object is not subscri..... More

Print this item

  detect if two lines are crossing
Posted by: bast0s4 - Aug-16-2023, 02:48 PM - Forum: General Coding Help - Replies (2)

Hey
My project is to compute a racing line using mathematical functions
I want to know if my trajectory is staying inside the track limits or not (..... More


Attached Files

Thumbnail(s)
       
Print this item

  Hard time trying to figure out the difference between two strings
Posted by: carecavoador - Aug-16-2023, 02:21 PM - Forum: General Coding Help - Replies (2)

Greetings, fellow pythonistas.

Considering I have the following filenames:
[python]
filenames = [
"BCY0649_PURANATTA_120X90MM__ Cyan.tif"
"BC..... More

Print this item

  send function output from one py file to another (OOP)
Posted by: lunacy90 - Aug-15-2023, 09:23 PM - Forum: GUI - Replies (15)

Basically im trying to send an optionemenu selected item from one py file to another while using OOP. The problem is the class first gets initialized ..... More

Print this item

  Installing python packages in a virtual environment
Posted by: Led_Zeppelin - Aug-15-2023, 06:30 PM - Forum: General Coding Help - Replies (1)

I will ask question again since I did not see it post.

1. I create a virtual environment.

2. I installed some packages by command line. pip ins..... More

Print this item

  coding a loot generator
Posted by: matt1984 - Aug-14-2023, 10:22 PM - Forum: General Coding Help - Replies (1)

Hi everybody,

I play rpg game and i want to make a loot generator
I write this, i want when i random "parchemins" i import random for a new liste...... More

Print this item

  Can you recommend me a vps that will run api python code?
Posted by: SuchUmami - Aug-14-2023, 02:58 PM - Forum: News and Discussions - Replies (2)

Please can you recommend me a vps that will run api type python code.

Print this item

  Learn & Earn!
Posted by: joshsolisb - Aug-14-2023, 01:10 PM - Forum: Jobs - Replies (7)

I am needing to know if anyone can help me find a Python entry-level job where i can learn from scratch and earn income at the same time?

Print this item

  How to set PYTHONPATH in Visual Studio Code?
Posted by: aupres - Aug-14-2023, 10:17 AM - Forum: General Coding Help - Replies (5)

Hello!
Belows are my dev environment,

[python]OS : Windows 11
python : Anaconda3
Apache Spark : 3.4.1
IDE : Visual Studio Code 1.18.1[/python..... More

Print this item

  Run python app on IIS web server
Posted by: adevendr - Aug-14-2023, 08:22 AM - Forum: General Coding Help - Replies (1)

Hi Experts ,

first of all ,I'm new to python environment and created a python app having GUI (tkinter) in it , but i'm not sure how can I deploy..... More

Print this item

  Name of USB device on Anodrid
Posted by: frohr - Aug-14-2023, 06:36 AM - Forum: General Coding Help - No Replies

I have my Python app using in Windows but I am interesting if is possible to run it on Android phone. My app is about 1600 lines of code, I collect da..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How Reliable Is Assignmen... 2 hours ago tobey12 tobey12 News and Disc...
  Expert Guidance Made Easy... 3 hours ago Alex12 Alex12 General Codin...
  Another app idea - intera... 7 hours ago decuser Lenowell News and Disc...
  403 Error Yesterday, 20:58 CaptainNewb snippsat Web Scraping ...
  real community Yesterday, 20:16 decuser decuser News and Disc...
  variable changing types f... Yesterday, 18:45 Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575801
  Tutorial Requ... 497046
  Web Scraping ... 439813
  Newbie with P... 383506
  New Users Int... 365328
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+ 12087
buran 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
XenonBlack Today
tobey12 Today
Alex12 Today
Lenowell Today
luisshulez6883 Yesterday

User Panel Messages

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