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,239
» Latest member: racingsubby
» Forum threads: 38,777
» Forum posts: 175,795

Full Statistics

Online Users
There are currently 43 online users.
» 3 Member(s) | 35 Guest(s)
Google, Bing, Apple, AOL, snippsat, Larz60+, buran

Latest Threads
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 1
» Views: 23
Data Science
Forum: Data Science
Last Post: mamta25
1 hour ago
» Replies: 3
» Views: 2,564
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
8 hours ago
» Replies: 1
» Views: 96
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 147
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 125
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 126
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,278
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,378
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,578
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 205

 
  KeyError and TypeError
Posted by: deneme2 - Aug-10-2023, 03:42 PM - Forum: General Coding Help - Replies (2)

Hello Friends,

When I use this one

        if "Corners." in matches["matchInfosFull"]:
            continue
it gives this error..... More

Print this item

  Error verify data in database
Posted by: TomasSanchexx - Aug-10-2023, 01:22 AM - Forum: GUI - Replies (2)

Hello good,

I have a problem verifying a login. For example, I have 3 records in the database and only 1 user and password are valid, the other two..... More

Print this item

  dictionary insertion order
Posted by: Skaperen - Aug-09-2023, 06:26 PM - Forum: News and Discussions - Replies (2)

if two dictionaries have exactly the same key and value pairs but also have a different insertion order as shown by this little test code:
[python]
..... More

Print this item

  program needs this plugins
Posted by: robertkwild - Aug-09-2023, 03:54 PM - Forum: General Coding Help - Replies (1)

hi all,

trying to start a program via python but i think it cant start as im getting this error

This plugin does not support createPlatformOpenG..... More

Print this item

  logging: change log file permission with RotatingFileHandler
Posted by: erg - Aug-09-2023, 01:24 PM - Forum: General Coding Help - No Replies

What I'd like is to be able to change default log file permissions for logs created with python logging module and RotatingFileHandler.
I don't see a..... More

Print this item

  Hard disk structure like a file selection dialog
Posted by: malonn - Aug-09-2023, 12:15 PM - Forum: General Coding Help - Replies (2)

I eventually want to build a tree of a drive contents structure just like a file/folder selection dialog (PyQt). I was thinking of building some sort..... More

Print this item

Question How create programmatically variables ?
Posted by: SpongeB0B - Aug-09-2023, 04:11 AM - Forum: General Coding Help - Replies (6)

Hi everyone,

I would like to create programmatically / automatically some variable inside a function...

I've dig the WWW but I found only very o..... More

Print this item

  Need some guidance on a script to ping a list of ip's
Posted by: cubangt - Aug-09-2023, 01:41 AM - Forum: General Coding Help - Replies (11)

Im trying to tweak this logic a bit to return some additional information or even look at threading it so it runs a little faster.
I have a list of 3..... More

Print this item

  Help running a loop inside a tkinter frame
Posted by: Konstantin23 - Aug-08-2023, 07:19 PM - Forum: GUI - Replies (3)

I have this password manager gui app made in tkinter, which consists of a frame stack corresponding to their respective frame classes to switch betwee..... More

Print this item

  Thought of the day
Posted by: Gribouillis - Aug-08-2023, 07:01 PM - Forum: Bar - Replies (1)

Here is my inspired thought of the day, for you to meditate

Quote:The opposite of SERIALIZATION is PARSING, and vice-versa
..... More

Print this item

  Trying to find the next prime number
Posted by: FirstBornAlbratross - Aug-08-2023, 06:20 PM - Forum: Homework - Replies (8)

Hi all,

My exercise for today (not for school) is for the user to enter a number and then I have to find the next prime number and print it.

Th..... More

Print this item

Question Using SQLAlchemy, prevent SQLite3 table update by multiple program instances
Posted by: Calab - Aug-08-2023, 02:36 PM - Forum: General Coding Help - Replies (2)

I have a python program that is using SQLAlchemy to work with an SQLite3 database.

One function I have will read a counter from a table from a spec..... More

Print this item

  Empty default value for tkCalender
Posted by: Tyrel - Aug-08-2023, 11:00 AM - Forum: GUI - Replies (2)

Good day how do you make TkCalendar DatePicker start with an empty default value.

Print this item

  Python Class help
Posted by: the_jl_zone - Aug-07-2023, 11:43 PM - Forum: General Coding Help - Replies (3)

I'm trying to learn how to make Python classes by following along with a tutorial video. One of the examples goes like this:

[Python]
import bpy
..... More

Print this item

  Selenium press "select option" button (SOLVED)
Posted by: kucingkembar - Aug-07-2023, 08:03 PM - Forum: Web Scraping & Web Development - No Replies

sorry for my bad english,
i tried this since yesterday,
i tried to press a button that turn out that button is "select option",
i dont know how, bu..... More

Print this item

  Send Error when attaching files
Posted by: JamesAinsworth - Aug-07-2023, 06:11 PM - Forum: General Coding Help - Replies (1)

I’m encountering a sending error when trying to attach one or more files to an email using Python 3.

The script works perfectly with embedded image..... More

Print this item

  Advice for installing python app from github ?
Posted by: Adi44 - Aug-07-2023, 04:47 PM - Forum: General Coding Help - Replies (6)

Good Evening,

I am just starting out with python (3.11) and i wanted to download an app from github ( a python photo album ). The author has kindl..... More

Print this item

  aoigram, pil Help with photo processing
Posted by: kolpac21 - Aug-07-2023, 04:39 PM - Forum: General Coding Help - No Replies

(python and libraries are all last) When sending a photo, it gives an error in the bot, but there is nothing in the terminal


[python]
from datet..... More

Print this item

  ModuleNotFoundError: No module named 'PyPDF2'
Posted by: Benitta2525 - Aug-07-2023, 04:22 AM - Forum: General Coding Help - Replies (1)

I am getting an IndexError, and not sure why? My goal is to when i login submitted success then take the next py file .

from PyPDF2 import PdfRea..... More

Print this item

  convert numbers to words
Posted by: Skaperen - Aug-06-2023, 11:27 PM - Forum: News and Discussions - Replies (3)

i want to convert numbers into words. i wrote code in C to do this a couple decades ago. i have also converted it to Pike many years ago. i have al..... More

Print this item

  Dispatcher pattern
Posted by: Gribouillis - Aug-06-2023, 07:53 PM - Forum: Code sharing - Replies (1)

I came across an interesting blog post (in french) about how to i..... More

Print this item

  Function parameter not writing to variable
Posted by: Karp - Aug-06-2023, 07:38 PM - Forum: General Coding Help - Replies (5)

Hi,

I just started learning python and have run into a problem with writing a function recombining a list of separated characters into a string. Wh..... More

Print this item

  Help with flowchart maker program
Posted by: bluebouncyball - Aug-06-2023, 06:45 PM - Forum: General Coding Help - Replies (2)

Hello! I am currently a pretty fresh coder in Python and general programming and have been trying to create a Flowchart Maker. The only import I have ..... More

Print this item

  How can I design shapes on a curve in python?
Posted by: mervea - Aug-06-2023, 04:15 PM - Forum: General Coding Help - Replies (2)

I have coordinates of an airfoil curve. But I want to design semi-circular shapes that have equal distance of center on this curve's upper line.
I p..... More

Print this item

  Trying to make a password generator
Posted by: Jankofcik - Aug-06-2023, 12:14 PM - Forum: General Coding Help - Replies (1)

I'm trying to make a password generator that restarts if you're not satisfied with your password. The generator itself works perfectly, but when I try..... More

Print this item

  Trying to understand strings and lists of strings
Posted by: Konstantin23 - Aug-06-2023, 10:04 AM - Forum: General Coding Help - Replies (2)

Lets say we have a string a = "apple" and we wish to add this variable in a list fruits = [], using [inline]fruits.a..... More

Print this item

  can not import anaconda pandas module. PySpark pandas module is imported!!
Posted by: aupres - Aug-06-2023, 01:09 AM - Forum: General Coding Help - No Replies

My visual Studio Code is integrated with apache spark module. So pyspark module is imported with python codes. But I try to import anaconda pandas and..... More

Print this item

Exclamation Error when closing the main window with destroy
Posted by: TomasSanchexx - Aug-06-2023, 12:25 AM - Forum: GUI - Replies (1)

Hi, I have a problem. I'm trying to close the main window when logging in, with destroy(), but it throws me an error, why? what am I doing wrong? How ..... More

Print this item

  return next item each time a function is executed
Posted by: User3000 - Aug-05-2023, 09:33 PM - Forum: General Coding Help - Replies (19)

hi everyone,

When I loop through my dictionary "job_applicants", it prints out every name at once.

However, I want one name printed each time I..... More

Print this item

  How can I access objects or widgets from one class in another class?
Posted by: Konstantin23 - Aug-05-2023, 05:28 PM - Forum: General Coding Help - Replies (3)

Here I am working with two different tkinter frame classes, in which I am trying to access the combobox widget service_list from the ..... More

Print this item

  Strange argument count error
Posted by: rowan_bradley - Aug-05-2023, 04:57 PM - Forum: General Coding Help - Replies (3)

I am trying to call a function in a library written by someone else. Here is my code:
[python]
import growattServer
import datetime
import time
f..... More

Print this item

  Wrong type error
Posted by: rowan_bradley - Aug-04-2023, 04:29 PM - Forum: General Coding Help - Replies (6)

I'm trying to use a library writen by someone else. Here is a simplified version of my source code:

[python]import growattServer
import datetime
..... More

Print this item

  Help create scrollbar in chatbot with tkinter on python
Posted by: fenec10 - Aug-04-2023, 01:33 PM - Forum: GUI - Replies (6)

Hi everyone, I'm trying to create a chatbot, the chatbot is ok but I'm struggling with the scrollbar, when I run my code everything is ok except the s..... More

Print this item

  Coding answer for newbie
Posted by: cg3 - Aug-04-2023, 01:22 PM - Forum: Homework - Replies (2)

Write a Python program to find out the average of a set of integers. The integers are given to your program as a single input separated by spaces.

..... More

Print this item

  File Chooser will not close
Posted by: noob82 - Aug-04-2023, 03:32 AM - Forum: GUI - Replies (10)

Good Evening,

I just learned about the existence of tkinter as I was trying to create a dialog box to allow users to select file, and then import t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] print two differe... 1 hour ago Reema Gribouillis General Codin...
  Data Science 1 hour ago Oshadha mamta25 Data Science
  [Tkinter] I’m building a ... 8 hours ago tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
Most views
  The best Prog... 578721
  Tutorial Requ... 509380
  Web Scraping ... 441865
  Newbie with P... 385821
  New Users Int... 375278
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
racingsubby Today
Reema Today
lary_p Yesterday
Cristiano 11-08
Alfredd 11-08

User Panel Messages

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