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,562
» Latest member: veracalligaris
» Forum threads: 38,666
» Forum posts: 175,214

Full Statistics

Online Users
There are currently 235 online users.
» 0 Member(s) | 228 Guest(s)
Applebot, Bing, Yandex, Google, Baidu, Google Image

Latest Threads
IS It POSSIBLE TO RECOVER...
Forum: News and Discussions
Last Post: veracalligaris
24 minutes ago
» Replies: 0
» Views: 8
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: deanhystad
24 minutes ago
» Replies: 7
» Views: 288
Code stoped working
Forum: News and Discussions
Last Post: Axel_Erfurt
2 hours ago
» Replies: 1
» Views: 29
Made my first Python prog...
Forum: Game Development
Last Post: Ricky1178
Yesterday, 11:12 PM
» Replies: 8
» Views: 10,664
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 11:36 AM
» Replies: 2
» Views: 177
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 126
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,774
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 756
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,220
While loop is terminating...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:29 AM
» Replies: 3
» Views: 458

 
  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
  IS It POSSIBLE TO RECOVER... 24 minutes ago veracalligaris veracalligaris News and Disc...
  gpiozero buttons stop wor... 24 minutes ago duckredbeard deanhystad General Codin...
  Code stoped working 2 hours ago OldMan57 Axel_Erfurt News and Disc...
  [PyGame] Made my first Py... Yesterday, 23:12 andrerocha1998 Ricky1178 Game Developm...
  How to package code for d... Yesterday, 11:36 mayukun snippsat General Codin...
  pip3 install certifi fail... 07-15, 08:52 rb9594 Pedroski55 General Codin...
  My first python game : Ti... 07-15, 07:45 ForsakenDusk walterliz Game Developm...
  A penny doubled every day... 07-15, 07:35 esoyboy walterliz Homework
  Exercise on reading a chu... 07-15, 07:31 Nit_Picker walterliz Homework
  While loop is terminating... 07-15, 07:29 jumpsworthnow walterliz Homework
  Custom Sorting List of Di... 07-15, 07:28 aryasinner walterliz Homework
Most views
  The best Prog... 572726
  Tutorial Requ... 485784
  Web Scraping ... 437179
  Newbie with P... 380145
  Thread remain... 351394
Most reputation
buran 581
snippsat 507
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+ 12072
buran 8174
snippsat 7353
deanhystad 6861
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
veracalligaris Today
Gichardfex Today
OldMan57 Today
coolwaves4all Today
Stephenchers Today

User Panel Messages

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