TIL 2020-07-14

  1. Barry Warsaw adapted the Zen of Python into a Song! - A delightful musical interpretation of Python’s guiding principles.

  2. Flit for Python - A simple way to put Python packages and modules on PyPI.

  3. Gumshoe is a great scrolling effect for sidebars etc in vanilla JS - A vanilla JavaScript scrollspy script.

  4. Poetry for Python Projects - Manage environments for Python, as well as project dependency information.

  5. Profiling Flask Apps using werkzeug.contrib.profiler.ProfilerMiddleware - A gist showing how to profile Flask applications.

  6. SCons - A software construction tool and build system.

  7. The Baader-Meinhof Phenomenon or Frequency Illusion - When you discover something and see it everywhere. More on cognitive biases.

  8. What the heck is Pyproject.toml? - Brett Cannon explains Python’s new project configuration file.

  9. sphinx-tabs - A great way to add tabbed views in Sphinx documentation.