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,274
» Latest member: SavingSquirrel199835
» Forum threads: 38,788
» Forum posts: 175,860

Full Statistics

Online Users
There are currently 30 online users.
» 0 Member(s) | 26 Guest(s)
Bing, Google, Applebot

Latest Threads
link variable to exc bloc...
Forum: General Coding Help
Last Post: Astrobert
3 hours ago
» Replies: 0
» Views: 29
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
5 hours ago
» Replies: 2
» Views: 136
best way to learn python
Forum: News and Discussions
Last Post: mamta25
8 hours ago
» Replies: 5
» Views: 3,063
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-17-2025, 10:27 PM
» Replies: 3
» Views: 189
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 177
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 135
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 181
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 358
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 76
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 378

 
  using silhouette score for each sample of an array with each cluster
Posted by: alex80 - Sep-22-2020, 02:49 PM - Forum: Data Science - Replies (1)

I want to use the silhouette index to examine each item in the array (X) with each cluster (0,1,2). I take array (X) as an example but my dataset is f..... More

Print this item

  Web scrapping - Stopped working
Posted by: peterjv26 - Sep-22-2020, 02:09 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi, I wrote a small script as below

[python]
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from bs4 impo..... More

Print this item

  how do i compile from pyjet import without a compile error?
Posted by: space_cat - Sep-22-2020, 01:57 PM - Forum: GUI - No Replies

i'm trying to compile the code from the following tutorial -

https://fluidenginedevelopment.org/docum...ython.html

before i'll change it ..... More

Print this item

  Help- converting file with pyton script
Posted by: grinleon - Sep-22-2020, 01:37 PM - Forum: General Coding Help - Replies (3)

Hello, I have almost zero knowledge in python. There is a script for converting file to another format.

https://github.com/ypomortsev/ccss2edr

..... More

Print this item

  Threading in gui
Posted by: razor23 - Sep-22-2020, 12:51 PM - Forum: GUI - Replies (1)

Hello fellow programers

I am new to python and i have a Rasberry PI 4 , 2 GB.

I am building a button matrix with 80 buttons, (matrix style is 8x..... More

Print this item

  python GUI with google sheets graphs
Posted by: Omri_sap - Sep-22-2020, 12:26 PM - Forum: GUI - Replies (1)

Hi,
I am using google sheets and want to have a gui similar(or identical) to the picture
[Image: 2WKkmjw]
obviously connected to..... More

Print this item

  CMDLINE.TXT...
Posted by: ATARI_LIVE - Sep-22-2020, 12:23 PM - Forum: Bar - Replies (1)

Can I add xset s off, xset s noblank, and export DISPLAY=:0.0 in the config.txt? because I want 100..... More

Print this item

  Help with tkinter gui and functions
Posted by: Omer_ - Sep-22-2020, 11:43 AM - Forum: GUI - No Replies

Hi,
I have this gui interface:

[python]#from tkinter import *
import tkinter as tk


root = tk.Tk()

HEIGHT = 700
WIDTH = 600



canvas..... More

Print this item

  I wrote a code but it does not work out as expected
Posted by: chinitayao226 - Sep-22-2020, 09:42 AM - Forum: Homework - Replies (2)

I am really new to python, I just studied for a few days.

The home work is:
You display 3 ticket types, cheap, medium, and expensive (each is give..... More

Print this item

  [split] Image recognition technique.
Posted by: SrinavasRao - Sep-22-2020, 06:48 AM - Forum: General Coding Help - Replies (3)

How can I do it in real time.I want to detect in webcam feed reather than images

Print this item

  Struggling To Understand These 2 Python Files
Posted by: samlee916 - Sep-22-2020, 03:28 AM - Forum: Homework - Replies (2)

Please help me understand the code and its output

Find the missing element:
Given a sorted list or array, find a more efficient way to identify th..... More

Print this item

  open vlc movie file on raspberrypi
Posted by: Nickd12 - Sep-22-2020, 03:23 AM - Forum: General Coding Help - Replies (4)

hello im trying to open a vlc media player movie file that's on the desktop of my rasp pi I have copied the file path and tried using subprocess call ..... More

Print this item

  simple for loop?
Posted by: gr3yali3n - Sep-21-2020, 10:36 PM - Forum: General Coding Help - Replies (3)

how would I write a for loop to take 15 screenshots under different names with pyautogui or any other way? the pyautogui just replaces the same pictur..... More

Print this item

  Changing to new Python formatting example
Posted by: leodavinci1990 - Sep-21-2020, 06:48 PM - Forum: General Coding Help - Replies (3)

1) Is the following changes to new style of Python Formatting correct? And if not, what is a better way to efficiently format by reduce no. of lines, ..... More

Print this item

  Webscraper for multiple urls
Posted by: Milan - Sep-21-2020, 06:08 PM - Forum: Code Review - Replies (4)

Hello team,

I would like to share a script I have created.

It gets the name and price of a product for each url.

It looks like that:

[pyt..... More

Print this item

  user input for multi-dimentional list without a prior iteration using input()
Posted by: Parshaw - Sep-21-2020, 04:13 PM - Forum: General Coding Help - Replies (6)

Hello to my fellow python users,
I am new to python programming and while learning I faced a specific problem which require me to input a multi-dimen..... More

Print this item

  Eulers Number Exercise
Posted by: mynameis22 - Sep-21-2020, 03:54 PM - Forum: Homework - Replies (4)

Hi everbody, I'm really struggling with this excercise. Can somebody help me?

e (Eulers number) = 1/0! + 1/1! + 1/2! + 1/3! + 1/4! ⋯ + 1/n!

Try to ..... More

Print this item

  SHA256 sum for Python 3 installers?
Posted by: nathellburner - Sep-21-2020, 03:34 PM - Forum: General Coding Help - Replies (2)

Hello!

I was looking at installing Python 3, but I try to verify any software I install with a sha256sum. On the python page they provide a MD5 has..... More

Print this item

  Help with dice roll program
Posted by: kraco - Sep-21-2020, 02:17 PM - Forum: General Coding Help - Replies (7)

Please help me with this dice roll program.
I am trying to make program witch checks for dice roll result and then writes a line, when an number was ..... More

Print this item

  Python error on pythonanywhere
Posted by: lukee - Sep-21-2020, 02:13 PM - Forum: General Coding Help - Replies (10)

Hello,

so I have this error on deployment, I don't know if it's due to the constraints of my deployment server (pythonanywhere) or if it's related ..... More

Print this item

  path.exists returning True when it shouldn't
Posted by: natha18 - Sep-21-2020, 01:04 PM - Forum: General Coding Help - No Replies

Python version used is 3.5.3
Python file is executed on OS Debian 9.11

This script checks if files in 'source folder' are already in 'destination ..... More

Print this item

  First Python Project
Posted by: oli_action - Sep-21-2020, 10:16 AM - Forum: News and Discussions - Replies (1)

Hi everyone,

I completed the python beginner and intermediate level tutorial and I want to start working on my own projects. Easier said than done!..... More

Print this item

  Complete Python Tutorial
Posted by: jamessidis - Sep-21-2020, 10:12 AM - Forum: Tutorial Requests and Submissions - Replies (2)

This is complete Python tutorial if you want to learn it.

Go to Tutorial

This tutorial includes :

Getting Started..... More

Print this item

  Python Dictionary Comprehension
Posted by: jamessidis - Sep-21-2020, 09:57 AM - Forum: Tutorial Requests and Submissions - Replies (3)

If you want to learn more about Python dictionary comprehension, This tutorial is for you.

Print this item

  Compiling SlicerCAT
Posted by: flaviu2 - Sep-21-2020, 08:28 AM - Forum: General Coding Help - Replies (1)

I have read here: https://blog.kitware.com/slicercat-creat...3d-slicer/
that I need to install Python in order to compil..... More

Print this item

  Create code for input names and score for 15 student
Posted by: Davin - Sep-21-2020, 06:59 AM - Forum: Homework - Replies (2)

How i create a code using array and index for making table for input score and name for 15 student. Please help me .....

Print this item

  Error in Mysql Client when upgrading Django
Posted by: Abi - Sep-21-2020, 06:11 AM - Forum: General Coding Help - No Replies

After Installing the Latest Django version
it asked me to upgrade Mysql clent as well
like

File "/usr/lib/python3.6/site-packages/django/db/backe..... More

Print this item

  In need of web scraping code!
Posted by: kolbyng - Sep-21-2020, 04:07 AM - Forum: Web Scraping & Web Development - Replies (1)

I want a web scraping Python code. The website format is like this: https://animalcrossing.fandom.com/wiki/"Villager name". I want the user to input t..... More

Print this item

  looking for a custom exception
Posted by: JarredAwesome - Sep-21-2020, 02:26 AM - Forum: General Coding Help - Replies (5)

Hey everyone,

I am working on a python script that uses a thermometer. I want to put a line of code in that test to make sure the thermometer is ho..... More

Print this item

  Looping to read data in database
Posted by: CEC68 - Sep-21-2020, 01:32 AM - Forum: General Coding Help - Replies (1)

I am hoping someone could help me read in a master directory file which tells me what .csv to read through and save in memory and then move to next fi..... More

Print this item

  Flask Can't Save Screenshot to Postgres Db
Posted by: firebird - Sep-21-2020, 01:02 AM - Forum: Web Scraping & Web Development - Replies (3)

Hello to All,
Would you help resolve the following problem. The Flask web app I'm working on takes a screenshot (say of my computer - and it does wor..... More

Print this item

  Create a Tensor without importing any modules or libraries
Posted by: samW - Sep-20-2020, 11:57 PM - Forum: Homework - Replies (1)

I am unable to solve this. Tried Nested lists and a variety of different other combinations, but not getting the exact output. Can someone help me wit..... More

Print this item

  Meet Ubisoft Reflections, People Can Fly, Double Eleven +more
Posted by: scottishcolin - Sep-20-2020, 09:26 PM - Forum: Jobs - No Replies

Games Jobs Live on Weds 23rd September; a FREE online livestream with gamedev studios in the North East of England currently hiring!

The livestream..... More

Print this item

  Code required to operate website
Posted by: Rincewindwiz - Sep-20-2020, 07:23 PM - Forum: Web Scraping & Web Development - No Replies

Hi all
Original web newbie here with a small challenge

I need to make regular bookings on a (non-commercial) booking website.
The website opens f..... More

Print this item

  Problems with making a Video Player in WxPython
Posted by: SheeppOSU - Sep-20-2020, 07:11 PM - Forum: GUI - Replies (2)

I was trying to make a Video Player in WxPython, my overall goal being a video editor. The problem I'm having here is that the video plays too slowly,..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  link variable to exc bloc... 3 hours ago Astrobert Astrobert General Codin...
  PyQt6 QWidgets and system... 5 hours ago stevecoh1 Axel_Erfurt GUI
  best way to learn python 8 hours ago dutch mamta25 News and Disc...
  Graph Interpolate Difficu... 11-17, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
Most views
  The best Prog... 579120
  Tutorial Requ... 511412
  Web Scraping ... 442078
  Newbie with P... 386145
  New Users Int... 378558
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+ 12108
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SavingSquirrel199835 Yesterday
Astrobert Yesterday
DataScientist071 Yesterday
aminrony1999 11-17
fobby888 11-17

User Panel Messages

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