Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for mudskipperâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #291649 | Initial revision | — | 5 months ago |
Answer | — |
A: Reinstall old Python libraries after update The `pip freeze` command may output individual dependencies with format `zipp @ file:///Users/abcxyz/work/recipes/cipy311/zipp1677907997878/work` Using this output will not work (unless you happen to be that user `abcxyz`). To generate a requirements file that does not refer to local, non-exis... (more) |
— | 5 months ago |
Edit | Post #291554 |
Post edited: |
— | 5 months ago |
Edit | Post #291554 | Initial revision | — | 5 months ago |
Answer | — |
A: A class to access dicts using attribute syntax I've used something similar in the past (supporting attribute access as equivalent to dict item access), but I would then always derive the class from dict (or UserDict). This can be useful - but mainly inside your own code, never as library code - if you have sections of the code that otherwise woul... (more) |
— | 5 months ago |