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,482
» Latest member: bring9394
» Forum threads: 38,579
» Forum posts: 174,812

Full Statistics

Online Users
There are currently 820 online users.
» 0 Member(s) | 815 Guest(s)
Bing, Google, Applebot, Yandex

Latest Threads
How to attach images to a...
Forum: Board
Last Post: sethmike9
Yesterday, 04:08 AM
» Replies: 6
» Views: 8,880
How To Attach data Files
Forum: Board
Last Post: sethmike9
Yesterday, 04:05 AM
» Replies: 3
» Views: 4,144
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 364
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 167
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 283
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 221
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
May-15-2025, 07:38 AM
» Replies: 4
» Views: 1,397
tracking version during r...
Forum: News and Discussions
Last Post: Skaperen
May-15-2025, 12:25 AM
» Replies: 0
» Views: 166
Return a string or byte o...
Forum: General Coding Help
Last Post: snippsat
May-14-2025, 05:21 PM
» Replies: 5
» Views: 506
problems with netcdf if I...
Forum: General Coding Help
Last Post: Blaubart
May-14-2025, 04:02 PM
» Replies: 16
» Views: 1,354

 
  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

  Extracting Data into Columns using pdfplumber
Posted by: arvin - Dec-13-2022, 06:35 AM - Forum: General Coding Help - Replies (17)

I have a pdf which has data in tabular format and has 6 columns but the columns are not separated by boundaries so when I extract the data using pdfpl..... More

Print this item

  Qcolor name pyside6
Posted by: PatM - Dec-13-2022, 03:08 AM - Forum: General Coding Help - Replies (2)

I have an error that works if I print but not if I try to use the value. I've tried everything I can think of but can't understand what is going wrong..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to attach images to a... Yesterday, 04:08 CynthiaMoore sethmike9 Board
  How To Attach data Files Yesterday, 04:05 Talch sethmike9 Board
  Text frame 05-18, 19:39 dnabtuh Pedroski55 Homework
  Python automation: Sendin... 05-18, 18:28 olips784 olips784 General Codin...
  class Blockage not projec... 05-15, 16:32 Azdaghost deanhystad General Codin...
  Import vs from x import 05-15, 16:09 Calab snippsat General Codin...
  Trouble with Average Calc... 05-15, 07:38 autodecay Pate General Codin...
  tracking version during r... 05-15, 00:25 Skaperen Skaperen News and Disc...
  Return a string or byte o... 05-14, 17:21 Calab snippsat General Codin...
  problems with netcdf if I... 05-14, 16:02 Blaubart Blaubart General Codin...
  Retired and Learning Pyth... 05-14, 09:04 breacsealgaire BarbaraGonzalez Code sharing
Most views
  The best Prog... 565830
  Tutorial Requ... 458413
  Web Scraping ... 430775
  Newbie with P... 367365
  Thread remain... 339569
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12050
buran 8169
snippsat 7326
deanhystad 6827
metulburr 5151
Top referrers
Googlepro 22
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
bring9394 Today
Anthonysof Yesterday
whitecat25 Yesterday
livecricket Yesterday
reactnativeexpert Yesterday

User Panel Messages

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