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,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,822

Full Statistics

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

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 2
» Views: 52
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 12:09 PM
» Replies: 4
» Views: 116
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 207
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 330
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Nov-11-2025, 05:07 AM
» Replies: 5
» Views: 290
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 123
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,627
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 221
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 212
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,501

 
  Database search in python for MongoDB
Posted by: Abdul515001 - Dec-14-2024, 12:31 PM - Forum: General Coding Help - No Replies

I am trying to develop a application which search and fetch the information from MongoDB through natural language query. What is the best way to do ..... More

Print this item

Question A unexpected indent error
Posted by: Zyh3rbr0 - Dec-14-2024, 06:25 AM - Forum: General Coding Help - Replies (4)

Hello anyone in this forum;

I would like some help in my project.

Could anyone spot the error for me?

I encountered a SyntaxError about Unexp..... More


Attached Files

.py   password_picker.py (Size: 619 bytes / Downloads: 192)
Print this item

  Finding a job as a Python Developer
Posted by: keithgoff - Dec-13-2024, 03:43 AM - Forum: Jobs - Replies (2)

I'm currently a PHP/JavaScript full stack developer and I am looking to transition to being a backend Python developer. I have about 3/4 years experie..... More

Print this item

  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 (4)

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 (4)

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: 154)
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: 160)
.txt   checker.txt (Size: 6.65 KB / Downloads: 153)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 5 hours ago sarbogast deanhystad General Codin...
  New to python and coding Yesterday, 12:09 lary_p jefsummers Homework
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... 11-11, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [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...
Most views
  The best Prog... 578876
  Tutorial Requ... 510015
  Web Scraping ... 441928
  Newbie with P... 385938
  New Users Int... 376501
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday
kai_cow2710 Yesterday
Kacper 11-11

User Panel Messages

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