Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Creating directories from two lists
Post: Creating directories from two lists

I have the following namedtuple and List from collections import namedtuple firefoxprofile = namedtuple("Profile", ["Name", "Path", "isRelative", "Default"]) jb = firefoxprofile(Name='Jason', Path='...
QueenSveta General Coding Help 2 2,797 Jun-22-2018, 02:51 AM
    Thread: Staying up-to-date with a language
Post: Staying up-to-date with a language

Programming languages change from time to time, new features are added, some are deprecated. Python is now my go to language for any task not OS dependent, and I really love the language. Besides read...
QueenSveta Bar 3 2,895 Jun-20-2018, 03:23 PM
    Thread: Correct way to implement immutable class
Post: Correct way to implement immutable class

As of Python 3.6.5, what is the correct way to create an immutable object? Would you simply use a namedtuple? Or inherit from a namedtuple?
QueenSveta General Coding Help 3 7,588 Jun-20-2018, 01:13 AM

User Panel Messages

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