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,464
» Latest member: EZEKIELGRAPHICSMEDIA
» Forum threads: 38,576
» Forum posts: 174,802

Full Statistics

Online Users
There are currently 495 online users.
» 0 Member(s) | 492 Guest(s)
Google, Bing, Yandex

Latest Threads
problems with netcdf if I...
Forum: General Coding Help
Last Post: Blaubart
50 minutes ago
» Replies: 16
» Views: 991
Return a string or byte o...
Forum: General Coding Help
Last Post: Calab
2 hours ago
» Replies: 4
» Views: 162
class Blockage not projec...
Forum: General Coding Help
Last Post: Azdaghost
3 hours ago
» Replies: 0
» Views: 30
Retired and Learning Pyth...
Forum: Code sharing
Last Post: BarbaraGonzalez
7 hours ago
» Replies: 1
» Views: 328
Pip help
Forum: General Coding Help
Last Post: Larz60+
10 hours ago
» Replies: 4
» Views: 315
Paste text with caret alr...
Forum: General Coding Help
Last Post: armorerratic
Today, 01:12 AM
» Replies: 2
» Views: 944
Library Management System
Forum: Homework
Last Post: deanhystad
Yesterday, 01:56 AM
» Replies: 1
» Views: 149
smbus.SMBus i2c code whic...
Forum: General Coding Help
Last Post: NewbyTyro
May-12-2025, 03:51 PM
» Replies: 2
» Views: 268
Why are the PythonT symli...
Forum: News and Discussions
Last Post: gernophil
May-12-2025, 08:10 AM
» Replies: 0
» Views: 130
Send SMS from my phone nu...
Forum: General Coding Help
Last Post: TheTechNexus
May-11-2025, 05:48 PM
» Replies: 4
» Views: 3,814

 
  Python & X10
Posted by: xytsrm - Sep-28-2023, 06:20 PM - Forum: General Coding Help - No Replies

I'm interesting in integrating python with an X10 installation package; I've found "python-x10" dated 2012 on Github that does install, but there no d..... More

Print this item

  Is there a way to call and focus any popup window outside of the main window app?
Posted by: Valjean - Sep-28-2023, 03:46 PM - Forum: General Coding Help - Replies (6)

Hi guys, I am trying to open a popup window when the user types something.

I read somewhere that Windows only allows you to focus a popup window i..... More

Print this item

  Python deployment
Posted by: David98 - Sep-28-2023, 12:56 PM - Forum: General Coding Help - Replies (3)

Hi guys,

I would like to ask for the process to deploy the Python script to the client's devices. I have a GUI application and a script, I want to ..... More

Print this item

  Basic Python Tutorial (Playlist)
Posted by: coffeejunkie34 - Sep-28-2023, 12:18 PM - Forum: Tutorial Requests and Submissions - No Replies

Hey,

while trying to improve my english skill i created this little tutorial about python basics :)

https://www.youtube.com/watch?v=owkewcihBDA&..... More

Print this item

  [PROBLEM] Removing IDLE from context menu
Posted by: WebSpider - Sep-28-2023, 09:32 AM - Forum: General Coding Help - Replies (1)

Hi to all. I have a problem. I have a MacBook (M1) with macOS Monterey (12.5.1).

I installed Python 3.11.5 yesterday. Then I removed all with a th..... More

Print this item

  Bulk loading of data using python
Posted by: shivamsvmsri - Sep-28-2023, 07:49 AM - Forum: General Coding Help - Replies (2)

I want to bulk load the data into snowflake warehouse using pandas. Please find whole requirement below:

1. I have source data in snowflake table. ..... More

Print this item

  How can prepare the modules when compiling python3.11?
Posted by: luofeiyu - Sep-27-2023, 11:18 PM - Forum: General Coding Help - Replies (1)

Compile python-3.11:

curl -O https://www.python.org/ftp/python/3.11.0...rc2.tar.xz
tar -xf Python-3.11.0rc2.tar.xz
cd Python-3.11.0rc2..... More

Print this item

Question PDF Manipulation
Posted by: 9156088686 - Sep-27-2023, 09:27 PM - Forum: General Coding Help - Replies (5)

Hi guys,

My goal is pretty simple: to split a PDF page 2/3 the way down and move the bottom third on top.

I've been trying multiple ways to figu..... More

Print this item

  How to insert Dashed Lines in between Rows of a tabulate output
Posted by: Mudassir1987 - Sep-27-2023, 10:06 AM - Forum: General Coding Help - No Replies

Hi Im trying to format my report in python as per SAS proc report output. the expected output is shown below
Any idea how can i insert 1.dashed lines..... More


Attached Files

Thumbnail(s)
   

.csv   RV1.csv (Size: 401 bytes / Downloads: 176)
Print this item

  __dict__ in math library
Posted by: akbarza - Sep-27-2023, 06:49 AM - Forum: General Coding Help - Replies (6)

hi
i saw that there is no "__dict__" in math library. namely:

import math
"__dict__ " in dir(math)
the result will be False. b..... More

Print this item

  problem in output of a function
Posted by: akbarza - Sep-27-2023, 06:34 AM - Forum: General Coding Help - Replies (9)

hi
the below code is in https://realpython.com/python-eval-function/ :
[python]def eval_expr..... More

Print this item

  python dictionary is that a bug ?
Posted by: rmangla - Sep-27-2023, 04:22 AM - Forum: General Coding Help - Replies (2)

"PLEASE IGNORE THIS POST....I MADE A MISTAKE I CAUGHT MY OWN ERROR"

I created below dictionary and then printed values for all the keys

d={0:0,1:1,2..... More

Print this item

  logging values from constantly updating CLI app
Posted by: imvirgo - Sep-27-2023, 04:10 AM - Forum: General Coding Help - Replies (1)

I use rclone to transfer large files to my cloud bucket. The upload command takes a flag that shows a constantly updating transfer speed readout in th..... More

Print this item

  HTML Decoder pandas dataframe column
Posted by: mbrown009 - Sep-27-2023, 12:02 AM - Forum: Data Science - Replies (3)

I am getting html that I want to decode. If I do it with an example it works but not with my pandas dataframe. Any suggestions?

[python] #!/usr/bi..... More

Print this item

  Cleaning my code to make it more efficient
Posted by: BSDevo - Sep-26-2023, 10:46 AM - Forum: General Coding Help - Replies (13)

Hi, as i`m new to python my code is not clean and not efficient and im looking towards faster performance while im loading my code.
Im using streamli..... More

Print this item

  Going through HTML table with selenium
Posted by: emont - Sep-26-2023, 12:39 AM - Forum: General Coding Help - Replies (3)

Hello Team,

I am trying to iterate through a webpage that contains a table, I am trying to access the first column of that table and then click on ..... More


Attached Files

Thumbnail(s)
   
Print this item

  how include a python code in notpad++ plugin
Posted by: akbarza - Sep-25-2023, 11:14 AM - Forum: General Coding Help - Replies (2)

hi
I wanted to draw a line in notpad++, so I searched Google for it.
in address: ..... More

Print this item

Question Answer for newbie, Sqlite3
Posted by: Froger - Sep-25-2023, 10:04 AM - Forum: Homework - Replies (2)

I made a discord bot on a task using plugins Sqlite3,Json,Disnake. But I got such an error as no such column: Speed. I searched for the problem on the..... More

Print this item

  Scapy Basics
Posted by: Shivi - Sep-25-2023, 07:37 AM - Forum: Networking - No Replies

Hello
I am new to Scapy and I am trying to play around with CAN and CANSocket in Scapy.
I want to extend CAN to CANXL. I do not know if this is poss..... More

Print this item

  Button to stop while loop from another script
Posted by: Absolutewind - Sep-24-2023, 07:55 PM - Forum: General Coding Help - Replies (5)

Hi, i have 2 script where one is the Gui i.e script A and another is an api call functions i.e script B.

As i import script B into script A and per..... More

Print this item

Lightbulb Python University Laboratory - Help
Posted by: camibaldessini - Sep-24-2023, 06:19 PM - Forum: Homework - Replies (2)

Hello, guys, how are you? My name is Cami and and I'm new to the coding community. I'm taking a course at the university and I have some problems with..... More

Print this item

  About command 'joblib.load'
Posted by: middlestudent - Sep-24-2023, 01:30 PM - Forum: General Coding Help - Replies (4)

Dear All,

I applied joblib.load command to access a pkl file (about 32 mb). The commands are as follows:

[python]import joblib
output = joblib..... More

Print this item

  Vlookup function in Pyhton
Posted by: antozas - Sep-24-2023, 11:10 AM - Forum: General Coding Help - Replies (1)

Hello Everyone,

I am user of excel and vey new to Python. My work involve with data comparison - bank statement and supplier statements sometimes ..... More

Print this item

  identify not white pixels in bmp
Posted by: flash77 - Sep-24-2023, 10:07 AM - Forum: General Coding Help - Replies (17)

Dear community,

I would like to find the pixels of an image that are different from white.
The position is not important; later I would like to de..... More

Print this item

  indentation in try/except
Posted by: Skaperen - Sep-24-2023, 01:25 AM - Forum: News and Discussions - Replies (2)

i coded a try/except clause and accidentally had a different indentation in the except part. i noticed this quickly but was not sure if it was allowe..... More

Print this item

  if hashable
Posted by: Skaperen - Sep-24-2023, 01:14 AM - Forum: News and Discussions - Replies (4)

a function is getting a value that is expected to be the key where another function stores an object into a dictionary, or replaces on there if it alr..... More

Print this item

  Python for Analysis of variance / Anova
Posted by: xxxlabradorxxx - Sep-24-2023, 12:45 AM - Forum: Data Science - Replies (1)

Hello, I have been trying to learn how to perform an ANOVA for a data table. I know how to do this in Excel, and I understand that using Excel for thi..... More


Attached Files

Thumbnail(s)
   

.txt   Aovapyton.txt (Size: 272 bytes / Downloads: 4)
.txt   datafilepython.txt (Size: 533 bytes / Downloads: 4)
Print this item

  Coroutine was never awaited error
Posted by: bucki - Sep-23-2023, 07:13 PM - Forum: General Coding Help - Replies (1)

Good evening,

I am currently trying to programm a discord music bot based on an 1-year-old tutorial. As seen below my code includes some coroutines..... More


Attached Files

Thumbnail(s)
   

.py   main.py (Size: 653 bytes / Downloads: 172)
.py   music_cog.py (Size: 5.15 KB / Downloads: 165)
.py   help_cog.py (Size: 1.25 KB / Downloads: 178)
Print this item

  No matter what I do I get back "List indices must be integers or slices, not list"
Posted by: Radical - Sep-23-2023, 05:22 PM - Forum: General Coding Help - Replies (4)

EDIT: Solved

I'm having an issue with my code, and Google seems to think it's a simple fix, but I've been trying the fixes and they aren't wor..... More

Print this item

  Can't stop keyboard listener to grab chars typed inside CTk window
Posted by: Valjean - Sep-23-2023, 03:16 PM - Forum: General Coding Help - Replies (9)

Hey guys, what I am trying to do is simple, but I don't know what am I doing wrong:

1. I have keyboard class capturing the keystrokes typed in back..... More

Print this item

  Where can I post about my WIP/finished project(s) to present?
Posted by: alp3rkum - Sep-23-2023, 01:57 PM - Forum: Board - Replies (2)

Hello guys, I'm new here. I'm a newly graduated Computer Science student from Turkey and Python is currently my favorite programming language.

I ha..... More

Print this item

  problem in using subprocess module
Posted by: akbarza - Sep-23-2023, 12:01 PM - Forum: General Coding Help - Replies (5)

hi
when i was reading the page https://realpython.com/pytho[url=https://python-forum.io/thread-40782.html]..... More

Print this item

  how to scrape page that works dynamicaly?
Posted by: samuelbachorik - Sep-23-2023, 10:30 AM - Forum: Web Scraping & Web Development - No Replies

SOLVED

Print this item

  Install error
Posted by: middlestudent - Sep-23-2023, 07:36 AM - Forum: General Coding Help - Replies (1)

Dear all,

Do you have any solution to the following intall error:

yuan@yuan-virtual-machine:~/smplx$ sudo python3 setup.py install
[sudo] passw..... More

Print this item

  Sending data from the form to DB
Posted by: quisatz - Sep-22-2023, 05:40 PM - Forum: General Coding Help - Replies (5)

Good morning.

One of the last stages of my project is a form selected from the menu - a program written in tkinter.
The form has three fields: nam..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  problems with netcdf if I... 50 minutes ago Blaubart Blaubart General Codin...
  Return a string or byte o... 2 hours ago Calab Calab General Codin...
  class Blockage not projec... 3 hours ago Azdaghost Azdaghost General Codin...
  Retired and Learning Pyth... 7 hours ago breacsealgaire BarbaraGonzalez Code sharing
  Pip help 10 hours ago meditek Larz60+ General Codin...
  Paste text with caret alr... Today, 01:12 Wehaveall armorerratic General Codin...
  Library Management System Yesterday, 01:56 annajoy deanhystad Homework
  smbus.SMBus i2c code whic... 05-12, 15:51 NewbyTyro NewbyTyro General Codin...
  Why are the PythonT symli... 05-12, 08:10 gernophil gernophil News and Disc...
  Send SMS from my phone nu... 05-11, 17:48 aster TheTechNexus General Codin...
  [SOLVED] [Beautiful Soup]... 05-11, 17:32 Winfried Winfried General Codin...
Most views
  The best Prog... 563270
  Tutorial Requ... 447513
  Web Scraping ... 428296
  Newbie with P... 362159
  Thread remain... 334776
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12050
buran 8169
snippsat 7324
deanhystad 6826
metulburr 5151
Top referrers
Googlepro 22
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
EZEKIELGRAPHICSMEDIA Today
BarbaraGonzalez Today
william224477 Today
ellena Today
armorerratic Today

User Panel Messages

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