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,553
» Latest member: Spacecat300300
» Forum threads: 38,664
» Forum posts: 175,208

Full Statistics

Online Users
There are currently 199 online users.
» 1 Member(s) | 192 Guest(s)
Bing, Google, Baidu, Applebot, Yandex, snippsat

Latest Threads
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 5
» Views: 206
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
10 hours ago
» Replies: 2
» Views: 148
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 103
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,611
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 748
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,214
While loop is terminating...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:29 AM
» Replies: 3
» Views: 453
Custom Sorting List of Di...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:28 AM
» Replies: 3
» Views: 242
Unable to define function...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:26 AM
» Replies: 2
» Views: 103
RemoTe server operation w...
Forum: General Coding Help
Last Post: snippsat
Jul-14-2025, 10:14 AM
» Replies: 6
» Views: 715

 
  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

  Any tips to how to find out values?
Posted by: nevlindan - Apr-26-2023, 10:37 AM - Forum: General Coding Help - Replies (1)

Hello 😊

I am super new to python and can’t get around the below topic. Hope this is not a stupid question…

Would anybody have a tip how to do th..... More

Print this item

  Simple screen scrape is baffling me.
Posted by: monty024 - Apr-26-2023, 02:04 AM - Forum: Web Scraping & Web Development - Replies (1)

Greetings,

I am just learning to screen scrape using beautiful soup. I have been doing well so far, but thought I would make a simple script th..... More

Print this item

  trouble with semicolons
Posted by: Skaperen - Apr-25-2023, 07:18 PM - Forum: News and Discussions - Replies (6)

i'm still having trouble with semicolons. but it does not seem to be the spacing issue i previously thought it was. here is my latest example (avoid..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  gpiozero buttons stop wor... â–¼ 6 hours ago duckredbeard deanhystad General Codin...
  How to package code for d... â–¼ 10 hours ago 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
  Custom Sorting List of Di... â–¼ 07-15, 07:28 aryasinner walterliz Homework
  Unable to define function... â–¼ 07-15, 07:26 gmonroe walterliz Homework
  RemoTe server operation w... â–¼ 07-14, 10:14 mario17 snippsat General Codin...
  Qt Event Filtering â–¼ 07-14, 09:36 deanhystad deanhystad GUI
Most views
  The best Prog... 572714
  Tutorial Requ... 485779
  Web Scraping ... 437172
  Newbie with P... 380136
  Thread remain... 351392
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 6860
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Spacecat300300 Today
Dawinch Today
ShanePulse Today
augustuswest Today
Yuvaraju Today

User Panel Messages

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