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,394
» Latest member: braillescribe
» Forum threads: 38,822
» Forum posts: 176,025

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 32 Guest(s)
Bing, AOL, Google, Facebook Dev

Latest Threads
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
3 hours ago
» Replies: 1
» Views: 4,568
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 4
» Views: 122
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
5 hours ago
» Replies: 7
» Views: 3,576
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 135
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 273
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,092
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,936
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 166
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 99
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 170

 
  Having trouble with a circula import
Posted by: SuchUmami - Jul-04-2023, 10:06 PM - Forum: General Coding Help - Replies (2)

When I try to run the sqlite3 module. It is saying it has a circula import. Here is the error:

[python]line 2, in <module>
import sqlite3
F..... More

Print this item

Photo Can you help me .. please
Posted by: Aldo75 - Jul-04-2023, 05:56 PM - Forum: General Coding Help - Replies (1)

hi , in the file exel there is :

name city item spent
PIPPO uk apple 2
PIPPO uk banana 3
PIPPO uk pear 5
PIPPO..... More


Attached Files

Thumbnail(s)
   
Print this item

  Python Regulare Expression
Posted by: stahorse - Jul-04-2023, 12:04 PM - Forum: Data Science - Replies (1)

I have this code here and I want to know how to interpret it: [python]found = re.findall(
r'encoding="UTF-8"\?>(.*?)^<\?xml version="1.0"', c..... More

Print this item

Sad "PriceSystem" Python Script error to Shopify API
Posted by: Alphetto - Jul-04-2023, 09:58 AM - Forum: General Coding Help - No Replies

Good morning everyone, I have a script in Python created to do webscraping from a site to my e-commerce in shopify, until two days ago everything work..... More

Print this item

  why doesn't it replace all html tags?
Posted by: Melcu54 - Jul-04-2023, 09:07 AM - Forum: General Coding Help - Replies (3)

[b]I have these lines in a html file. each of them must be translated into Russian, if in contain more than 3 words found in the list. The problem is ..... More

Print this item

  save values permanently in python (perhaps not in a text file)?
Posted by: flash77 - Jul-04-2023, 03:44 AM - Forum: General Coding Help - Replies (8)

Hi,
in vb net you can save values ​​permanently with my.settings and load them when loading the form, for example. Is there such a way in python?

..... More

Print this item

  Check if two matrix are equal and of not add the matrix to the list
Posted by: quest - Jul-04-2023, 12:24 AM - Forum: General Coding Help - Replies (3)

I have a list which contains may matrices. I called this list as su4_np and it contains more than 500 matrices
When I want to add a matrix to the lis..... More

Print this item

  Word Generator
Posted by: FabianPruitt - Jul-03-2023, 05:45 PM - Forum: Jobs - Replies (2)

I'm looking for a coder to build me a Word Generator software package for Word Search Puzzle enthusiasts. It needs to be web-based with a good-looking..... More

Print this item

  My first pathfinding algorithm
Posted by: Proarch - Jul-03-2023, 05:27 PM - Forum: Code Review - No Replies

GitHub URL: https://github.com/ProarchwasTaken/path_test/tree/main

I figured out how to write a basic pathfinding algorithm in pygame, and I'm pret..... More

Print this item

  mouse move event/cinfiguration ttk/python
Posted by: janeik - Jul-03-2023, 02:58 PM - Forum: General Coding Help - Replies (4)

hello and thank for help given.
I have a goal:
When mousepointer moves,write its coordinates into text field of an allready existing label.
In orde..... More

Print this item

  Something wrong with my code
Posted by: FabianPruitt - Jul-03-2023, 02:19 PM - Forum: General Coding Help - Replies (5)

Firstly I'm not a coder and at 80 I doubt whether I will ever have enough brain cells to attempt such a task.

But I do enjoy making Wordsearch Puz..... More

Print this item

  Error when animating 3D plot
Posted by: Tee - Jul-03-2023, 04:34 AM - Forum: General Coding Help - Replies (4)

I am trying to animate a 3D plot. I am getting an error and I can't figure out why.
The program runs without any issues when the dot1 plot is not inc..... More

Print this item

  Review my Django & BeautifulSoup Scraper
Posted by: mactron - Jul-02-2023, 09:39 PM - Forum: Code Review - No Replies

I have some Python background, but this is my very first time working with Django. So I would appreciate it if someone could review my code to ensure ..... More

Print this item

  A solution to manage threads and event data in Tkinter
Posted by: Gribouillis - Jul-02-2023, 02:04 PM - Forum: Code sharing - Replies (8)

In the process of writing a small tkinter application, I wanted a separate worker thread to update the GUI to display progress reports. I came across ..... More

Print this item

  Too many queries?
Posted by: lorasf - Jul-01-2023, 05:24 PM - Forum: General Coding Help - Replies (6)

I have a script that executes every evening and picks up current crypto prices and then multiplies it with the current holding. After these two steps ..... More

Print this item

  Probably easiest question ever
Posted by: VINCENZOOO - Jul-01-2023, 03:48 PM - Forum: General Coding Help - Replies (1)

Just started coding for the first time with python. Trying to understand why I cannot write ''Hello World'' but can write 'Hello World'? It seems to c..... More

Print this item

Thumbs Up I am senior Developer.
Posted by: pydon911029 - Jul-01-2023, 12:22 PM - Forum: Jobs - No Replies

I have rich experience in programming with Python.
I am always ready to work with my client.
Following is my main skills.
Python, Django, React.js, No..... More

Print this item

  Expert in web scraping for a Project
Posted by: Charlie99 - Jul-01-2023, 12:18 PM - Forum: Jobs - Replies (1)

I need someone that knows how to scrape various bookmakers websites like Bet365, and after, put all the information in a JSON. This is dynamic data, s..... More

Print this item

  Error in blend_modes library
Posted by: talgreen - Jul-01-2023, 11:41 AM - Forum: General Coding Help - Replies (6)

Hi,

I'm trying to use the blend_modes library, in order to blend 2 images. I've copied the example code from here:
https://pypi.org/project..... More

Print this item

  splitting file into multiple files by searching for string
Posted by: AlphaInc - Jul-01-2023, 10:35 AM - Forum: General Coding Help - Replies (2)

Hello everybody,

I got a backup of a bunch of chess games (from chess.com) I played with a friend of mine and wanted to save them as individual fil..... More

Print this item

  python311 tkinter moving mouse event.
Posted by: janeik - Jul-01-2023, 09:09 AM - Forum: General Coding Help - Replies (1)

hi.I am running a tkinter mapview in root window.
Coordinate,pos_x, is shown on a label in full size rootwindow.
However when I move mouse from i.e ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Transparent window background, but not text on it
Posted by: muzicman0 - Jul-01-2023, 03:53 AM - Forum: GUI - Replies (7)

I'm fairly new (or at least inexperienced) with Python, and this is the first project where I am trying to make a GUI.

What I am trying to accompli..... More

Print this item

  Flask CORS not functioning
Posted by: michaelnicol - Jul-01-2023, 01:08 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I am attempting to work on a backend server for a front end that will compute data.

To test this, I want to forward between ports. On the..... More

Print this item

  How can I multithread to optimize a groupby task:
Posted by: davisc4468 - Jun-30-2023, 02:45 PM - Forum: General Coding Help - No Replies

I created a program to aggregate a large dataframe over one variable - userid. The program executes a groupby to calculate the mean, min and max of 10..... More

Print this item

  Get Difference whenever transition value increases
Posted by: v_mn - Jun-30-2023, 11:51 AM - Forum: Data Science - No Replies

I have following code:

[python]import pandas as pd
from datetime import datetime

# Create the DataFrame
data = {'dt': ['1990-06-05 15:59:57', '1990..... More

Print this item

  Fitting data to a curve
Posted by: daaegp - Jun-30-2023, 11:40 AM - Forum: General Coding Help - Replies (1)

Coding newbie here!

I'm trying to fit data to a 2d6 probability, with a couple of caveats.

data
input = { “Blue”: 10.46, “Orange”: 0.57, “Red..... More

Print this item

  Taking Mathematical Expressions from Strings
Posted by: quest - Jun-30-2023, 01:31 AM - Forum: General Coding Help - Replies (2)

I have bunch of strings like:

[python]
import re
import ast
import numpy as np

1/2 + 1/2*i + 1/2*j + 1/2*k
1 + 0*i + 0*j + 0*k
1 + 1*i + 0*..... More

Print this item

Lightbulb Austin, Texas Python Meetup Talks
Posted by: gtxdatascientist - Jun-29-2023, 08:56 PM - Forum: News and Discussions - No Replies

Hey Fellow Python Fans Dance


I am new to this forum, and it feels like I teleported back in tim..... More

Print this item

  Why do the lists not match?
Posted by: Alexeyk2007 - Jun-29-2023, 06:00 PM - Forum: General Coding Help - Replies (3)

[python]b = [0 for i in range(2)]
a = [b for k in range(2)]

c = a
d = [[0, 0], [0, 0]]

print(c == d) # True

c[0][0] = 1
d[0][0] = 1
print(c == d) ..... More

Print this item

  this message show up for me. cant debug notinhg here
Posted by: davidthomas - Jun-29-2023, 05:44 PM - Forum: News and Discussions - No Replies

this message show up for me. cant debug notinhg here

Error running 'main': Cannot run program "C:\Users\David Thomas\Desktop\pyton\venv\Scripts\pyt..... More

Print this item

  PivotTable help needed please
Posted by: jdekock - Jun-29-2023, 11:13 AM - Forum: General Coding Help - Replies (1)

I'm trying to create a pivot table in Python, but when I compare the sum of my count on my original dataframe with the sum of the count in the PivotTa..... More

Print this item

  How to setup automatic notification by email for every post?
Posted by: pstein - Jun-29-2023, 05:10 AM - Forum: Board - Replies (1)

When I post something into forum I want to get immediately an email notification for every reply.

Currently I always have to enable manually the ra..... More

Print this item

  Is there a *.bat DOS batch script to *.py Python Script converter?
Posted by: pstein - Jun-29-2023, 05:05 AM - Forum: General Coding Help - Replies (3)

I consider to convert some of my long term *.bat batch scripts (on Windows) to a corresponding *.py Pythoin script.

Is there a reliable converter ..... More

Print this item

  Code problem - probably easy fix?
Posted by: colin_dent - Jun-29-2023, 04:19 AM - Forum: General Coding Help - Replies (5)

Hi, I have two codes that I want to combine. I'm a newb and though this seems like it should be simple for some reason everything I try fails. The two..... More

Print this item

  Question on pandas.dataframe merging two colums
Posted by: shomikc - Jun-28-2023, 05:23 PM - Forum: General Coding Help - Replies (4)

Hi

I have a dataset like below

[Image: yJK14Fa]

The question is

For customers who have more than 1 booking, which is..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Struggles I Faced While E... 3 hours ago baffa_dbt padma121 Code Review
  Willing to pay for help w... 3 hours ago braillescribe noisefloor General Codin...
  Create dataframe from the... 5 hours ago Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
Most views
  The best Prog... 580400
  Tutorial Requ... 519385
  Web Scraping ... 442776
  Newbie with P... 386976
  New Users Int... 386434
Most reputation
buran 581
snippsat 511
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
braillescribe Yesterday
aurelio12282025 Yesterday
bejaminmaarleyo1374 Yesterday
taylorlitleoz476 Yesterday
desy845 Yesterday

User Panel Messages

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