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,920
» Latest member: RonR
» Forum threads: 38,719
» Forum posts: 175,487

Full Statistics

Online Users
There are currently 34 online users.
» 0 Member(s) | 30 Guest(s)
Bing, AOL, Google, Google Image

Latest Threads
New to the field
Forum: News and Discussions
Last Post: Larz60+
43 minutes ago
» Replies: 1
» Views: 147
Too much space between gr...
Forum: GUI
Last Post: deanhystad
6 hours ago
» Replies: 1
» Views: 143
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
6 hours ago
» Replies: 6
» Views: 1,446
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 1
» Views: 165
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 474
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,263
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,328
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 970
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,236
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,664

 
Question Custom object as URL query param
Posted by: gradlon93 - Aug-06-2024, 09:00 PM - Forum: Web Scraping & Web Development - No Replies

Good evening, I hope this is the right section for my question.

I am working on an API that serves as backend for a React webapp, and uses FastAPI a..... More

Print this item

  print in shell: b ???
Posted by: trix - Aug-06-2024, 06:45 PM - Forum: General Coding Help - Replies (18)

hello,

i have a simple question, when i print something in the shell there apears a b in front of the variable.
what means the b ?
..... More

Print this item

  Append from csv to xlsx with values only
Posted by: Sick_Stigma - Aug-06-2024, 04:11 PM - Forum: General Coding Help - Replies (2)

I'm trying to find in Activities[1:30000] the 1st cell that matches Report[1, 0] and remember that cell address. Then copy Report[1:30000, 0:37] and p..... More

Print this item

  Pornography Addiction Screenshots Code
Posted by: Sprunkle - Aug-06-2024, 02:55 PM - Forum: Code Review - Replies (2)

I have written some code that takes screenshots of a dual-monitor setup. If it 'sees' images with a certain ratio of skin tone-colored pixels, if send..... More

Print this item

  List overwritten
Posted by: Adolfoper - Aug-06-2024, 01:36 PM - Forum: General Coding Help - Replies (3)

My list is overwritten, but I don't see why. The objects are new instances and the list assignment is doing using copy, but the first object's list va..... More

Print this item

  Highlight text with Reportlab
Posted by: beetlecad - Aug-06-2024, 08:56 AM - Forum: General Coding Help - Replies (2)

Hi to all,
I am programming a project that make several PDFs with Python + Reportlab.

Before the program, I worked manually creating word files, w..... More

Print this item

  Problem loading geometries with trimesh
Posted by: wi0712 - Aug-06-2024, 12:55 AM - Forum: General Coding Help - Replies (4)

I am trying to use trimesh to load geometries and analyze them, but I simply can not get python/ trimesh to load them at all.
I´ve tried both .obj a..... More

Print this item

  How can I create this type hint.
Posted by: deanhystad - Aug-05-2024, 07:55 PM - Forum: General Coding Help - No Replies

I am trying to create a type string using type hint information I get using inspect.signature(). I have this working for most types:
[output]Type ..... More

Print this item

Shocked Difficulty understanding .moveaxis in Numpy
Posted by: leea2024 - Aug-05-2024, 01:24 PM - Forum: General Coding Help - Replies (2)

I am having difficulties understanding .moveaxis in Numpy.

I first create an array by using a=np.arange(24).reshape(2,3,4). The system will fir..... More

Print this item

Photo Help needed for School Assignment
Posted by: keeratkaur - Aug-05-2024, 08:47 AM - Forum: Homework - Replies (2)

so my teacher gave us this assignment, she showed us a video in the class and then we had to replicate it by ourselves. i, unfortunately, do not have ..... More


Attached Files

Thumbnail(s)
   
Print this item

  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: 187)
.txt   a.txt (Size: 15.3 KB / Downloads: 173)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to the field 43 minutes ago Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... 6 hours ago RonR deanhystad GUI
  New to Python and Pygame 6 hours ago JMcM deanhystad Game Developm...
  data input while debuggin... 9 hours ago fred1232 Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
Most views
  The best Prog... 575493
  Tutorial Requ... 496421
  Web Scraping ... 439593
  Newbie with P... 383193
  New Users Int... 364118
Most reputation
buran 581
snippsat 508
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+ 12087
buran 8174
snippsat 7366
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
RonR Yesterday
SofiaAnatolie Yesterday
Erikventura Yesterday
aidajnrz7704 Yesterday
Jillscitt 09-12

User Panel Messages

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