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,529
» Latest member: ramzi_romdhan
» Forum threads: 38,661
» Forum posts: 175,189

Full Statistics

Online Users
There are currently 374 online users.
» 0 Member(s) | 366 Guest(s)
Bing, Google, Yandex, Baidu, Google Image, Apple, AOL

Latest Threads
processing nested json da...
Forum: Web Scraping & Web Development
Last Post: Kumo_Koloo
7 hours ago
» Replies: 0
» Views: 55
Qt Event Filtering
Forum: GUI
Last Post: Axel_Erfurt
10 hours ago
» Replies: 2
» Views: 94
Convert .pdf to .txt
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:23 AM
» Replies: 7
» Views: 403
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Jul-12-2025, 04:00 PM
» Replies: 3
» Views: 237
Why is bool() an instance...
Forum: General Coding Help
Last Post: deanhystad
Jul-12-2025, 02:41 AM
» Replies: 5
» Views: 236
[SOLVED] Why does regex f...
Forum: General Coding Help
Last Post: Pedroski55
Jul-11-2025, 11:52 PM
» Replies: 7
» Views: 3,988
Custom Sorting List of Di...
Forum: Homework
Last Post: Larz60+
Jul-11-2025, 03:34 PM
» Replies: 1
» Views: 150
Coding Standards
Forum: General Coding Help
Last Post: snippsat
Jul-11-2025, 01:12 PM
» Replies: 2
» Views: 225
Make code run faster: poi...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:24 AM
» Replies: 3
» Views: 770
Cleaning my code to make ...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:20 AM
» Replies: 14
» Views: 4,346

 
Question Sqlite3 how to know when cursor.execute didn't return anything ?
Posted by: SpongeB0B - Dec-18-2022, 05:44 PM - Forum: General Coding Help - Replies (2)

Hi everyone,

I have an INNER JOIN command in my python

for exemple
[python]
curso..... More

Print this item

  Class help
Posted by: txrx - Dec-18-2022, 04:56 PM - Forum: General Coding Help - Replies (5)

Can anyone help with the code below. I was wondering whether the if statement should live within the class?. When I have tried this before I can't see..... More

Print this item

  Trying to send file to printer with no results.
Posted by: chob_thomas - Dec-18-2022, 04:40 PM - Forum: General Coding Help - Replies (2)

I've tried about 5 different ways to make this work but the file just won't get sent to the printer.
I had been trying to output a png file to an Eps..... More

Print this item

  Create a function to store text fields and drop downs selection in KivyMD
Posted by: floxia - Dec-18-2022, 04:34 AM - Forum: GUI - No Replies

Hi there everyone! Smile

I have been scratching my head for some time now Wall as I am trying to figure out a way to bind the button wi..... More

Print this item

  [split] formula for validating monetary values?
Posted by: kakos_k9 - Dec-17-2022, 05:55 PM - Forum: General Coding Help - Replies (1)

Hello how are you? Could you show me what is the formula for validating monetary values? for example I enter: 1000
it converts to:
1,000.00
The poi..... More

Print this item

  tkinter menubar not showing on mac ventura
Posted by: taras - Dec-17-2022, 02:34 PM - Forum: GUI - Replies (1)

i bought a macbook air m2, ventura os 13.0.1, python 3.11. The tkinter menubar function does not produce the menubar line.
This is the code:

[pyth..... More

Print this item

  how can I test this interactive calculator using pytest
Posted by: medveeee - Dec-17-2022, 08:38 AM - Forum: Homework - Replies (4)

hi,

I have small interactive calculator.
could you please give me a hint how could test it using pytest?
I found e.g. this approach, but have no..... More

Print this item

  testing an open file
Posted by: Skaperen - Dec-17-2022, 02:06 AM - Forum: General Coding Help - Replies (7)

what kind of test can i apply (or what library should i look at) to be able to detect if a given open file is open for reading? it is passed as an a..... More

Print this item

  Opinion: how should my scripts cache web download files?
Posted by: stevendaprano - Dec-17-2022, 12:19 AM - Forum: General Coding Help - No Replies

I have a script that downloads files from the web. To be a good web citizen, I want to keep a local cache and only re-fetch from the internet if the c..... More

Print this item

  Review my code: convert a HTTP date header to a datetime object
Posted by: stevendaprano - Dec-17-2022, 12:03 AM - Forum: General Coding Help - Replies (1)

Please review my code. Is this the right thing to do?

I get a HTTP date stamp from a web response, and convert it into a datetime object:

[pytho..... More

Print this item

  How do I get pygame module to work in Spyder? (Mac)
Posted by: FirstBornAlbratross - Dec-16-2022, 07:41 PM - Forum: General Coding Help - Replies (18)

Hey everyone,

My question is how do I get the pygame module to work in Spyder?

pygame is already installed in this path:

/Library/Frameworks/..... More

Print this item

  Help gathering Temperature from API response
Posted by: road102 - Dec-16-2022, 07:34 PM - Forum: General Coding Help - Replies (5)

Hello

I want to extract the temperature from my solar panels but the format of the API response is giving me headaches !!

pi@raspberrypi:~ $ pyt..... More

Print this item

  Checkbox itens with a button to run action
Posted by: Woogmoog - Dec-16-2022, 05:53 PM - Forum: General Coding Help - Replies (3)

Hello there, I'm a noob on development but I do have some notion, so please be patient and bear with me.

I'm trying to learn python on my own and I c..... More

Print this item

  Help with python 'not subscriptable' error
Posted by: Extra - Dec-16-2022, 02:33 AM - Forum: General Coding Help - Replies (3)

Hello,

I have this chunk of code from my PyQt GUI that gets a result from a SQLite table and uses that result to do a math calculation.

Snippet:..... More

Print this item

  where to discuss potential suggestions
Posted by: Skaperen - Dec-15-2022, 07:00 PM - Forum: News and Discussions - No Replies

i have already been given places to post suggestions. but, i am interested in knowing of reasons why an idea would be a bad suggestion or bad idea, f..... More

Print this item

  Tkinter Web Scraping w/Multithreading Question....
Posted by: AaronCatolico1 - Dec-15-2022, 06:26 PM - Forum: General Coding Help - Replies (3)

I have a simple program in Tkinter that I'm using to scrape the age of various people from wikipedia just for webscraping practice.

I am able to sc..... More

Print this item

Lightbulb Help using Google Sheets
Posted by: matheuspimenta - Dec-15-2022, 05:36 PM - Forum: General Coding Help - No Replies

Guys, I would like help for something important from you.
I have a spreadsheet in Google Sheets, which I use for CRM, but the stages of the lead funn..... More

Print this item

Question Sections of the code causes the GUI to freeze. What should I do?
Posted by: Wilkk - Dec-15-2022, 05:10 PM - Forum: GUI - Replies (13)

Im kind of a beginner to coding. To be fair its my first coding besides college excercises but I've tried to write small program which purpose is to c..... More

Print this item

Thumbs Up Need to compare the Excel file name with a directory text file.
Posted by: veeran1991 - Dec-15-2022, 04:16 PM - Forum: General Coding Help - Replies (1)

*)Read the excel file and iterate through rows. The first column has "File Name"
*)Read the file name and check the PDF file with the same name avail..... More


Attached Files

Thumbnail(s)
   
Print this item

  PiCamera - print exceptions?
Posted by: korenron - Dec-15-2022, 12:03 PM - Forum: General Coding Help - Replies (2)

Hello ,
I'm trying to handle exception but it said

NameError: name 'Picamera' is not defined
what did I miss?

[python]

from..... More

Print this item

  Warnings Script
Posted by: CoPython - Dec-15-2022, 10:14 AM - Forum: GUI - Replies (3)

Hello,

I'm working on python to discover the 1 and other after a simple course. I have found a script that I have partly incorporated into my own f..... More

Print this item

  python resample by day and get weekstart data
Posted by: JaneTan - Dec-15-2022, 03:38 AM - Forum: General Coding Help - No Replies

I have monthly data. When I apply resampling by day and cubic interpolation, there is a function to find the month end data

[python]
import pandas..... More

Print this item

  'SSHClient' object is not callable
Posted by: 3lnyn0 - Dec-15-2022, 01:45 AM - Forum: General Coding Help - Replies (1)

Hi! Can anyone help me to fix the below error? Thanks!

[error] File "", line 12, in <module>
ssh_client(IP,port=22, username='admin', passwor..... More

Print this item

Lightbulb Using Tkinter With Concurrent.Futures / ThreadPoolExecutor Class
Posted by: AaronCatolico1 - Dec-14-2022, 03:01 PM - Forum: GUI - Replies (1)

I've been trying to combine the two, but the ThreadPool will not connect to the GUI. Is it even possible to connect the two together?

I am just usi..... More

Print this item

  Floor approximation problem in algorithm
Posted by: gradlon93 - Dec-14-2022, 12:33 PM - Forum: General Coding Help - Replies (3)

Good evening,

I hope someone will be able to help me with this very basic algorithm I'm working on, this is my first post so please apologise if I..... More

Print this item

  sending packet onto dummy network device but receiving echo
Posted by: sabuzaki - Dec-14-2022, 07:37 AM - Forum: Networking - Replies (2)

Hello,

I have created a dummy network device (command: ip link add mydevice type dummy). I'm sending and receiving packets there.
For some reason ..... More

Print this item

  For Loop: To see plot for different columns
Posted by: JaneTan - Dec-14-2022, 05:55 AM - Forum: General Coding Help - No Replies

Hi


Currently, I ran the below code in Spyder. And I only see the last plot (Age) in my "Plots" window. How can I see the plot for each column as ..... More

Print this item

  Resample from monthly to weekly works, but not vice versa
Posted by: JaneTan - Dec-14-2022, 12:58 AM - Forum: General Coding Help - No Replies

Hi

I have a function that works OK when I tried to re-sample from weekly to monthly data. But it doesn't work when I re-sample from monthly to week..... More

Print this item

  Lint and private var names
Posted by: PatM - Dec-14-2022, 12:31 AM - Forum: General Coding Help - Replies (1)

I've been using _ to start private variables but I've also just found tried out pylint and it complains that the private vars are not snake-case.

I..... More

Print this item

  Python Tkinter Simple Multithreading Question
Posted by: AaronCatolico1 - Dec-13-2022, 11:44 PM - Forum: General Coding Help - Replies (5)

I have a simple Listbox with a list of names that I would like to print concurrently, but also in the order of which they were added to the Listbox (a..... More

Print this item

  declaring object parameters with type
Posted by: JonWayn - Dec-13-2022, 07:28 PM - Forum: General Coding Help - Replies (2)

When I pass an object in as a parameter to a function, is there a way to specify in the function declaration what type the parameter is so that I can ..... More

Print this item

  luks partitiion
Posted by: arbiel - Dec-13-2022, 03:05 PM - Forum: General Coding Help - No Replies

Hi

I'm looking for a package to handle luks partitions.

Please, if there is one, tell me how to install it ?

Arbiel

Print this item

Question Help me modify this .txt into .csv with Python
Posted by: mgzz - Dec-13-2022, 02:42 PM - Forum: General Coding Help - Replies (1)

Im having A LOT of difficulty. I have an assignment which is to modify this file https://easyupload.io/axktqq through Python into CSV cp1252 (Excel) w..... More

Print this item

  comparing columns
Posted by: arvin - Dec-13-2022, 12:34 PM - Forum: General Coding Help - Replies (5)

I want to compare two columns.
If the values in column A is present in column B then the values should copy in column C with any special symbol in fr..... More

Print this item

  Reading Specific Rows In a CSV File
Posted by: finndude - Dec-13-2022, 10:26 AM - Forum: General Coding Help - Replies (3)

Hi,

I have a CSV file which I have attached a link to a photo of it to look at. I want to be able to retrieve the data from specific rows, based on..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  processing nested json da... 7 hours ago Kumo_Koloo Kumo_Koloo Web Scraping ...
  Qt Event Filtering 10 hours ago deanhystad Axel_Erfurt GUI
  Convert .pdf to .txt Yesterday, 11:23 vmars316 Pedroski55 General Codin...
  Trouble Importing cell2lo... 07-12, 16:00 haileyp snippsat General Codin...
  Why is bool() an instance... 07-12, 02:41 voidtrance deanhystad General Codin...
  [SOLVED] Why does regex f... 07-11, 23:52 Winfried Pedroski55 General Codin...
  Custom Sorting List of Di... 07-11, 15:34 aryasinner Larz60+ Homework
  Coding Standards 07-11, 13:12 kency snippsat General Codin...
  Make code run faster: poi... 07-11, 07:24 Bennygib FrankBuckland General Codin...
  Cleaning my code to make ... 07-11, 07:20 BSDevo FrankBuckland General Codin...
  Data cleaning help 07-11, 07:18 ClimbAddict FrankBuckland General Codin...
Most views
  The best Prog... 572663
  Tutorial Requ... 485694
  Web Scraping ... 437129
  Newbie with P... 380050
  Thread remain... 351369
Most reputation
buran 581
snippsat 507
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+ 12073
buran 8174
snippsat 7351
deanhystad 6854
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ramzi_romdhan Today
Kunalmalik126 Today
Kumo_Koloo Yesterday
tomanadoveza Yesterday
zaelizabethwift4333 Yesterday

User Panel Messages

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