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 BlckKnghtâ
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #282233 |
I suspect the reason that the `replace` based code works reasonably quickly for many of your test cases is that that it doesn't need many of the `N / 2` iterations before the string gets very small. The maximum nesting depth is 4 in your initial set of tests, so after the loop runs four times, you ha... (more) |
— | 6 months ago |
Edit | Post #291437 | Initial revision | — | 6 months ago |
Answer | — |
A: PEP20 on namespaces: What exactly is it saying to do? To start with, it's worth noting that the Zen of Python is more about development of Python, rather than development with Python. That may mean that some bits of its wisdom are more applicable to questions about the Python language design and the interpreter that implements it than they are about any... (more) |
— | 6 months ago |