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,574
» Latest member: Donaldabani
» Forum threads: 38,632
» Forum posts: 175,024

Full Statistics

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

Latest Threads
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: snippsat
12 minutes ago
» Replies: 2
» Views: 99
[split] Simple webbot for...
Forum: Code Review
Last Post: AB073
6 hours ago
» Replies: 1
» Views: 64
What Are the Most Overloo...
Forum: News and Discussions
Last Post: Plyth
Today, 03:37 AM
» Replies: 2
» Views: 105
Setting AST node lineno c...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 09:15 PM
» Replies: 4
» Views: 209
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 03:52 PM
» Replies: 7
» Views: 264
Wish to write a code for ...
Forum: General Coding Help
Last Post: Hasan2025
Yesterday, 06:40 AM
» Replies: 4
» Views: 981
I have a question
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 04:47 AM
» Replies: 1
» Views: 92
How to produce a CPU load...
Forum: General Coding Help
Last Post: Plyth
Yesterday, 02:19 AM
» Replies: 2
» Views: 121
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Larz60+
Jun-17-2025, 02:23 AM
» Replies: 1
» Views: 134
Webscraping: Attendance L...
Forum: Web Scraping & Web Development
Last Post: Larz60+
Jun-17-2025, 02:20 AM
» Replies: 1
» Views: 108

 
  How to configure proxy rotation in Python?
Posted by: swiftproxy - Aug-07-2024, 11:05 AM - Forum: Web Scraping & Web Development - No Replies

Rotating proxy means that after a user connects to a proxy server, his or her IP address changes periodically or randomly. Each time a user connects t..... More

Print this item

  Open for Work - Full Stack Developer
Posted by: David3562 - Aug-07-2024, 10:52 AM - Forum: Jobs - No Replies

Hello,

I am currently seeking a new project.

The type of project I am interested in:

Contract / Freelance Work
Rate: $30 per hour
Fully Rem..... More

Print this item

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

Lightbulb Python web scraping example using residential proxy
Posted by: swiftproxy - Aug-06-2024, 09:55 AM - Forum: Web Scraping & Web Development - Replies (1)

Residential proxy is a network service that forwards the user's network request to the target website or server through a transit server while protect..... 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: 148)
.txt   a.txt (Size: 15.3 KB / Downloads: 136)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Dynamic Module Import Err... 12 minutes ago DaddyMAN snippsat General Codin...
  [split] Simple webbot for... 6 hours ago AB073 AB073 Code Review
  What Are the Most Overloo... Today, 03:37 shreyapatel Plyth News and Disc...
  Setting AST node lineno c... Yesterday, 21:15 voidtrance deanhystad General Codin...
  How do select this table ... Yesterday, 15:52 MarkMan snippsat Web Scraping ...
  Wish to write a code for ... Yesterday, 06:40 Hasan2025 Hasan2025 General Codin...
  I have a question Yesterday, 04:47 Clictithe Pedroski55 General Codin...
  How to produce a CPU load... Yesterday, 02:19 Calab Plyth General Codin...
  Venv - Python Virtual Env... 06-17, 02:23 DanneA Larz60+ General Codin...
  Webscraping: Attendance L... 06-17, 02:20 ThatsMe Larz60+ Web Scraping ...
  Convert any Python expres... 06-16, 14:06 voidtrance voidtrance General Codin...
Most views
  The best Prog... 572253
  Tutorial Requ... 484751
  Web Scraping ... 436789
  Newbie with P... 379620
  Thread remain... 351214
Most reputation
buran 581
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12066
buran 8173
snippsat 7337
deanhystad 6838
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
Donaldabani Today
linnchinnn Today
crobertson Today
PeterBoowl Today
ldbdragon Today

User Panel Messages

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