Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Using classes? Can I just use classes to structure code?
Post: RE: Using classes? Can I just use classes to struc...

Thanks for the suggestions. I think I will use classes. But, I don't understand how my code, variables, and functions would fit into classes. I have functions that generate lists of words, that gener...
muteboy General Coding Help 5 5,026 Oct-30-2017, 08:08 PM
    Thread: Recommendation for data structure
Post: RE: Recommendation for data structure

(Oct-30-2017, 07:17 AM)buran Wrote: You mix what structure will be used for in-memory manipulation of data and what to use to store data on disk. sqlite or any other database to that matter will mak...
muteboy General Coding Help 3 3,659 Oct-30-2017, 08:04 PM
    Thread: Recommendation for data structure
Post: Recommendation for data structure

Hi, I'm self-teaching myself Python using examples and the excellent documentation. My project is a program that uses a single random seed to generate a made-up "record label", with multiple "artists"...
muteboy General Coding Help 3 3,659 Oct-30-2017, 05:06 AM
    Thread: Using classes? Can I just use classes to structure code?
Post: Using classes? Can I just use classes to structure...

Hi, I'm self-teaching myself Python using examples and the excellent documentation. However, I'm stuck trying to understand classes. Do I need them? Can I structure the code with them? Do they introdu...
muteboy General Coding Help 5 5,026 Oct-23-2017, 08:26 AM

User Panel Messages

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