Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Rodrigo Girão Serrão: TIL #135 – Build the Python documentation

Link: https://mathspp.com/blog/til/build-the-python-documentation


Today I learned how to build the Python documentation to preview changes I wanted to make.
If you're not on Windows, all it takes is to run make -C Doc venv htmllive to build the Python documentation
Brian Okken: Polite lazy imports for Python package maintainers

Link: https://pythontest.com/polite-lazy-imports-python-packages/

If you are a maintainer of a Python package, it’s nice if you pay attention to the time it takes to import your package.
Further, if you’ve got a Python package with multiple components where it’s pro