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,566
» Latest member: SagarSwag
» Forum threads: 38,665
» Forum posts: 175,215

Full Statistics

Online Users
There are currently 273 online users.
» 0 Member(s) | 266 Guest(s)
Apple, Bing, Baidu, Mojeek

Latest Threads
ASCII-Codec in Python3 [S...
Forum: General Coding Help
Last Post: SagarSwag
3 hours ago
» Replies: 5
» Views: 10,373
How scan all ips from mai...
Forum: Networking
Last Post: MaahirThomas
Yesterday, 07:09 PM
» Replies: 2
» Views: 387
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:10 PM
» Replies: 7
» Views: 396
Code stoped working
Forum: News and Discussions
Last Post: Axel_Erfurt
Yesterday, 01:16 PM
» Replies: 1
» Views: 88
Made my first Python prog...
Forum: Game Development
Last Post: Ricky1178
Jul-17-2025, 11:12 PM
» Replies: 8
» Views: 10,682
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
Jul-17-2025, 11:36 AM
» Replies: 2
» Views: 201
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 148
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,903
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 770
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,225

 
  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

  Doubt approach update 2 Treeview at the same time
Posted by: TomasSanchexx - Aug-13-2023, 07:39 PM - Forum: GUI - Replies (7)

Hello,

I would like some guidance on a question / problem I have.

I'm doing a task that consists of an inventory system, things so far very well..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  ASCII-Codec in Python3 [S... 3 hours ago AlphaInc SagarSwag General Codin...
  How scan all ips from mai... Yesterday, 19:09 ramin_malek MaahirThomas Networking
  gpiozero buttons stop wor... Yesterday, 15:10 duckredbeard deanhystad General Codin...
  Code stoped working Yesterday, 13:16 OldMan57 Axel_Erfurt News and Disc...
  [PyGame] Made my first Py... 07-17, 23:12 andrerocha1998 Ricky1178 Game Developm...
  How to package code for d... 07-17, 11:36 mayukun snippsat General Codin...
  pip3 install certifi fail... 07-15, 08:52 rb9594 Pedroski55 General Codin...
  My first python game : Ti... 07-15, 07:45 ForsakenDusk walterliz Game Developm...
  A penny doubled every day... 07-15, 07:35 esoyboy walterliz Homework
  Exercise on reading a chu... 07-15, 07:31 Nit_Picker walterliz Homework
  While loop is terminating... 07-15, 07:29 jumpsworthnow walterliz Homework
Most views
  The best Prog... 572742
  Tutorial Requ... 485815
  Web Scraping ... 437191
  Newbie with P... 380176
  Thread remain... 351404
Most reputation
buran 581
snippsat 507
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+ 12072
buran 8174
snippsat 7353
deanhystad 6861
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SagarSwag Today
Valentino_lmao Today
OLaneled Today
johnstevens Yesterday
MaahirThomas Yesterday

User Panel Messages

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