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,923
» Latest member: jeremyn24503
» Forum threads: 38,719
» Forum posts: 175,489

Full Statistics

Online Users
There are currently 55 online users.
» 1 Member(s) | 50 Guest(s)
Bing, Google, AOL, AOL, DeaD_EyE

Latest Threads
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
1 hour ago
» Replies: 7
» Views: 1,513
Python Installation issue
Forum: News and Discussions
Last Post: Dev
2 hours ago
» Replies: 4
» Views: 15,443
New to the field
Forum: News and Discussions
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 199
Too much space between gr...
Forum: GUI
Last Post: deanhystad
10 hours ago
» Replies: 1
» Views: 207
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:52 PM
» Replies: 1
» Views: 231
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 521
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,310
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,332
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,012
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,265

 
  Why not use len(alist) in an iterator?
Posted by: Pedroski55 - Jun-26-2024, 11:48 AM - Forum: General Coding Help - Replies (5)

Python lists are integer-indexed arrays. That is why you can retrieve an element from the list with a number: alphabet[13]

I often read you shouldn..... More

Print this item

  Using PyTorch to implement a deep learning model - Emmanuel Katto
Posted by: emmanuelkattouganda - Jun-26-2024, 04:57 AM - Forum: News and Discussions - Replies (2)

Hi all, I am Emmanuel Katto from Uganda. I'm trying to use PyTorch to implement a deep learning model for image classification, but I'm having trouble..... More

Print this item

  email address input
Posted by: jacksfrustration - Jun-26-2024, 04:53 AM - Forum: General Coding Help - Replies (5)

making an app to send reminder emails. i want to set up a way to make sure that in the email entry widget the input should always be in a format of te..... More

Print this item

  Running powershell command in flask wtf form
Posted by: robertkwild - Jun-25-2024, 11:48 AM - Forum: General Coding Help - Replies (10)

hi all,

ive made this flask-wtf form

[python]
from flask import Flask, render_template, request
from flask_wtf import FlaskForm
from wtforms ..... More

Print this item

  regex issue
Posted by: jacksfrustration - Jun-25-2024, 11:46 AM - Forum: General Coding Help - Replies (4)

basically im making a reminder app as practice. i try to use regex to verify that the phone number the user inputs is UK based. So basically the input..... More

Print this item

  cheap and low power python device
Posted by: kucingkembar - Jun-25-2024, 09:22 AM - Forum: General Coding Help - Replies (6)

sorry for my bad English or wrong forum,

because my PC power is too high just for a downloader,
I like to buy a device, probably [rasbery pi] for ..... More

Print this item

  Copy and Paste Files - Command
Posted by: MicheliBarcello - Jun-24-2024, 10:33 PM - Forum: General Coding Help - Replies (2)

Good night people,
I have a problem, I used the following code to copy and paste files from one folder to another
[python]
import os
import time
..... More

Print this item

  How to create a moving average backward of a serie of sumbers?
Posted by: Frankd - Jun-24-2024, 06:31 PM - Forum: General Coding Help - Replies (5)

Hi,

Here's what i want to do. I tried in C# but was wondering if it would not be more pratical in Python.

I have a serie of numbers: var Quodown..... More

Print this item

  tkinter photo image problem
Posted by: jacksfrustration - Jun-24-2024, 03:56 PM - Forum: General Coding Help - Replies (5)

i have the basic code that follows


[python]

window = Tk()
window.title("Reminder Application")
window.geometry("1079x719")

bg_pic = Photo..... More

Print this item

  Linux, Python, C ++, Brain2 and errors.
Posted by: PiotrBujakowski - Jun-24-2024, 03:41 PM - Forum: General Coding Help - No Replies

Hi.

I try to make and run first time AI Neural Network on my computer.
Knowledge Python is basic.

I'm using Linux Ubuntu.

I install whole in..... More

Print this item

  reminder app logic problem
Posted by: jacksfrustration - Jun-24-2024, 02:28 PM - Forum: General Coding Help - Replies (3)

im making a reminder app. one of the first step would be to only accept dates set in the future and not in the past to avoid any user mistakes. Does a..... More

Print this item

  1000th post
Posted by: menator01 - Jun-24-2024, 12:14 PM - Forum: Bar - Replies (2)

Just wanted to say yay! 1000th post. Hope everyone is well. :)

Print this item

  updating pip, python - understanding terminal and pycharm.
Posted by: endlessnameless - Jun-24-2024, 05:48 AM - Forum: General Coding Help - No Replies

hi there-
i've coded before in some more "user-friendly" environments, but i'm new to python.

i downloaded pycharm because it was recommended and..... More

Print this item

  raspberry pico second core ?
Posted by: trix - Jun-23-2024, 04:57 PM - Forum: General Coding Help - Replies (3)

hello,

why am I working on the 2nd core?
I am working with a stepper motor that makes a movement from left to right, which takes about 25,000 puls..... More

Print this item

  Script problem - Illegal access to removed OSM object
Posted by: MarcPolo72 - Jun-23-2024, 04:26 PM - Forum: General Coding Help - No Replies

Hello

I have a problem with the script. I'm not fluent in Python so I'm asking for help.
The script initializes the "handler" object, loads data f..... More

Print this item

  Setting Up Python on New Debian 12 Install
Posted by: jogl - Jun-23-2024, 03:54 PM - Forum: News and Discussions - Replies (10)

I have recently installed Debian 12 on my main desktop machine.

Due to past unhappy experiences I do not want to monkey with the default Python i..... More

Print this item

  ModuleNotFoundError: No module named 'athena_read'
Posted by: raman - Jun-23-2024, 04:16 AM - Forum: General Coding Help - Replies (2)

I have file athena_read.py but i am still getting error ModuleNotFoundError: No module named 'athena_read' How can i overcome that err

..... More

Print this item

  ChainMaps - Chaining multiple dictionaries
Posted by: maina - Jun-22-2024, 06:16 PM - Forum: Code sharing - Replies (2)

The collections module in the standard library provides the ChainMap class which joins multiple dictionaries to act as if it was a one large dictionar..... More

Print this item

  How to except a repeating number
Posted by: zimmytheflygirl - Jun-22-2024, 12:06 AM - Forum: Homework - Replies (6)

Ok..I am making a math tutor program...student chooses a process (add, sub, div, mul), then enters first number, second number, and then answer.

Th..... More

Print this item

  Scrape medical information from MedlinePlus
Posted by: Nawahda - Jun-21-2024, 10:45 AM - Forum: General Coding Help - No Replies

Hi friends
I am trying to achieve the following tasks:

1-Scrape the list of diseases from the MedlinePlus Medical Encyclopedia page.
2-For each..... More

Print this item

  pyfiles installing error in CondaPkg.jl
Posted by: raman - Jun-21-2024, 07:52 AM - Forum: General Coding Help - No Replies

I want to use pyfiles to read data using CIS library. I want to use them inside J..... More

Print this item

  sort list of dictionaries by value
Posted by: jacksfrustration - Jun-20-2024, 01:32 PM - Forum: General Coding Help - Replies (4)

i am trying to sort a list of dictionaries based by a value of a specific key under the column of name values. i found two ways to do this
first i fo..... More

Print this item

  Creating release on github remote repo with file list
Posted by: Unkovic - Jun-20-2024, 01:41 AM - Forum: Data Science - Replies (1)

Hello, I'm making the release function which uploads files and creates local and remote github repo. Everything works well until uploading part. Alway..... More

Print this item

  I may need some testing / review help with socket server exercise
Posted by: rodiongork - Jun-19-2024, 08:12 PM - Forum: News and Discussions - Replies (4)

Hi Friends!

Briefly: here is the exercise I've created couple days ago but for w..... More

Print this item

  hardware timer raspberry pico
Posted by: trix - Jun-19-2024, 04:21 PM - Forum: General Coding Help - Replies (4)

has the raspberry pico hardware timers on board.
I read conflicting information about that.
It could of course be that this functionality was added ..... More

Print this item

  Populate QComboBox with "text" and "userData" from database.
Posted by: carecavoador - Jun-19-2024, 02:01 PM - Forum: GUI - No Replies

Hello, Forum.

I'm writing a form to insert new records on a relational database with two tables: one with customers data and the other with the con..... More

Print this item

  I dont understand on how to create a Bot that can read info on the screen aloud
Posted by: RaySuS777 - Jun-19-2024, 10:02 AM - Forum: General Coding Help - No Replies

I need some help in creating code to make my bot read the text from any web page and say it aloud

I have researched libraries like BeautifulSoup fo..... More

Print this item

  Is it possible for a Bot to read out the information on the screen aloud?
Posted by: RaySuS777 - Jun-19-2024, 07:00 AM - Forum: General Coding Help - Replies (1)

Hey pyhton newbie here -

Question:


I am developing a Python voice assistant for visually impaired users to help them search the web and ..... More

Print this item

  how to create video game mission chart?[SOLVED]
Posted by: kucingkembar - Jun-18-2024, 06:16 PM - Forum: General Coding Help - Replies (1)

sorry for my bad English,
if you would like to know what [video game mission chart] is, look this page:
..... More

Print this item

  ZeroDivisionError help
Posted by: zimmytheflygirl - Jun-18-2024, 05:57 PM - Forum: Homework - Replies (13)

I have spent way to much time on this. What I need to do, make a math tutor. I have this entire thing figured out but this.

What it needs to do, ..... More

Print this item

Big Grin bitpy-v0.1-master-python
Posted by: kriminalkartoon - Jun-18-2024, 05:45 PM - Forum: Code sharing - No Replies

Hi. Im here to share my python code. I've designed this to generate private keys and ther corresponding public key.
Then it checks the balance and ex..... More

Print this item

  Bot that can read info on the screen aloud...
Posted by: RaySuS777 - Jun-18-2024, 05:01 PM - Forum: General Coding Help - Replies (2)

Question:

I am developing a Python voice assistant for visually impaired users to help them search the web and gain information using voice co..... More

Print this item

  PyQt5 - issue of delay in overall performance & user interface while using serial COM
Posted by: thiru - Jun-18-2024, 08:34 AM - Forum: General Coding Help - No Replies

Whenever i changing the widget i am facing the issue of delay in overall performance and user interface while using serial COM


[python]cla..... More

Print this item

  help seeking for prediction of fixed effect model
Posted by: gotodockforevildragon - Jun-18-2024, 04:10 AM - Forum: General Coding Help - No Replies

now i get a formula by FE MODEL, but i wanna use it to predict the upper and lower bound of 'Y'
however, it seems that the i could not predict if bas..... More

Print this item

  video plays in the background only
Posted by: Gorashy - Jun-17-2024, 06:32 PM - Forum: GUI - Replies (3)

I am trying to play video, the video is playing on the background only and no window is shown. this the function that plays the video in a class.
[p..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to Python and Pygame 1 hour ago JMcM JMcM Game Developm...
  Python Installation issue 2 hours ago RFHill Dev News and Disc...
  New to the field 5 hours ago Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... 10 hours ago RonR deanhystad GUI
  data input while debuggin... Yesterday, 23:52 fred1232 Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
Most views
  The best Prog... 575507
  Tutorial Requ... 496466
  Web Scraping ... 439606
  Newbie with P... 383212
  New Users Int... 364194
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+ 12087
buran 8174
snippsat 7366
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
jeremyn24503 Today
homataheri Today
Dev Today
RonR Yesterday
SofiaAnatolie Yesterday

User Panel Messages

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