Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: To keep electronics on or off for longevity
Post: RE: To keep electronics on or off for longevity

(Jan-11-2018, 09:38 PM)sparkz_alot Wrote: My personal view is that today's HDTV's provide too much resolution to the point of either being annoying or verging on painful. This is serious thread drif...
hereathome Bar 19 8,333 Jan-12-2018, 02:17 AM
    Thread: need algorithm to strip non-ascii characters from LONG csv file
Post: RE: need algorithm to strip non-ascii characters f...

Sorry, but it was a minor stupid mistake in my code. There are no unusual characters in those files. Maybe this post could be deleted or archived. I apologize for wasting everyone's time.
hereathome General Coding Help 3 3,664 Jan-12-2018, 02:04 AM
    Thread: need algorithm to strip non-ascii characters from LONG csv file
Post: need algorithm to strip non-ascii characters from ...

The Canadian Census offers some interesting csv files that are legally free to download and can lead to some fun doing data analysis. Sadly, these files are crammed with what appear to be purposeless ...
hereathome General Coding Help 3 3,664 Jan-12-2018, 12:00 AM
    Thread: need help with solution-checker function
Post: RE: need help with solution-checker function

A generator would be a good idea but the book instructs readers not to make use of knowledge that is taught in later chapters. Generators are in a later chapter. Still, that generator example is valua...
hereathome Data Science 4 3,521 Jan-09-2018, 11:53 PM
    Thread: need help with solution-checker function
Post: need help with solution-checker function

This is a self-guided exercise from a Python instruction book. The exercise is to design a simple text Tic-Tac-Toe game for two players. OOP has not been introduced by the book yet so the script takes...
hereathome Data Science 4 3,521 Jan-09-2018, 08:16 PM
    Thread: [Solved]Detecting key press in gui
Post: RE: {Solved]RE: Detecting key press in gui

(Dec-01-2017, 04:19 PM)Barrowman Wrote: Although I can't guess how the keycodes have been assigned **smile** Here's the table of keysums I found with a little searching: http://www.tcl.tk/man/tcl8....
hereathome GUI 5 22,295 Dec-10-2017, 04:38 AM
    Thread: skeleton class needs working instantiation guard
Post: RE: skeleton class needs working instantiation gua...

I tried this: b = Point(0.5, 3, -7)With this result: TypeError: __init__() missing 1 required positional argument: 'z'While that attained my goal of not having the Point object instantiated with one...
hereathome General Coding Help 3 2,992 Dec-09-2017, 11:10 PM
    Thread: skeleton class needs working instantiation guard
Post: skeleton class needs working instantiation guard

I've created a skeleton Point class for points in a 3D space (e.g. with x, y, and z co-ordinates). I want the co-ordinates to be integers and for any other input value to be refused. That part works...
hereathome General Coding Help 3 2,992 Dec-09-2017, 09:12 PM

User Panel Messages

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