Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Best Method for simple GUI?
Post: RE: Best Method for simple GUI?

That... is brilliant. Thank you.
PythonAndArduino General Coding Help 4 3,582 Nov-14-2017, 05:03 PM
    Thread: Best Method for simple GUI?
Post: Best Method for simple GUI?

I've made a number guessing game, and I want to build a GUI so it can be played outside of a command prompt window so that I can eventually export it as an .exe that I can share. What is the best mod...
PythonAndArduino General Coding Help 4 3,582 Nov-14-2017, 03:07 PM
    Thread: try/except for filename extensions?
Post: try/except for filename extensions?

I have a program that works with .txt files that contain specifically formatted data. I need my program to evaluate whether the selected file is a .txt file and print an error message if an improper f...
PythonAndArduino Data Science 1 5,906 Nov-12-2017, 07:40 PM
    Thread: Error Handling is weird
Post: Error Handling is weird

So, I have a try/except sequence to make sure my program doesn't get bogged by a user entering a non-number in response to a prompt asking for a number. Oddly enough, when it gets a non-number, it pri...
PythonAndArduino General Coding Help 1 3,005 Nov-09-2017, 04:30 AM
    Thread: Returning a Boolean operator and a variable both?
Post: RE: Returning a Boolean operator and a variable bo...

Ah, so I need to define another variable as the returns of the functions. Thank you very much!
PythonAndArduino General Coding Help 2 2,919 Nov-08-2017, 08:31 PM
    Thread: Returning a Boolean operator and a variable both?
Post: Returning a Boolean operator and a variable both?

I'm very new to coding. I'm building a number guessing game. I had it working as a while loop, but I'm learning to define functions. I've built this, and I can make the results work if I have the resu...
PythonAndArduino General Coding Help 2 2,919 Nov-08-2017, 07:30 PM
    Thread: NameError mlab not defined
Post: RE: NameError mlab not defined

@sparkz_alot I ended up using "from matplotlib import mlab" and the associates line for line 59. Does that address what you're talking about with the hidden import, or are you referring to line 32? I...
PythonAndArduino Data Science 5 7,035 Nov-08-2017, 05:45 PM
    Thread: NameError mlab not defined
Post: NameError mlab not defined

I wrote a program to analyze ECG rhythms. It works on my computer, but I emailed it to a friend for them to run it and suddenly it's saying that mlab is not defined. The whole program hangs up and it ...
PythonAndArduino Data Science 5 7,035 Nov-08-2017, 04:04 AM

User Panel Messages

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