Carol Willing
Carol Willing
Could you provide a bit more detail on what areas of the docs you are looking at? - https://docs.python.org/3/library/abc.html#module-abc - https://docs.python.org/3/library/collections.abc.html#module-collections.abc > For example. There is no explanation on making...
Thanks @methane. mellisearch looks compelling for open source projects. I haven't used this in production but it looks good and after playing around it's nicely performant.
Right now, https://python-docs-translations.github.io/dashboard/ hosts the translations dashboard.
@ewdurbin Sorry about the ping. No action is needed on your part now. Thanks!
Nice work @StanFromIreland. Great to see the dashboard becoming more visible with its own landing page.
@agriyakhetarpal As an FYI, here are some brief Binder resources: - https://jupyter.org/binder - https://blog.jupyter.org/mybinder-org-serves-two-million-launches-7543ae498a2a - https://doi.org/10.25080/Majora-4af1f417-011
> I intentionally moved builtins at the beginning of the list. @serhiy-storchaka What prompted you to move to the beginning? Perhaps we need a sentence or section break between them...
Thanks for clarifying @serhiy-storchaka. @hugovk, do you want to offset built-ins from the rest of standard library modules?
I'm going to go ahead and merge this to unblock the PR. We can always create future iterations to improve the difference between builtins and the other libraries.
Perhaps "How to explain and document" I'm going to push back gently on the need to understand how to explain the feature to non-core developers. It's not just teachers who...