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,933
» Latest member: Sterlin
» Forum threads: 38,721
» Forum posts: 175,503

Full Statistics

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

Latest Threads
Sports Betting Game Devel...
Forum: Game Development
Last Post: Sterlin
2 hours ago
» Replies: 0
» Views: 21
Too much space between gr...
Forum: GUI
Last Post: deanhystad
11 hours ago
» Replies: 3
» Views: 989
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 419
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,588
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,598
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 508
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 154
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,011
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,248
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 927

 
  threading native_id returning same value for all threads
Posted by: billykid999 - May-04-2023, 02:54 AM - Forum: General Coding Help - Replies (2)

So I'm running some code and trying to thread it. I'm getting se same propery_id/ object_id for each thread when I run it, which to me says the same..... More

Print this item

  Confusion with Sunrise and Sunset Output
Posted by: nikocabs - May-03-2023, 06:28 PM - Forum: Homework - Replies (1)

hello. i am confused with my sunrise and sunset coding because i think the output is wrong. the output was sunrise was in 12 pm and the sunset was in ..... More

Print this item

Information Showing trendline formula in a table per product
Posted by: Carlossxx - May-03-2023, 08:33 AM - Forum: General Coding Help - No Replies

Hi all,

I have a Python script running in Power BI desktop that shows a scatter plot with a exponential and linear trendline. Also it shows the formu..... More

Print this item

  add svg to 2 thread program and display tabel in GUI
Posted by: Nietzsche - May-03-2023, 06:33 AM - Forum: General Coding Help - Replies (5)

Hello,

at the moment my program show an GUI in a thread and in the other thread i get some data via BLE in an array. Now i want to display the dat..... More

Print this item

  Concurrent futures threading running at same speed as non-threading
Posted by: billykid999 - May-03-2023, 03:27 AM - Forum: General Coding Help - Replies (13)

I''m doing I/O reads from network devices using netmiko. using a threading context runs the exact same speed as non threading, I'm not sure if it is ..... More

Print this item

  Merge two functions to one
Posted by: SamLiu - May-03-2023, 03:07 AM - Forum: General Coding Help - Replies (4)

Hi all,
I want to compare with the limit and assign different text colors as below two functions.
How to merge two functions(compared_Sens & compare..... More

Print this item

  Python development environment
Posted by: standenman - May-03-2023, 02:28 AM - Forum: General Coding Help - Replies (3)

I am having horrible problems with using Python on my Windows machine. I want to try scispacy out and I cannot get it to install. I am wondering if ..... More

Print this item

  Difficulty with installation
Posted by: standenman - May-02-2023, 08:33 PM - Forum: General Coding Help - No Replies

I am having trouble with my python installation. i have installed python at C:\Users\stand\AppData\Local\Programs\Python\Python311\. I have an envir..... More

Print this item

  Difficulty with installation
Posted by: standenman - May-02-2023, 08:33 PM - Forum: General Coding Help - Replies (2)

I am having trouble with my python installation. i have installed python at C:\Users\stand\AppData\Local\Programs\Python\Python311\. I have an envir..... More

Print this item

Sad Regular Expressions - so close yet so far
Posted by: bigpapa - May-02-2023, 07:01 PM - Forum: General Coding Help - Replies (5)

Hi all,

So I have this code below that filters the weight column in a data frame. And I want to remove the : and ; in-front of the n..... More

Print this item

  Pytrends related querie & suggestion limitations
Posted by: cmg15326 - May-02-2023, 03:47 PM - Forum: General Coding Help - No Replies

Hey! So I learned that Pytrends has its limits regarding keywords that you can search and filter for. I also learned that you can bypass that with mul..... More

Print this item

  Read 2 Value with bleak via BLE notify from ESP32
Posted by: Nietzsche - May-02-2023, 12:16 PM - Forum: General Coding Help - Replies (7)

Hello, when I read out 2 characteristics via Bleak and BLE, via the command:

[python]async def notification_handler(sender, data, callback):
spo..... More

Print this item

  Initiating an attribute in a class __init__: question
Posted by: billykid999 - May-02-2023, 04:09 AM - Forum: General Coding Help - Replies (8)

When I write my below code everything works fine:
[python]class HardwareMaintenance:
info_dict = dict()
def __init__(self):
pass
..... More

Print this item

  openpyxl insert picture problem
Posted by: cools0607 - May-02-2023, 01:43 AM - Forum: General Coding Help - Replies (2)

I want to insert a picture into the Excel cell.
The image size needs to fit the cell (even the merged cell) border automatically.
I can find an exa..... More

Print this item

  How do I call sys.argv list inside a function, from the CLI?
Posted by: billykid999 - May-01-2023, 11:38 PM - Forum: General Coding Help - Replies (3)

So I wrote some code and it works fine but I am having issues passing in classes/functions from the command line.

Here's the code:
[python]
impor..... More

Print this item

  J2534 Python Can Bus merging
Posted by: natezoom - May-01-2023, 10:35 PM - Forum: General Coding Help - No Replies

I have a korlan usb2can device and I also have a j2534 device(programs use the dll to connect). I would like to connect both of these devices "togethe..... More

Print this item

  Pulling Specifics Words/Numbers from String
Posted by: bigpapa - May-01-2023, 06:43 PM - Forum: General Coding Help - Replies (2)

Hi There,

I know this may seem like a silly question because there might be 1000s of tutorials but I just can't quite figure it out.

I have a ..... More

Print this item

  Help with a regex? (solved)
Posted by: wrybread - May-01-2023, 02:57 AM - Forum: General Coding Help - Replies (3)

I'm trying to isolate the number in a filename that can look like these:

DJI_0991.MP4
DJI_0992 - testing.MP4

The pattern is that it always star..... More

Print this item

  When I hit the space bar from the home screen, it sends me to the game over screen
Posted by: JesusisKing - Apr-30-2023, 07:25 PM - Forum: Game Development - Replies (2)

ok, this is driving me nuts, i cant seem to figure out why when i press the space bar from the home screen, it sends me straight to the game over scre..... More

Print this item

  Curious about decorator syntax
Posted by: rjdegraff42 - Apr-30-2023, 01:58 PM - Forum: General Coding Help - Replies (14)

I'm curious as to the rationale behind the choice of decorator syntax for getters and setters. Take, for example:
[CODE]
@property
def prop..... More

Print this item

  Need some help with Pytrends
Posted by: cmg15326 - Apr-30-2023, 01:27 PM - Forum: General Coding Help - Replies (4)

Hey! Shy So I did set up Jupyter Lab and followed some tutorials on how to request data from Google Trends. Somehow I get an Error and I don't re..... More

Print this item

  Feeling pretty discouraged
Posted by: 357mag - Apr-29-2023, 08:39 PM - Forum: News and Discussions - Replies (3)

I have done some console programming in several languages like C++, Python, C#, and Java. Had fun with it but I feel like I'd like to start doing some..... More

Print this item

  Library error
Posted by: M53RX1 - Apr-29-2023, 03:19 AM - Forum: News and Discussions - Replies (14)

hello, i have a problem, i installed this library https://github.com/ValvePython/steam/discussions
but I keep getting this error as if this library ..... More

Print this item

  File path by adding various variables
Posted by: Mishal0488 - Apr-28-2023, 05:21 PM - Forum: General Coding Help - Replies (2)

Hi Guys

This may be a really simple issue which has stumped me.
The "FPath" variable has two back slashes at the end.
In the current setup the c..... More

Print this item

  OSError with SMPT script
Posted by: Milan - Apr-28-2023, 01:34 PM - Forum: General Coding Help - No Replies

Hello team,

I have the following code

[python]import smtplib

my_email = "fdsa@gmail.com"
password = "asdfasdf"
connection = smtplib.SMTP("smtp.gmai..... More

Print this item

  Insert 10gb csv files into sql table via python
Posted by: mg24 - Apr-28-2023, 09:33 AM - Forum: General Coding Help - Replies (2)

Hi Team,

I want to insert CSV Records into sql table via python,
my csv file size is 10 gb,
I found this code on google, Can you suggest better..... More

Print this item

  search an element in pandas series
Posted by: learningPython - Apr-27-2023, 11:24 PM - Forum: General Coding Help - Replies (5)

Good Morning !

I am tyring below code and expecting to get a boolean output 'True' for index B. But I am always getting false. I am trying to use p..... More

Print this item

  "Import" Help
Posted by: Chief816 - Apr-27-2023, 10:52 PM - Forum: Homework - Replies (2)

I'm currently taking a free online course on Python and I am admittedly a beginner in Python as well as coding in general, but I am having an issue th..... More

Print this item

  How to resolve version conflicts in Python?
Posted by: taeefnajib - Apr-27-2023, 08:37 PM - Forum: General Coding Help - No Replies

Hello Pythonistas!
This is my first post here. So I apologize if I made any mistake while posting this question. I have a project in Python 3.10 wher..... More

Print this item

  Delete strings from a list to create a new only number list
Posted by: Dvdscot - Apr-27-2023, 10:56 AM - Forum: General Coding Help - Replies (8)

Hello,

I am doing a Python training course and am stuck at this question:

Got a list:
Char_List = ['Bla', 'Blu', 10, 20, 30, 40]

Want to hav..... More

Print this item

  GPS Points to map for game/simulator
Posted by: AvgPlum - Apr-26-2023, 08:37 PM - Forum: Game Development - Replies (1)

Hi All,
I'm new to attempting any game development but been fooling about with pygame a bunch and seems pretty intuitive as I've got a decent program..... More

Print this item

  Questions regarding usage of pandas library
Posted by: Pala - Apr-26-2023, 04:59 PM - Forum: General Coding Help - Replies (5)

[python]import pandas as pd
import matplotlib.pyplot as plt
# Open the text file in read mode
for i in range(1, 801):
file_name = f"C:/Users/p..... More

Print this item

  Using subprocess to execute complex command with many arguments
Posted by: medatib531 - Apr-26-2023, 01:47 PM - Forum: General Coding Help - Replies (5)

I have a shell script that is as follows:

[code]LOAD_RRD=sysmon.rrd
DISK_RRD=disk.rrd
DISKTEMP_RRD=disktemp.rrd

rrdtool graph load1h.png \
..... More

Print this item

  Keyboard hotkeys
Posted by: purushothama2222 - Apr-26-2023, 12:02 PM - Forum: General Coding Help - Replies (4)

I wanted to assign right sided control key as a hotkey to a function using keyboard.add_hotkey, but unfortunately I am not finding specific code to as..... More

Print this item

  can't find libpHash
Posted by: flash77 - Apr-26-2023, 11:32 AM - Forum: General Coding Help - Replies (14)

Dear community,

I want to use the 3 pHash functions (ph_dct_imagehash, ph_image_digest and ph_mh_imagehash) to compare which fits best for me...
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Sports Betting Game Devel... 2 hours ago Sterlin Sterlin Game Developm...
  [Tkinter] Too much space ... 11 hours ago RonR deanhystad GUI
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 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... 575872
  Tutorial Requ... 497221
  Web Scraping ... 439866
  Newbie with P... 383588
  New Users Int... 365663
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 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Sterlin Today
krish12 Today
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15

User Panel Messages

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