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,437
» Latest member: AlexZolotov
» Forum threads: 38,550
» Forum posts: 174,694

Full Statistics

Online Users
There are currently 527 online users.
» 1 Member(s) | 521 Guest(s)
Google, Yandex, Apple, snippsat

Latest Threads
Picamera2 commands betwee...
Forum: General Coding Help
Last Post: deanhystad
25 minutes ago
» Replies: 1
» Views: 139
How to understand object-...
Forum: General Coding Help
Last Post: deanhystad
41 minutes ago
» Replies: 1
» Views: 62
Python script not working...
Forum: Web Scraping & Web Development
Last Post: texwilson47
2 hours ago
» Replies: 2
» Views: 109
PyVisa Query Command fail...
Forum: General Coding Help
Last Post: deanhystad
3 hours ago
» Replies: 1
» Views: 138
[SOLVED] [Beautiful Soup]...
Forum: General Coding Help
Last Post: Winfried
4 hours ago
» Replies: 2
» Views: 110
[SOLVED] [Beautiful Soup]...
Forum: General Coding Help
Last Post: Winfried
4 hours ago
» Replies: 2
» Views: 221
CSV reader with PyQt6
Forum: Code sharing
Last Post: Axel_Erfurt
8 hours ago
» Replies: 3
» Views: 153
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: snippsat
Today, 07:00 AM
» Replies: 8
» Views: 381
what name to give to a ne...
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 09:39 PM
» Replies: 4
» Views: 153
function arguments
Forum: General Coding Help
Last Post: Curbie
Yesterday, 05:23 PM
» Replies: 2
» Views: 229

 
  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

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Picamera2 commands betwee... 25 minutes ago GigiG deanhystad General Codin...
  How to understand object-... 41 minutes ago snl_9527 deanhystad General Codin...
  Python script not working... 2 hours ago texwilson47 texwilson47 Web Scraping ...
  PyVisa Query Command fail... 3 hours ago dazz deanhystad General Codin...
  [SOLVED] [Beautiful Soup]... 4 hours ago Winfried Winfried General Codin...
  [SOLVED] [Beautiful Soup]... 4 hours ago Winfried Winfried General Codin...
  CSV reader with PyQt6 8 hours ago suburbanprojects Axel_Erfurt Code sharing
  where should DEFAULT_CIPH... Today, 07:00 Skaperen snippsat General Codin...
  what name to give to a ne... Yesterday, 21:39 Skaperen Skaperen News and Disc...
  function arguments Yesterday, 17:23 Curbie Curbie General Codin...
  Eight Queens Problem, err... Yesterday, 16:22 snl_9527 Gribouillis General Codin...
Most views
  The best Prog... 557435
  Tutorial Requ... 424436
  Web Scraping ... 422929
  Newbie with P... 350985
  Thread remain... 324890
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+ 12036
buran 8165
snippsat 7324
deanhystad 6809
metulburr 5151
Top referrers
Googlepro 22
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
AlexZolotov Today
ekaintan1590 Today
juanadaniel096 Today
dar Today
preethi Today

User Panel Messages

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