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,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,815

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 34 Guest(s)
Bing, Google

Latest Threads
New to python and coding
Forum: Homework
Last Post: mamta25
2 hours ago
» Replies: 2
» Views: 75
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
2 hours ago
» Replies: 4
» Views: 131
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 281
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 260
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 99
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,612
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 199
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 182
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,065
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,419

 
  Coding help required in Python using VS Code
Posted by: KakashiSenpai - Jun-30-2024, 09:22 AM - Forum: General Coding Help - Replies (3)

Hi everyone,

I am learning Python and need some help please on how to write the code for my program to do the following:

Customer would like to add ..... More

Print this item

  two iterations in parallel
Posted by: Skaperen - Jun-30-2024, 12:39 AM - Forum: General Coding Help - No Replies

i have a massively huge set of hundreds of millions of numbers in a file. memory is not large enough to hold all these numbers in one list. so to ru..... More

Print this item

  writing list to csv file problem
Posted by: jacksfrustration - Jun-29-2024, 11:17 PM - Forum: General Coding Help - Replies (5)

im making a task reminder that will send emails and sms reminding of tasks and events. my problem that im stuck with is with saving the data. i chose ..... More

Print this item

  Combine documentation and testing with doctest
Posted by: maina - Jun-29-2024, 08:19 PM - Forum: Code sharing - No Replies

Testing is how we verify that a piece of code works as intended.

Doctest allow us to document and test a code unit at once.

A docstring or [b..... More

Print this item

  Difference between method and attribute holding a function
Posted by: ulrich - Jun-29-2024, 07:57 PM - Forum: General Coding Help - Replies (2)

Hi,
a class can have methods, and it can have attributes, which can hold a function. Both is well known, of course.
My question: Is there any differ..... More

Print this item

  API Problems!!!
Posted by: Dronemaster278 - Jun-29-2024, 01:16 AM - Forum: General Coding Help - Replies (3)

Hi! I am relatively nw to python, but i know a decent bit of C++ and HTML. However, this is my first time using API protocols. I am attempting to run ..... More


Attached Files

.py   nonkyc.py (Size: 32.99 KB / Downloads: 400)
Print this item

  scipt with apparently no errors shown, still not running
Posted by: INS - Jun-28-2024, 08:05 PM - Forum: GUI - Replies (4)

under is the actual script, I'm still on the learning side. I have done others before this particular one and they all executed and popped up the GUI...... More

Print this item

  API Problems!!!
Posted by: Dronemaster278 - Jun-28-2024, 04:09 PM - Forum: General Coding Help - No Replies

Hi! I am relatively nw to python, but i know a decent bit of C++ and HTML. However, this is my first time using API protocols. I am attempting to run ..... More


Attached Files

.py   nonkyc.py (Size: 32.99 KB / Downloads: 168)
Print this item

  Display data from a chat
Posted by: Arcanta - Jun-28-2024, 03:29 PM - Forum: GUI - Replies (2)

Good morning,

I'm starting this topic to get python tips for displaying textual data.

I retrieved chat-type data from a database and I would like to..... More

Print this item

  Count Button Press
Posted by: chizzy101010 - Jun-28-2024, 03:19 PM - Forum: General Coding Help - Replies (3)

Hi , hope all is good. I'm trying to put together a project to learn python and raspberry pi and have looked at counting how many times a button is pr..... More

Print this item

  What is going on?
Posted by: zimmytheflygirl - Jun-28-2024, 02:03 PM - Forum: Homework - Replies (7)

What it needs to do....
[quote]2. InputExpenseNames
First create an empty list for expense items. Next, enter a loop that iterates for as long as the ..... More

Print this item

  Connecting GUI code with working logic code
Posted by: darter1010 - Jun-27-2024, 10:38 PM - Forum: GUI - Replies (10)

I have a working non-GUI python script to do some scraping and showing me some financial data and it is working and I trust it so I would like to add..... More

Print this item

  2.7.5 Assistance
Posted by: patrickperea - Jun-27-2024, 09:25 PM - Forum: General Coding Help - Replies (4)

Hello I am in need of some assistance, to quickly sum it up I obtain an incoming payment file that is 33 characters long on each line and I need it to..... More

Print this item

  Announcing the configoose module!
Posted by: Gribouillis - Jun-27-2024, 08:01 PM - Forum: News and Discussions - Replies (4)

I uploaded a new module in Github, it is named « configoose ». It is not yet in Pypi and it is at..... More

Print this item

  Seeking some script design advice... involves asyncio, threads, multiprocessing
Posted by: sawtooth500 - Jun-27-2024, 05:56 PM - Forum: General Coding Help - Replies (1)

I need some high level advice on how to code this, thinking asyncio, threading, and multiprocessing...

I'm implementing a stock algo to trade in re..... More

Print this item

  How to change a tkinter label with scale and how to save that new value for later?
Posted by: bkeith - Jun-27-2024, 05:12 PM - Forum: General Coding Help - Replies (3)

I've been building and ROV for a while now and made a pretty sweet GUI first with Arduino IDE, then with MATLAB, everything worked great. I upgraded t..... More

Print this item

  Show powershell errors in flask-wtf web form
Posted by: robertkwild - Jun-27-2024, 04:53 PM - Forum: General Coding Help - Replies (14)

hi all,

so im really getting along with my flask-wtf form and im nearing its completion

now i want to show if powershell errors, i want it to show o..... More

Print this item

  How to delete tkinter table items?
Posted by: theCarl - Jun-27-2024, 01:58 PM - Forum: GUI - Replies (1)

I have a window that is live updating with rows, but it only adds rows. I'd like to delete the old rows each refresh so that it appears as a live tab..... More

Print this item

  Day 1 - as newbie as you can get
Posted by: boss_hogg - Jun-27-2024, 12:18 PM - Forum: General Coding Help - Replies (2)

I tripped across ChatGPT being able to create python code for me, and it looks very useful. Im trying to create some patterns, using python to write ..... More

Print this item

  Cant get powershell script to run with subprocess
Posted by: robertkwild - Jun-27-2024, 10:17 AM - Forum: General Coding Help - Replies (2)

hi all,

i can run up a powershell command with subprocess fine but now im trying to get subprocess working with my powershell script but its not pa..... More

Print this item

  Python ssl module
Posted by: Pedroski55 - Jun-27-2024, 08:53 AM - Forum: General Coding Help - Replies (4)

If I open Idle, I can import the module ssl no problem

But

Quote:pip list

in bash shows no module ssl

Why does ssl not show up i..... More

Print this item

  docx file to pandas dataframe/excel
Posted by: iitip92 - Jun-26-2024, 07:40 PM - Forum: General Coding Help - Replies (1)

Hi everyone,
following the docx documentation and dropbox API documentation I wanted to download doc and docx files from a dropbox directory. I used ..... More

Print this item

  recurring events every specific amount of days
Posted by: jacksfrustration - Jun-26-2024, 01:58 PM - Forum: General Coding Help - Replies (6)

im making a reminder app not for profit and one of the features would ideally be recurring reminders. So i would have something like a checkbox and if..... More

Print this item

  comtypes: how to provinde a list of string to a COM method
Posted by: zalanthas - Jun-26-2024, 01:27 PM - Forum: General Coding Help - No Replies

Working on Microsoft Windows [Version 10.0.19045.4412], Python 3.8.10 (I need to compile my script for Windows 7 as well...), comtypes 1.4.4

I am i..... More

Print this item

  How to attach a file to an email ?
Posted by: arbiel - Jun-26-2024, 12:41 PM - Forum: Networking - Replies (4)

Hi

I'm using python 3.8 and Ubuntu 20.04 as shown below :

[code]
arbiel@arbiel-NK3S-8-S4:~$ python
Python 3.8.10 (default, Jun 22 2022, 20:18:..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 2 hours ago lary_p mamta25 Homework
  Help with Serial.write in... 2 hours ago racingsubby racingsubby General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 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...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578831
  Tutorial Requ... 509833
  Web Scraping ... 441914
  Newbie with P... 385912
  New Users Int... 376065
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+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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