chris_griffith
No user record in our sample, but chris_griffith has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but chris_griffith has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
First things off top of head: Box does recursion through lists, new dicts (and lists of dicts) added will also be dot notation without manually converting, Box can be a recursive default dict, Box will allow keys with…
That is a very good point, never thought of that. I will have to add a feature to make that configurable. Thanks for the heads up!
Mostly copying and pasting from my previous comment for visibility. It works similarity to addict, but does have important distinctions and IMO seniority (was in my 'reusables' pypi project named 'Namespace' before…
Something like that would be handy. Just to clarify the addict mention. It works similarity to addict, but does have important distinctions and IMO seniority (was in my 'reusables' pypi project named 'Namespace' before…
Author here: I totally agree with the fact it has shortcomings and definitely isn't aimed to replace everyone's dict everywhere. I actually created the first iteration of this around 3 years ago, aimed primarily for…
Just finished my article that includes speed comparisons. http://www.codecalamity.com/python-box-3-the-reddit-release/... Basically it's faster on standard soft creation as it converts on lookup. (And most use cases…