TIL 2020-12-26

  1. Kakoune - Code Editor - Modern code editor with a unique selection-based editing model, designed as an alternative to Vim.

  2. Cookiecutter pytest plugin template - Template for creating pytest plugins with proper project structure.

  3. Logging, Flask, and Gunicorn - The Manageable Way - Best practices for configuring logging in Flask applications deployed with Gunicorn.

  4. Cookiecutter directories organization - Advanced Cookiecutter features for organizing templates in directories.

  5. Cookiecutter replay project generation - Feature for replaying previous project generations with stored parameters.

  6. Python logging.handlers documentation - Comprehensive guide to Python’s logging handlers.

  7. psutil documentation - Cross-platform library for system and process utilities in Python.