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,418
» Latest member: arturioworker
» Forum threads: 38,542
» Forum posts: 174,658

Full Statistics

Online Users
There are currently 440 online users.
» 0 Member(s) | 431 Guest(s)
Bing, Yandex, Google, Applebot, Facebook

Latest Threads
Get the string after a sp...
Forum: General Coding Help
Last Post: JanJan
40 minutes ago
» Replies: 3
» Views: 160
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Larz60+
Today, 09:51 AM
» Replies: 1
» Views: 147
I am sending messages usi...
Forum: General Coding Help
Last Post: Hendrikb
Today, 09:38 AM
» Replies: 0
» Views: 71
function arguments
Forum: General Coding Help
Last Post: Gribouillis
Today, 06:48 AM
» Replies: 1
» Views: 132
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
Today, 05:45 AM
» Replies: 1
» Views: 161
how to delete thread
Forum: Board
Last Post: DeaD_EyE
Yesterday, 07:30 PM
» Replies: 4
» Views: 284
Atari Ping Pong Game
Forum: Code sharing
Last Post: deanhystad
Yesterday, 05:04 PM
» Replies: 1
» Views: 161
not running
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:08 PM
» Replies: 2
» Views: 266
[split] How to continue c...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:02 PM
» Replies: 1
» Views: 140
Web Scraping / API
Forum: Jobs
Last Post: deepvyas
Yesterday, 01:40 PM
» Replies: 2
» Views: 471

 
  Python 3.13(Windows) does not have the latest module OS
Posted by: phillip_from_oz - Dec-13-2024, 03:27 AM - Forum: General Coding Help - Replies (1)

I have installed the latest Python 3.13.1 on my Windows 10 PC.

I'm trying to run program pssh which requires OS.pipe2().

The module OS should ha..... More

Print this item

  Python: How to import data from txt, instead of running the data from the code?
Posted by: Melcu54 - Dec-12-2024, 07:46 PM - Forum: General Coding Help - Replies (1)

Instead of loading ro_tags: and en_tags: from the code, I want to modify only the import, so to extract them from: d:\3\PROBEMA\rezultat..... More

Print this item

  Trying to update label text using a grid button.
Posted by: Edward_ - Dec-12-2024, 06:36 PM - Forum: GUI - Replies (7)

I'm wanting to learn a couple simple text manipulations, like changing label and button text based on a button input or code.
But I can't seem to get..... More

Print this item

  [split] Code help
Posted by: emma1423 - Dec-12-2024, 10:34 AM - Forum: General Coding Help - Replies (1)

I created a peer-to-peer lending simulation in spyder when I run my main output I get an error in creating one of my plots and Im not sure why. The er..... More

Print this item

  Can't get no email to show
Posted by: Raysz - Dec-11-2024, 03:44 PM - Forum: General Coding Help - No Replies

[quote]
So I have this simple program that checks my email
everything is working the way it should

I would like to have it print there are no new..... More

Print this item

  gpiozero button turn off LED that is already on
Posted by: duckredbeard - Dec-11-2024, 03:34 PM - Forum: General Coding Help - Replies (3)

I have a Raspberry Pi on my desk. It is wired to an LED and a button. My phone sends an SSH to the Pi when it gets a text message. The SSH runs thi..... More

Print this item

  What can I add more? or is it fine>
Posted by: s1lent - Dec-11-2024, 05:31 AM - Forum: Code Review - No Replies

Hello guys I have made a Duplicate Remover using tkdnd and pandas what should I add more to it?
[python]
import os
from tkinter import *
import pandas..... More

Print this item

  Error during `python setup.py develop` and `pip install -r requirements.txt`
Posted by: lokalhangatt - Dec-11-2024, 04:59 AM - Forum: Code sharing - Replies (1)

I'm encountering an issue while trying to install the dependencies for my Python project using setup.py and [inline]pip install -r re..... More

Print this item

  Error: cannot mix str with (non-str) arguments
Posted by: ngregistrations - Dec-10-2024, 10:05 PM - Forum: General Coding Help - Replies (2)

Hello everyone,

I have a function that connects to an API and get data and needs 3 parameters, all string, but one of them is a GUID. So I validate..... More


Attached Files

Thumbnail(s)
       
Print this item

  Operation Not Permitted
Posted by: CaptainNewb - Dec-10-2024, 09:34 PM - Forum: General Coding Help - Replies (1)

Hi, per my username I'm relatively new to python ;-)

I have a new Mac and when I attempt to run a python script via cron, I receive the following er..... More

Print this item

  How to get keep information in a loop
Posted by: ginod - Dec-10-2024, 05:53 PM - Forum: General Coding Help - Replies (4)

Hey there,

I am new to python. At the moment I am trying to program a GUI, that show me some user information from a table of a SQL Database with a..... More

Print this item

  interlinked Comboboxes
Posted by: azelor - Dec-10-2024, 03:34 PM - Forum: GUI - Replies (4)

Hi!

I'm trying to link two comboboxes but I'm running into the retrieval of the second one after selection.

---------------------- --------..... More

Print this item

  Python Thread Detection
Posted by: HansieB - Dec-10-2024, 10:49 AM - Forum: General Coding Help - Replies (2)

Dear forum member,

Is a pyhon (wifi) (open source) thread detection available?

Regards.

HansieB

Print this item

  Noob programmer - game of Nim help
Posted by: Dazzalac - Dec-09-2024, 04:10 PM - Forum: Homework - Replies (3)

Hi, I'm a complete noob to Python so please be nice! Pray

I am writing a game of nim program and I've come across an issue where I've managed..... More


Attached Files

.zip   GameOfNim Computer.zip (Size: 1.5 KB / Downloads: 67)
Print this item

  Need help making a desktop plant
Posted by: Salmonoid06 - Dec-09-2024, 04:25 AM - Forum: General Coding Help - Replies (1)

Hi,
I'm very new to python and need some advice on how to go about coding my project.

I'm trying to make a plant that will appear only my desktop,..... More

Print this item

  [split] Prime numbers
Posted by: saima - Dec-08-2024, 02:47 PM - Forum: General Coding Help - Replies (1)

[python]def is_prime(num): #function to check if a number is prime
if num < 2: #numbers less than 2 aren't prime
return False
for i..... More

Print this item

  Unable to Generate Class Code in Flask App - Form Not Submitting Correctly
Posted by: misbahskuy - Dec-08-2024, 06:55 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, I’m working on a Flask application where employees can generate class codes. I’ve set up a form to handle the submission of class codes (including..... More

Print this item

  Extract args=, value that was passed to Multiprocessing.Proc object during runtime?
Posted by: haihal - Dec-07-2024, 03:45 PM - Forum: General Coding Help - Replies (1)

The attaced image greatly goes into detail of I'm trying to do. The specific queue passed in:
[python]p = multiprocessing.Process(target=work..... More

Print this item

  Endgame engine with non-standard figures doesn't behave correctly
Posted by: max248 - Dec-07-2024, 12:44 PM - Forum: General Coding Help - No Replies

I've created a code for chess endgame with non-standard figures Amazon/Eve/Cyril.
Amazon, say, is like Queen and Knight at one piece.
The code is he..... More

Print this item

  Parquet file generation
Posted by: woliveiras - Dec-07-2024, 01:42 AM - Forum: General Coding Help - Replies (1)

I hope this message finds you well. I'm encountering an intriguing issue with our data processing pipeline and would greatly appreciate your insights...... More

Print this item

  Can a windows file be 'remapped' in Linux ?
Posted by: jehoshua - Dec-07-2024, 01:22 AM - Forum: General Coding Help - Replies (3)

Looking through some of the examples at https://github.com/flatplanet/Intro-To-T...ube-Course , tried running one and

[quote]$ python3 list..... More

Print this item

Information pivot
Posted by: gunther - Dec-06-2024, 03:57 PM - Forum: General Coding Help - Replies (1)

Hello,
could someone help me please with a special programming question:

I have a dataframe like this:

Datum Mitarbeiter Tageszeit
0 ..... More

Print this item

Photo Code help
Posted by: piturcastef - Dec-06-2024, 10:23 AM - Forum: General Coding Help - Replies (12)

[python]Funcția de recunoaștere vocală
import speechrecognition as sr
from twilio.rest import Client
... def getorder():
... recognizer = sr.R..... More

Print this item

  Asynchronous operation without window freezing
Posted by: T800 - Dec-06-2024, 05:40 AM - Forum: GUI - No Replies

I have a mobile application on kivy, it works well until I try to implement asynchronous execution of site parsing in it, so that the main gui kivy wi..... More


Attached Files

.txt   main.txt (Size: 6.69 KB / Downloads: 87)
.txt   checker.txt (Size: 6.65 KB / Downloads: 79)
Print this item

  Is this normal?
Posted by: Exork1950 - Dec-06-2024, 04:24 AM - Forum: GUI - Replies (2)

Hi everyone

I am a newbie so bear with me, I watc..... More

Print this item

  Help with Exam in "Python for Economists"
Posted by: Nikootto - Dec-05-2024, 02:49 PM - Forum: Homework - Replies (1)

Hi everyone,

I'm preparing for my Python for Economists exam and could really use some guidance. The exam focuses on applying Python to economic mo..... More

Print this item

  Joystick-controller in threadings
Posted by: MacTommy - Dec-05-2024, 06:50 AM - Forum: General Coding Help - Replies (4)

Sitting in a small Raspberry Pi project to controll stuff in lightingconsoles with a Joystick. Has some issue with timing and wondering if I should se..... More

Print this item

  Pixel sized button does not work associated method
Posted by: TheTiger - Dec-04-2024, 08:50 PM - Forum: GUI - Replies (7)

Hello, Python Community

I'm working on a calculator with tkinter. Actually, I'm learning Python to be able to teach to a friend of mine, I'm a (.Ne..... More

Print this item

  yield question with append
Posted by: gnomegordon - Dec-04-2024, 05:44 PM - Forum: General Coding Help - Replies (2)

when I try to use print the output the yield result, everything is shown as expected. The code and output is as below:
[python]def triangles():
..... More

Print this item

  Finite element method
Posted by: Paul_SU_Paris - Dec-04-2024, 04:06 PM - Forum: Homework - Replies (2)

Hi everybody, we are french students in mechanics and we have a project in Python, we have to code finite element method. For now we are restricted to..... More

Print this item

  Advent of Code 2024
Posted by: buran - Dec-04-2024, 01:07 PM - Forum: News and Discussions - No Replies

It's 4th of December, but anyway - reminder
Advent of Code

Print this item

  Button creation on Widget
Posted by: maiya - Dec-04-2024, 06:03 AM - Forum: GUI - Replies (2)

Hi All,

I have created a QPushButtons on the top of the widget, but then I wanted to add those buttons on the left side of the widget.

any sugge..... More

Print this item

  [SOLVED] Special characters in XML
Posted by: ForeverNoob - Dec-03-2024, 12:11 PM - Forum: General Coding Help - Replies (3)

Hello,

I'm building an XML for file catalog. One of the files contains the character ö (o with umlaut), and it seems to invalidate the XML. What is..... More

Print this item

  hyperlink
Posted by: DPaul - Dec-03-2024, 07:23 AM - Forum: Bar - No Replies

Hi,
I was handed an excel file with names and dates for genealogy purposes.
Normally the original document is a .jpeg or .tif representing e.g. a p..... More

Print this item

  matching calendars
Posted by: Skaperen - Dec-03-2024, 12:52 AM - Forum: Bar - No Replies

i'm posting this in the bar because i don't know where else to post it. besides, you likely will need to be drunk to do this. Big Grin

there a..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Get the string after a sp... 40 minutes ago JanJan JanJan General Codin...
  where should DEFAULT_CIPH... Today, 09:51 Skaperen Larz60+ General Codin...
  I am sending messages usi... Today, 09:38 Hendrikb Hendrikb General Codin...
  function arguments Today, 06:48 Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... Today, 05:45 Winfried Winfried General Codin...
  how to delete thread Yesterday, 19:30 Azdaghost DeaD_EyE Board
  Atari Ping Pong Game Yesterday, 17:04 Azdaghost deanhystad Code sharing
  not running Yesterday, 16:08 Azdaghost deanhystad General Codin...
  [split] How to continue c... Yesterday, 16:02 pythonnewbie62 deanhystad General Codin...
  Web Scraping / API Yesterday, 13:40 nautifi deepvyas Jobs
  Wish to write a code for ... Yesterday, 07:12 Hasan2025 Hasan2025 General Codin...
Most views
  The best Prog... 557353
  Tutorial Requ... 424383
  Web Scraping ... 422889
  Newbie with P... 350952
  Thread remain... 324887
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12034
buran 8165
snippsat 7320
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
arturioworker Today
wayenia Today
davidmartin Today
donjon4500 Today
dadsdsdadsad Today

User Panel Messages

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