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,242
» Latest member: johnsonlucas83
» Forum threads: 38,777
» Forum posts: 175,795

Full Statistics

Online Users
There are currently 54 online users.
» 1 Member(s) | 48 Guest(s)
Applebot, Bing, Google, AOL, buran

Latest Threads
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
8 hours ago
» Replies: 1
» Views: 50
Data Science
Forum: Data Science
Last Post: mamta25
9 hours ago
» Replies: 3
» Views: 2,577
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
Yesterday, 10:15 PM
» Replies: 1
» Views: 105
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 153
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 136
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 134
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,377
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,383
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 212

 
  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: 233)
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 (14)

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: 217)
.py   music_cog.py (Size: 5.15 KB / Downloads: 211)
.py   help_cog.py (Size: 1.25 KB / Downloads: 223)
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

  Trouble with installing python
Posted by: domingo251 - Sep-22-2023, 03:48 PM - Forum: General Coding Help - Replies (2)

I have a trouble with install python , i have windows 10 and two of my friends has 11 i can install it normally but when my friends trying nothing wor..... More

Print this item

  os.path.join() 'NoneType' confusion
Posted by: gowb0w - Sep-22-2023, 10:15 AM - Forum: General Coding Help - Replies (11)

Hi there !

this is an exercise to just save an audio file from a pdf. I want this file to be moved to a specific folder.

[python]
import pytt..... More

Print this item

  Generating accounting transactions data
Posted by: Emekadavid - Sep-22-2023, 09:00 AM - Forum: General Coding Help - No Replies

I was attempting to generate accounting transactions data for three years. I tried to use Faker but I got stuck at line 68:
"Date": fake.date_between..... More


Attached Files

.py   accounting_data.py (Size: 3.41 KB / Downloads: 209)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] print two differe... 8 hours ago Reema Gribouillis General Codin...
  Data Science 9 hours ago Oshadha mamta25 Data Science
  [Tkinter] I’m building a ... Yesterday, 22:15 tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
Most views
  The best Prog... 578736
  Tutorial Requ... 509445
  Web Scraping ... 441870
  Newbie with P... 385835
  New Users Int... 375377
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
johnsonlucas83 Today
ColorTig Today
AcoolPurpleOne1863 Today
racingsubby Today
Reema Today

User Panel Messages

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