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,956
» Latest member: alxpetrovo2272
» Forum threads: 38,727
» Forum posts: 175,527

Full Statistics

Online Users
There are currently 54 online users.
» 0 Member(s) | 48 Guest(s)
Bing, Google, AOL, Applebot, Google Image

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
6 hours ago
» Replies: 2
» Views: 131
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 188
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 371
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,434
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,425
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 302
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 757
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 967
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,225
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,425

 
  FSMD - Help
Posted by: crl34 - Sep-22-2020, 10:48 PM - Forum: General Coding Help - Replies (1)

I need to create a FSMD Simulator in Python, but I'm having problems with the ending state.
The machine is reaching its final state at cycle 22 when..... More

Print this item

  input inbetween two strings?
Posted by: KEYS - Sep-22-2020, 10:42 PM - Forum: General Coding Help - Replies (3)

I would like advice on how i can have a second string at the end of the input area in the bellow code.
What i am trying to do is have "Enter items we..... More

Print this item

  Finding if a location lies within a map?
Posted by: Winfried - Sep-22-2020, 10:41 PM - Forum: General Coding Help - Replies (4)

Hello,

I'm using Gpxpy to read two files (a track and a set of locations), and need to keep only locations that lie within the map (top+left, botto..... More

Print this item

  [split] New thread/topic
Posted by: rajp1497 - Sep-22-2020, 09:55 PM - Forum: General Coding Help - Replies (1)

I want to find all the words in an xml file between the <text.....> and </text>. What is the best way to approach this?
("....." means there may be a..... More

Print this item

  Help please. Looping the same SQL query over different databases and combine them
Posted by: danlin123 - Sep-22-2020, 09:45 PM - Forum: Homework - Replies (3)

Suppose I have 3 SQL dataset tables with the same columns but different values. Those tables contain Tommy's test scores in different subjects on thei..... More

Print this item

  Problem with logging in on website - python w/ requests
Posted by: GoldeNx - Sep-22-2020, 09:15 PM - Forum: Web Scraping & Web Development - Replies (6)

Hello,
I'm learning how to write requests in python. I'm trying to log in to zalando-lounge.pl website. I keep recieving 403 error. I passed all the ..... More

Print this item

  assigning a variable :(
Posted by: gr3yali3n - Sep-22-2020, 08:59 PM - Forum: General Coding Help - No Replies

That was embarrassing.

Print this item

  coding security and networks projects
Posted by: space_cat - Sep-22-2020, 08:30 PM - Forum: Homework - Replies (1)

i'm a penetration tester, networks mostly, and i'm trying to get some good python skills. i find it hard to find exercises, and project making instruc..... More

Print this item

  What Are Python Literals?
Posted by: Julie - Sep-22-2020, 05:36 PM - Forum: General Coding Help - Replies (11)

What Are Python Literals?

I have been doing a lot of research and keep coming across vague and conflicting definitions of what literals are in Pyth..... More

Print this item

  2d List not returning
Posted by: DariusKsm - Sep-22-2020, 04:40 PM - Forum: General Coding Help - Replies (2)

Hey, Im trying to get this function to return a value like [x][y]
but it keeps giving me "line 54, in move
return [new_row][new_col]
IndexError..... More

Print this item

  xlsxwriter in windows
Posted by: dfstrottersfan - Sep-22-2020, 03:56 PM - Forum: General Coding Help - Replies (2)

I am trying to instal xlsxwriter on a windows platform (windows 10 home

I have
"Python 3.8.6rc1 (tags/v3.8.6rc1:08bd63d, Sep 7 2020, 23:10:23) [..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 6 hours ago Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Today, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
Most views
  The best Prog... 576865
  Tutorial Requ... 499433
  Web Scraping ... 440640
  Newbie with P... 384614
  New Users Int... 368590
Most reputation
buran 581
snippsat 508
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
alxpetrovo2272 Today
Jamirul Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday

User Panel Messages

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