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,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,792

Full Statistics

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

Latest Threads
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
2 hours ago
» Replies: 1
» Views: 87
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 140
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 114
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 123
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,218
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,375
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,575
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,206
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,457

 
  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

  Deleting characters between certain characters
Posted by: stahorse - Jun-28-2023, 04:49 PM - Forum: Data Science - Replies (7)

Hi,

I have this file here:

[output]<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" conte..... More

Print this item

  Search Outlook Inbox for set of values
Posted by: cubangt - Jun-28-2023, 03:13 PM - Forum: General Coding Help - Replies (1)

So im being tasked with capturing status of key things within multiple projects.. The only bad thing is that not everyone follows the email standard f..... More

Print this item

  Rename all files in a folder
Posted by: hitoxman - Jun-28-2023, 01:47 PM - Forum: General Coding Help - Replies (9)

Hi everyone,

I have a folder which contains all files exported from Dropbox. All these files have been named using the date when they are created. ..... More

Print this item

  Python: Regex is not good for re.search (AttributeError: 'NoneType' object has no att
Posted by: Melcu54 - Jun-28-2023, 06:46 AM - Forum: General Coding Help - Replies (9)

In my html file I have this line:

[python] <div class="color-black mt-lg-0" id="hidden">, in</div>
<a href="https://neculaifantanaru.co..... More

Print this item

  Seaborn not displaying the specified n bins
Posted by: russellm10 - Jun-28-2023, 02:51 AM - Forum: Data Science - No Replies

Hi everyone,

I am working on a Jupiter notebook, and I am creating a histogram using the seaborn function histplot(). However, I specify 50 bins, f..... More

Print this item

  Pyautogui, İmagesearch, Moving target
Posted by: Beyazx - Jun-27-2023, 08:47 PM - Forum: General Coding Help - No Replies

"
[python]while True:

p01 = imagesearch("p01.png")
if p01[0] != -1:
pyautogui.click(p01[0], p01[1]) (click)
..... More

Print this item

  download a file from a URL
Posted by: JayManPython - Jun-27-2023, 04:27 PM - Forum: General Coding Help - Replies (8)

inspecting a HTML page i have managed to get a URL of a report i want to download
If a put the URL into a browser and press enter or put the URL into..... More

Print this item

  [SOLVED] Using Python to connect to an XML ?
Posted by: jehoshua - Jun-27-2023, 02:45 AM - Forum: General Coding Help - Replies (21)

Can I use Python to connect to an XML, and then based on the data and certain rules, create a spreadsheet similar to OpenOffice calc ? Or it doesn't ..... More

Print this item

  getting unexpected indent errors trying to move cells up
Posted by: jensengt - Jun-27-2023, 02:19 AM - Forum: General Coding Help - Replies (4)

I have a worksheet with two tables, after comparing and deleting duplicates from the one table I'm left with a number of empty rows in column H,I & J...... More


Attached Files

.xlsx   example workbook2.xlsx (Size: 9.42 KB / Downloads: 300)
Print this item

  Using pyinstaller with .ui GUI files - No such file or directory error
Posted by: diver999 - Jun-26-2023, 03:20 PM - Forum: General Coding Help - Replies (3)

Hi All, I'm sure I'm not the first to encounter this but can't seem to find a solution.I hope someone can help.

I'm using W11, python 3.11 & PyQt5...... More

Print this item

  Computing GC Content
Posted by: uwl - Jun-25-2023, 10:04 PM - Forum: General Coding Help - Replies (3)

I have been trying to find the solution to a programming problem which asks me to find the GC content. The example online displays:

[i]Sample Dataset..... More

Print this item

  Incredible stability of Python code
Posted by: Gribouillis - Jun-25-2023, 08:39 PM - Forum: News and Discussions - Replies (1)

I downloaded the Tkinter examples of the old John Grayson's book "Python and Tkinter programming", which were written for Python 1.5 in 1999 or so and..... More

Print this item

  how do I open two instances of visual studio code with the same folder?
Posted by: SuchUmami - Jun-25-2023, 04:28 PM - Forum: General Coding Help - Replies (3)

I'd like to run two pieces of code simultaneously. I thought the easiest way to do that would be just to open two instances of studio code and run the..... More

Print this item

  Subtitle Access
Posted by: jrockow - Jun-25-2023, 02:14 PM - Forum: General Coding Help - Replies (3)

I have been searching for quite a while to find the correct attribute to toggle thru the subtitles in my Pyhton VLC script.
When I use VLC directly t..... More

Print this item

  Refutation of the Euler hypothesis
Posted by: Vitulus - Jun-24-2023, 05:29 PM - Forum: Homework - Replies (2)

Problem with completing the task.
good time of day. In the process of learning programming in the Python environment, I encountered the problem of in..... More


Attached Files

.py   main.py (Size: 322 bytes / Downloads: 281)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] I’m building a ... 2 hours ago tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578717
  Tutorial Requ... 509322
  Web Scraping ... 441858
  Newbie with P... 385816
  New Users Int... 375218
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lary_p Yesterday
Cristiano 11-08
Alfredd 11-08
clayote 11-08
yutaozhou 11-07

User Panel Messages

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