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,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,819

Full Statistics

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

Latest Threads
New to python and coding
Forum: Homework
Last Post: jefsummers
26 minutes ago
» Replies: 4
» Views: 98
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 6
» Views: 163
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 300
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 271
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 101
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,619
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 201
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 185
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,172
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,421

 
  To fetch and iterate data from CSV file using python
Posted by: vyom1109 - Aug-05-2024, 07:55 AM - Forum: General Coding Help - Replies (3)

Hi All,

Greetings!!!

I am new to coding and in python and hence need support to resolve following problem statement

[b]The problem statement..... More

Print this item

  Best way to create ladder like dataframe using python
Posted by: vivan - Aug-05-2024, 03:17 AM - Forum: News and Discussions - Replies (2)

I have a list of dataframes:

[python]data1 = {'rec_number': [1, 2, ,3 ,4, 5, 6]}
data2 = {'rec_number': [1, 2, ,3 ,4, 5, 6, 7, 8]}
data3 = {'rec_..... More

Print this item

  [solved] how to delete the 10 first lines of an ascii file
Posted by: paul18fr - Aug-04-2024, 08:55 PM - Forum: General Coding Help - Replies (7)

Hi,

It's a general (funny?) question: how can we delete the 10 first lines of an ascii file, and save it, using a minimum of memory ([inline]readli..... More

Print this item

  Errors and warning in Flask
Posted by: yogeshhooda - Aug-04-2024, 12:01 PM - Forum: General Coding Help - Replies (1)

Hi I want to create a website using Flask but I am not a developer, I am from networking line, I have created the website with the help of chat GPT, b..... More


Attached Files

Thumbnail(s)
   
Print this item

  header files (python3-dev)
Posted by: ZZBBD - Aug-04-2024, 05:34 AM - Forum: Data Science - Replies (3)

Hi everyone, I found a requirement in a github project: "In order to work with the python library, you need: header files (python3-dev)" I would like ..... More

Print this item

  how to correctly set duration of video clips to merge?
Posted by: oxidian - Aug-03-2024, 05:30 PM - Forum: General Coding Help - Replies (1)

Hello I have written a program to create video from audio and two images in the moment. The video with audio can be created, but I don't manage to dis..... More

Print this item

  get Python working
Posted by: Pedroski55 - Aug-03-2024, 01:39 PM - Forum: General Coding Help - Replies (3)

I drowned my laptop with a glass of water! Everything dead!

So I bought a new laptop. It is taking a while to get it set up.

I installed pip, th..... More

Print this item

  PDFminer outputs unreadable text during conversion from PDF to TXT
Posted by: Gromila131 - Aug-03-2024, 07:25 AM - Forum: General Coding Help - Replies (6)

Need to convert text from PDF to TXT. Trying to do it via pdfminer. Tried other libraries. But all unsuccessfully. How can I solve this problem
[pyth..... More


Attached Files

.pdf   a.pdf (Size: 91.02 KB / Downloads: 218)
.txt   a.txt (Size: 15.3 KB / Downloads: 188)
Print this item

  Test thread post
Posted by: oxidian - Aug-03-2024, 06:58 AM - Forum: Bar - No Replies

Test post to be delete Angel

Print this item

  I'm trying to merge 2 .csv files with no joy!
Posted by: Sick_Stigma - Aug-02-2024, 03:38 PM - Forum: General Coding Help - Replies (3)

I have two Excel .csv workbooks;
"C:\Users\Sick\Activities.csv" which holds years of data
"C:\Users\Sick\report.csv" which is a daily download of th..... More

Print this item

  scan network and grab details of hosts found
Posted by: robertkwild - Aug-02-2024, 10:39 AM - Forum: General Coding Help - Replies (5)

hi all,

is there a python tool like nmap/arp that gets all the info of hosts like

ip
mac
make/model
serial/part number
hostname
OS name

..... More

Print this item

  final web password form
Posted by: robertkwild - Aug-02-2024, 09:33 AM - Forum: General Coding Help - Replies (1)

hi all,

just want to share my final version of my flask-wtf web password form as im going to be working on a new project for myself

password.py..... More

Print this item

  how to center askstring tkinter
Posted by: ruddlev - Aug-01-2024, 03:16 PM - Forum: General Coding Help - Replies (4)

Hello, im fairly new to Tkinter and I want to know how can i center the following askstring for a password to the window.

heres my code so far:
[p..... More

Print this item

Question SOLVED: VS Code: Adding external directories to project?
Posted by: Calab - Jul-31-2024, 05:41 PM - Forum: General Coding Help - Replies (5)

I'm not sure if this is the right place to ask, but I can't find anywhere better...

I'm trying to switch from PyCharm to VS Code as my Python IDE. ..... More

Print this item

Exclamation Error in the asyncio plugin
Posted by: Maden4ik - Jul-31-2024, 11:01 AM - Forum: General Coding Help - Replies (3)

I was making an AI bot for discord, everything is correct in the script, no errors, but the console finds errors in the asyncio plugin. I was running ..... More


Attached Files

Thumbnail(s)
   
Print this item

Bug Error in the asyncio plugin
Posted by: Maden4ik - Jul-31-2024, 11:00 AM - Forum: General Coding Help - Replies (2)

I was making an AI bot for discord, everything is correct in the script, no errors, but the console finds errors in the asyncio plugin. I was running ..... More


Attached Files

Thumbnail(s)
   
Print this item

  import a function from another file using relative path
Posted by: paul18fr - Jul-31-2024, 09:08 AM - Forum: General Coding Help - Replies (6)

Hi

It's a naive question to find the correct synthax (all i tested failed):

Context: In MyFile1.py, i want to load the function..... More

Print this item

  Help with pyqtgraph
Posted by: keithchee1 - Jul-31-2024, 08:42 AM - Forum: GUI - Replies (2)

Good day everyone, I am trying to design a vehicle dashboard on python that receives data such as voltage, speed, and current via UART from another mi..... More

Print this item

  how to process 12 million record
Posted by: pymach - Jul-30-2024, 09:56 PM - Forum: General Coding Help - Replies (4)

I need to read 12 millions records from a SQL table to store in another database after pivoting it. It works, but its taking lot time, any idea to imp..... More

Print this item

  What is ideal/suggested Python development setup on EC2
Posted by: python300 - Jul-30-2024, 06:57 PM - Forum: News and Discussions - Replies (3)

Hi all,

We recently moved our development environment from On Prem Linux to Amazon Linux on EC2.
So I am trying to find out how to best utilize AW..... More

Print this item

  Alarm Clock [tkinter]
Posted by: moon - Jul-30-2024, 01:54 PM - Forum: General Coding Help - Replies (5)

Hiya! I'm trying to make an alarm clock as homework however I keep getting this strange error:
[error]
Traceback (most recent call last):
File "C..... More

Print this item

Bug fixpy.py: Automatically Fix Simple Typos in Your .Py
Posted by: johncmd - Jul-30-2024, 10:48 AM - Forum: Code sharing - Replies (4)

Do you find it annoying when your Python fails to run because you forgot a simple colon? You can run fixpy.py as a Python interpreter. It will (e)dit ..... More

Print this item

  Making a launcher application for the .exe made using Pyinstaller --onefile
Posted by: zazas321 - Jul-30-2024, 04:46 AM - Forum: General Coding Help - Replies (9)

Hello. I have been working on my GUI application based on PySide6. My application simply starts:

[code]
if __name__ == "__main__":
app = QApp..... More

Print this item

  expanding dataframes
Posted by: Scott - Jul-30-2024, 01:47 AM - Forum: Data Science - Replies (3)

Hi everyone,

I am looking at getting quarterly data to monthly. For the amounts I want to get the average between the two amounts. Below is an exam..... More

Print this item

Question GLIBC dependency issue
Posted by: mackins - Jul-29-2024, 06:21 PM - Forum: General Coding Help - Replies (1)

I am trying to use the open source toolkit, "Aequitas" (https://github.com/dssg/aequitas). One of the functions from the package has a GLIBC-2.29 depe..... More

Print this item

  RimWorld Save Game Manager- Help!
Posted by: LastStopDEVS - Jul-27-2024, 08:55 PM - Forum: General Coding Help - Replies (2)

Hello, I was writing a script for a program to help me and my family on the computer with our RimWorld saves. We all share the computer and I am the o..... More

Print this item

  help with a script that adds docstrings and type hints to other scripts
Posted by: rickbunk - Jul-26-2024, 03:00 PM - Forum: General Coding Help - Replies (1)

Hi,

I've built a script, initially for my own use but I've made it public on github in case anyone else can use it, to go through python scripts an..... More

Print this item

  "Random" module is not working as expected
Posted by: Genericgamemaker - Jul-25-2024, 04:16 PM - Forum: General Coding Help - Replies (1)

So I'm trying to make a spaceship fly around on the screen with stars twinkling in the backround. When I went to test the stars, I was told that I did..... More

Print this item

  Help with plotting a piecewise function
Posted by: kahless96 - Jul-25-2024, 10:20 AM - Forum: General Coding Help - Replies (1)

Hello, I am trying to plot a peicewise function but I get an error (ValueError: The truth value of an array with more than one element is ambiguous.) ..... More

Print this item

Bug Python 3.12 cannot import local python files as modules
Posted by: sunflowerdog - Jul-25-2024, 07:43 AM - Forum: General Coding Help - Replies (25)

On a recent installation of Windows 10 I installed Python 3.12, things seemed to be working fine until I had difficulties importing other files. Which..... More

Print this item

  classes question
Posted by: DPaul - Jul-25-2024, 07:37 AM - Forum: Bar - Replies (4)

I have been developing an app for retrieving records from a database (SQL, tkinter, windows).
Over time I have externalised 8 functions into 8 classe..... More

Print this item

  tkinter install broken?
Posted by: kwolfe81 - Jul-24-2024, 10:24 PM - Forum: GUI - Replies (9)

I cannot use tkinter on my Windows install. Even the most basic example fails in the same way:

[code]>>> from tkinter import *
>>> Window = Tk()..... More

Print this item

  little space invaders / breakout game
Posted by: flash77 - Jul-24-2024, 08:56 PM - Forum: Game Development - No Replies

Dear deanhystad,

Thank you so much for your tireless, patient support!!

The game is now finished and I can give it to a friend for his 50th birt..... More

Print this item

  Pycharm can't read file
Posted by: Genericgamemaker - Jul-24-2024, 04:25 PM - Forum: General Coding Help - Replies (5)

Pycharm can't read a file (which is in the directory), and it gives me the error message "FileNotFoundError: No file 'images.png' found in working dir..... More

Print this item

  ssl.SSLEOFError: EOF occurred in violation of protocol
Posted by: robertkwild - Jul-24-2024, 10:33 AM - Forum: General Coding Help - Replies (1)

hi all,

ive made a flask-wtf web form and in the console sometimes, i sometimes get this error

[python]
ssl.SSLEOFError: EOF occurred in violation o..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 26 minutes ago lary_p jefsummers Homework
  Help with Serial.write in... 2 hours ago racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [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
Most views
  The best Prog... 578843
  Tutorial Requ... 509882
  Web Scraping ... 441917
  Newbie with P... 385919
  New Users Int... 376172
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+ 12107
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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