Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: watchdog on_modified
Post: RE: watchdog on_modified

(Apr-23-2024, 03:09 PM)deanhystad Wrote: Watchdog is not going to work with an online document. Online documents don't have a file system, so there is nothing to observe. If this is a google sheet...
CAD79 General Coding Help 3 354 Apr-24-2024, 08:55 AM
    Thread: watchdog on_modified
Post: watchdog on_modified

I'm creating a desktop application that notifies the user whenever a file has been modified, I've only just started using all of these modules and going through the documentation. Here is my code so f...
CAD79 General Coding Help 3 354 Apr-23-2024, 01:58 PM
    Thread: Number stored as text with openpyxl
Post: RE: Number stored as text with openpyxl

(Mar-19-2024, 08:31 PM)deanhystad Wrote: csv.reader returns a list of strings. You need to do any type conversion yourself. I don't think the csv library is a good choice for what you are doing. ...
CAD79 General Coding Help 2 577 Apr-17-2024, 10:17 AM
    Thread: Dynamically plotting graphs with matplotlib
Post: RE: Dynamically plotting graphs with matplotlib

(Apr-16-2024, 06:21 PM)deanhystad Wrote: Quote:please provide some sample data (not much) in 'original format', which I believe you said was text. See original post which appears to be some kind of ...
CAD79 Data Science 11 730 Apr-17-2024, 10:06 AM
    Thread: Dynamically plotting graphs with matplotlib
Post: RE: Dynamically plotting graphs with matplotlib

(Apr-16-2024, 07:54 AM)considina2 Wrote: How can we use Python's pandas library to plot a dataframe directly, without needing to specify X and Y arguments, and handle dynamic changes in the number o...
CAD79 Data Science 11 730 Apr-16-2024, 08:20 AM
    Thread: Dynamically plotting graphs with matplotlib
Post: RE: Dynamically plotting graphs with matplotlib

(Apr-15-2024, 02:00 PM)deanhystad Wrote: You already have the data in a pandas dataframe. You can plot a dataframe directly from pandas. https://pandas.pydata.org/pandas-docs/st....plot.html I do...
CAD79 Data Science 11 730 Apr-15-2024, 02:34 PM
    Thread: Dynamically plotting graphs with matplotlib
Post: RE: Dynamically plotting graphs with matplotlib

(Apr-15-2024, 10:56 AM)Larz60+ Wrote: Is there any reason you want to store that data as excel? This will be a lot slower than ploting directly from a csv file (your data is already in CSV format) s...
CAD79 Data Science 11 730 Apr-15-2024, 02:32 PM
    Thread: Dynamically plotting graphs with matplotlib
Post: Dynamically plotting graphs with matplotlib

I'm trying to create an application that formats data from a data logger that I have coded using an Arduino. I have the code finished and the output data is, for example: Quote:Time,Sw,28C5 53782,1,...
CAD79 Data Science 11 730 Apr-15-2024, 10:46 AM
  Brick Thread: Number stored as text with openpyxl
Post: Number stored as text with openpyxl

I've got a code for formatting and parsing data (the code doesn't look nice but I started learning python last week, all I want just now is functionality), but I've came across a problem that any numb...
CAD79 General Coding Help 2 577 Mar-19-2024, 12:30 PM
    Thread: directory not being created after os.mkdir()
Post: RE: directory not being created after os.mkdir()

I am not creating Y. Y is a network drive that is available on all computers in my company. The file I am trying to create or change is e.g.: Y:/ENGINEERING/Data/Ozone_Meter The ‘drives’ list is jus...
CAD79 General Coding Help 3 435 Mar-16-2024, 01:52 PM
    Thread: directory not being created after os.mkdir()
Post: directory not being created after os.mkdir()

I'm creating an application that will parse text files into a different text file and create an excel spreadsheet from the new text file it has created. I have gotten everything working apart from bei...
CAD79 General Coding Help 3 435 Mar-15-2024, 12:49 PM
    Thread: File is not being created with 'w' argument
Post: File is not being created with 'w' argument

I am trying to create a small program to parse a text file that outputs data from a datalogger, but from what I have looked up online, using 'w' as an argument in the open parameter should be enough. ...
CAD79 General Coding Help 3 509 Mar-13-2024, 08:19 AM

User Panel Messages

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