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,427
» Latest member: WassCodeur
» Forum threads: 38,546
» Forum posts: 174,674

Full Statistics

Online Users
There are currently 505 online users.
» 0 Member(s) | 496 Guest(s)
Applebot, Google, Bing, Twitter, Yandex

Latest Threads
function arguments
Forum: General Coding Help
Last Post: Curbie
1 hour ago
» Replies: 2
» Views: 170
Eight Queens Problem, err...
Forum: General Coding Help
Last Post: Gribouillis
2 hours ago
» Replies: 10
» Views: 622
what name to give to a ne...
Forum: News and Discussions
Last Post: snippsat
5 hours ago
» Replies: 3
» Views: 92
Picamera2 commands betwee...
Forum: General Coding Help
Last Post: GigiG
7 hours ago
» Replies: 0
» Views: 69
Automating the CyberGhost...
Forum: General Coding Help
Last Post: surendragupta
8 hours ago
» Replies: 0
» Views: 58
PyVisa Query Command fail...
Forum: General Coding Help
Last Post: dazz
9 hours ago
» Replies: 0
» Views: 62
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Larz60+
10 hours ago
» Replies: 4
» Views: 249
White Screen Issue with T...
Forum: General Coding Help
Last Post: encore
Today, 06:43 AM
» Replies: 3
» Views: 1,111
Get the string after a sp...
Forum: General Coding Help
Last Post: snl_9527
Today, 05:04 AM
» Replies: 5
» Views: 261
I am sending messages usi...
Forum: General Coding Help
Last Post: Hendrikb
Yesterday, 09:38 AM
» Replies: 0
» Views: 101

 
  Listening on receiving Interface (using scapy)
Posted by: CodyTheCodeNoob - Sep-06-2024, 09:28 AM - Forum: General Coding Help - Replies (1)

Hello, so I have tried setting up a NIC with dual ethernet interfaces, and I have connected them in a loopback. What I am trying to do is that I send ..... More

Print this item

  mariaDB
Posted by: DPaul - Sep-06-2024, 05:39 AM - Forum: Bar - No Replies

I'm in the process of migrating millions of records from SQLlite to Mariadb (and HeidiSQL.)
What would be the best book on those softwares that you c..... More

Print this item

  Shared memory issue
Posted by: Lchunleo - Sep-06-2024, 05:21 AM - Forum: General Coding Help - No Replies

Hi
Am using python 3.8 and using the shared memory module from multiprocessing.

I have a simple setup that two docker container where each of them..... More

Print this item

  Python directory structure in wqin 11
Posted by: barryjo - Sep-06-2024, 01:58 AM - Forum: General Coding Help - Replies (3)

I just downloaded python 3.12

In my computer if I go to cmd line>py I get to python3.12
if I go to cmdline>python I get to python3.8
Why ..... More

Print this item

  How to share a configured logger between running processes?
Posted by: somhairle69tx - Sep-05-2024, 07:20 PM - Forum: General Coding Help - Replies (5)

I'm trying to build a small GUI app with a logger that will, at some point, be doing some time consuming manipulation of multiple sets of data (up to ..... More

Print this item

  Site pubblication
Posted by: Gae - Sep-05-2024, 04:06 PM - Forum: Web Scraping & Web Development - Replies (4)

Hello I have made, development, a webApp called PalestraGes which contains the various folders. Now I need to move it to production.
The provider tol..... More

Print this item

  tabular visualization
Posted by: anthos5 - Sep-05-2024, 12:04 PM - Forum: Data Science - Replies (4)

Hello everyone,
I hope you're all doing well.

I have a dataframe containing the name of the months (Jan to Dec):

[python]
import pandas as pd..... More


Attached Files

Thumbnail(s)
   
Print this item

  How do I make functions "interact" with each other?
Posted by: Hudjefa - Sep-05-2024, 11:20 AM - Forum: General Coding Help - Replies (11)

[python]def weight_stats():
mean_total_weight = 8 * 68
variance_total_weight = 8 * 25
standard_deviation_total_weight = math.sqrt(varia..... More

Print this item

  Version 0.02 of the PySide6 Weather App
Posted by: menator01 - Sep-04-2024, 01:58 PM - Forum: Code sharing - No Replies

This version should work world wide. May have some bugs when it comes to the wind direction arrow. I've tried testing it and the rain.

To try it cre..... More


Attached Files

Thumbnail(s)
   
Print this item

Question [SOLVED] How to replace characters in a string?
Posted by: Winfried - Sep-04-2024, 01:28 PM - Forum: General Coding Help - Replies (2)

Hello,

I can't get Python to replace a string in a string: If I read the HTML file as binary, it fails; If I open it as text, it fails too :-/

[..... More

Print this item

  Senior Python Developer - up to 95K - London/Remote - URGENT
Posted by: seanfullstack - Sep-04-2024, 10:32 AM - Forum: Jobs - Replies (1)

🚀 Exciting Opportunity: Senior Software Engineer - Up to £95k!

Are you a passionate software engineer ready to take on a new challenge? We're looki..... More

Print this item

  Managing recursive tasks in celery.
Posted by: vamix - Sep-04-2024, 07:26 AM - Forum: General Coding Help - Replies (1)

I have a number of tasks that I want to chain to build a pipeline. It consists of two main tasks, fetch_data and post_process. The fetch_data task is ..... More

Print this item

  help me in flask code
Posted by: iiiiiiiiii - Sep-03-2024, 05:50 AM - Forum: Web Scraping & Web Development - Replies (1)

You said:
[python]
from flask import Flask, render_template, request, redirect, url_for, jsonify
import sqlite3
import os
import requests
from..... More

Print this item

  PySide6 Movie Search
Posted by: menator01 - Sep-03-2024, 02:00 AM - Forum: Code sharing - No Replies

I re-write the movie search script if anyone would like to give it a try.
I've not uploaded to my github yet but, you can get it from ..... More

Print this item

  [SOLVED] [BeautifulSoup] Why are some elements ignored?
Posted by: Winfried - Sep-02-2024, 05:38 PM - Forum: General Coding Help - Replies (5)

Hello,

I need BS to work on a book formated as XHTML.

Each page is a <div>.

Within each page, I need to grab the footnotes, that can contain ..... More

Print this item

  Destructor method adding in string
Posted by: chizzy101010 - Sep-02-2024, 05:31 PM - Forum: General Coding Help - Replies (3)

Hi to all, i've got a question that i hope someone can help with, i've bought a book with examples and one of those examples used a destructor method,..... More

Print this item

  Building a dictionary .update entry from variables
Posted by: Curbie - Sep-02-2024, 03:38 PM - Forum: General Coding Help - Replies (5)

After several weeks of doing 3 passes on 40+ tutorials sticking to the path, the way the author teaches them, hoping that unresolved questions will be..... More

Print this item

  what will you do?
Posted by: kucingkembar - Sep-02-2024, 02:45 PM - Forum: News and Discussions - Replies (13)

sorry for my bad English,
This about the previous discussionl :
if you have thousands of [raw d..... More

Print this item

  Input is not defined
Posted by: Forno_Gamer - Sep-02-2024, 02:13 PM - Forum: Game Development - Replies (3)

Hello, I'm having a problem. I'm trying to make the "A" key do the basic movement of moving my player to the side. This error occurs that says that 'K..... More


Attached Files

Thumbnail(s)
       
Print this item

  Exception printed twice
Posted by: rwestebbe - Sep-02-2024, 11:17 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm a little bit confused as the following code prints the exception provoked by the wrong password twice. Does anybody know why?

[python]..... More

Print this item

  Problem with Distutils.msvccompiler
Posted by: Samantha - Sep-02-2024, 06:10 AM - Forum: General Coding Help - No Replies

Hi, I’m getting a distutils.msvccompiler not found error even though I am running python 3.9 where distutils is supposedly already in its API. This oc..... More

Print this item

  Sphinx: Localize error is always hard
Posted by: buhtz - Sep-01-2024, 11:12 AM - Forum: General Coding Help - No Replies

This is an X-Post first asked on Sphinx Discussion forum.

I get errors like this:..... More

Print this item

  Designing Game Levels (Very Basic)
Posted by: Hudjefa - Sep-01-2024, 06:41 AM - Forum: General Coding Help - No Replies

In an online basic Python course I'm taking, there's a project where I have to create game levels for a typing game (using keyboards and a list of dis..... More

Print this item

  Splitting Manhua & Manhwa
Posted by: kucingkembar - Sep-01-2024, 05:42 AM - Forum: General Coding Help - Replies (12)

sorry for my bad English or wrong section,
I tried to split this image by whitespace (marked by the red line) using python
   
I sear..... More

Print this item

  Edit PDF
Posted by: harrywass - Aug-30-2024, 01:09 PM - Forum: General Coding Help - Replies (2)

Hi,

I am trying to add editable text fields to multiple PDF's. Can someone tell me what the best import is?

Thanks

Print this item

Question Convert signal/curve to steps
Posted by: ben7500 - Aug-30-2024, 05:57 AM - Forum: Data Science - Replies (4)

Hello everyone,

I searched long time on this matter I couldn't figure out a reliable way to proceed.
I have a signal for example attached file.
..... More


Attached Files

Thumbnail(s)
   
Print this item

  Forward __getattr__ to another object.
Posted by: deanhystad - Aug-30-2024, 05:27 AM - Forum: General Coding Help - Replies (1)

I have a class, RemoteAliast that is a local representative for a python object that exists elsewhere. Calling a method on the alias results in the m..... More

Print this item

Question Graphing a list of ranges
Posted by: Calab - Aug-29-2024, 08:45 PM - Forum: Web Scraping & Web Development - Replies (2)

I have a list of tuples. Each tuple is a low and high value indicating a range.

What I would like to do is specify a range by giving a starting val..... More


Attached Files

Thumbnail(s)
   
Print this item

  Metadata Xls file documnet properties
Posted by: Andrew_andy9642 - Aug-29-2024, 04:46 PM - Forum: General Coding Help - No Replies

Hi Guys ,

Need your help is there a way we can write a code to quickly get xls document properties like ( Last modified date) for a file th..... More

Print this item

  Convert Xls files into Csv in on premises sharpoint
Posted by: Andrew_andy9642 - Aug-29-2024, 04:18 PM - Forum: General Coding Help - Replies (3)

Hi team,

Today i just joined the forum and like to seek your experties . i am trying to convert Xls files in the on premises SharePoint in our comp..... More

Print this item

  Python's socket library to implement a simple TCP server and client that communicate
Posted by: romilly - Aug-29-2024, 09:34 AM - Forum: Homework - Replies (2)

Hii community,
I'm working on a project where I need to set up a basic TCP server and client using Python's socket library. The server should listen f..... More

Print this item

  Questions about while loop - why does one work, and the other variant does not
Posted by: Swgeek - Aug-29-2024, 03:39 AM - Forum: General Coding Help - Replies (2)

Hi,
I am learning Python by studying and doing exercises. Currently I am programming a Tictactoe game as an exercise. it includes the following cod..... More

Print this item

  file sharing across devices question
Posted by: jacksfrustration - Aug-28-2024, 08:50 PM - Forum: General Coding Help - Replies (3)

...ok, so basically i made a reminder GUI application (using TkInter mainly) and i save the date in a CSV file. The client wants to be able to install..... More

Print this item

  Endpoint Configuration Issues in Python Script on AWS EC2
Posted by: zaharul - Aug-28-2024, 05:42 PM - Forum: General Coding Help - No Replies

Hi everyone,

I'm running into a problem with a Python script deployed on an AWS EC2 instance, and I'm hoping to get some help from the community.
..... More

Print this item

Thumbs Up How to analyze a 300ms delay issue in VLLM
Posted by: SkyLee - Aug-28-2024, 07:02 AM - Forum: General Coding Help - Replies (1)

When we were conducting stress testing on vllm with a load of 30QPS, we found an anomaly with a 300ms delay, which occurred more frequently as the QPS..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  function arguments â–¼ 1 hour ago Curbie Curbie General Codin...
  Eight Queens Problem, err... â–¼ 2 hours ago snl_9527 Gribouillis General Codin...
  what name to give to a ne... â–¼ 5 hours ago Skaperen snippsat News and Disc...
  Picamera2 commands betwee... â–¼ 7 hours ago GigiG GigiG General Codin...
  Automating the CyberGhost... â–¼ 8 hours ago surendragupta surendragupta General Codin...
  PyVisa Query Command fail... â–¼ 9 hours ago dazz dazz General Codin...
  where should DEFAULT_CIPH... â–¼ 10 hours ago Skaperen Larz60+ General Codin...
  White Screen Issue with T... â–¼ Today, 06:43 evelynfreya encore General Codin...
  Get the string after a sp... â–¼ Today, 05:04 JanJan snl_9527 General Codin...
  I am sending messages usi... â–¼ Yesterday, 09:38 Hendrikb Hendrikb General Codin...
  [Beautiful Soup] Replace ... â–¼ Yesterday, 05:45 Winfried Winfried General Codin...
Most views
  The best Prog... 557361
  Tutorial Requ... 424387
  Web Scraping ... 422901
  Newbie with P... 350962
  Thread remain... 324888
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12035
buran 8165
snippsat 7321
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
WassCodeur Today
roy_silberio Today
roy_welinton Today
jorgeallwin32 Today
Smitdesuja Today

User Panel Messages

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