Programming

  • Python

    TL;DR Use python packages in editable mode with setup.py and pip install -e . Reusable (general) code goes inside the main package Use ./examples to show how to use your code Use .