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,397
» Latest member: MaxTranslate
» Forum threads: 38,822
» Forum posts: 176,026

Full Statistics

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

Latest Threads
Struggles I Faced While E...
Forum: Code Review
Last Post: MaxTranslate
28 minutes ago
» Replies: 2
» Views: 4,576
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
9 hours ago
» Replies: 4
» Views: 142
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
10 hours ago
» Replies: 7
» Views: 3,580
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 139
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 279
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,093
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,945
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 171
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 101
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 171

 
  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

  executable for mac
Posted by: DPaul - Aug-14-2023, 05:58 AM - Forum: Bar - Replies (2)

Hi,
An app that has been developed for windows,
has attracted the interest of some mac users (yes they exist!)

Instead of doing pyinstaller ... etc,..... More

Print this item

Bug tkinter.TclError: bad window path name "!button"
Posted by: V1ber - Aug-14-2023, 01:08 AM - Forum: General Coding Help - Replies (2)

So, I was searching for a way to ask my girl out and I found this really cool code on Instagram and copied it. But it just doesnt work correctly, the ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Struggles I Faced While E... 28 minutes ago baffa_dbt MaxTranslate Code Review
  Willing to pay for help w... 9 hours ago braillescribe noisefloor General Codin...
  Create dataframe from the... 10 hours ago Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
Most views
  The best Prog... 580405
  Tutorial Requ... 519444
  Web Scraping ... 442778
  Newbie with P... 386978
  New Users Int... 386462
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MaxTranslate Today
pizofreude Today
RockHound_Z12 Today
braillescribe Yesterday
aurelio12282025 Yesterday

User Panel Messages

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