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,394
» Latest member: braillescribe
» Forum threads: 38,822
» Forum posts: 176,021

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 34 Guest(s)
Bing, Google, Twitter, Mojeek

Latest Threads
Willing to pay for help w...
Forum: General Coding Help
Last Post: braillescribe
3 hours ago
» Replies: 2
» Views: 64
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 110
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 256
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,076
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,918
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 153
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 86
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 157
Looking for constructive ...
Forum: News and Discussions
Last Post: cecrease
Dec-24-2025, 03:16 AM
» Replies: 2
» Views: 1,299
Switching from batch proc...
Forum: GUI
Last Post: arbiel
Dec-23-2025, 09:38 PM
» Replies: 0
» Views: 120

 
  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

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Willing to pay for help w... â–¼ 3 hours ago braillescribe braillescribe General Codin...
  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...
  [PyQt] Switching from bat... â–¼ 12-23, 21:38 arbiel arbiel GUI
  Exploring Different Pytho... â–¼ 12-23, 13:01 girish_benvanshi ankitsharma32 News and Disc...
Most views
  The best Prog... 580386
  Tutorial Requ... 519260
  Web Scraping ... 442774
  Newbie with P... 386964
  New Users Int... 386365
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
braillescribe Yesterday
aurelio12282025 Yesterday
bejaminmaarleyo1374 Yesterday
taylorlitleoz476 Yesterday
desy845 Yesterday

User Panel Messages

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