
Basic github commands
I sometimes forget github commands when I start and manage a new project.. So here I write some...

Setting Python packages in editable mode
Occasionally, during development, you may need to modify a Python package manually. One convenient way to do this...

Docker – Image/Container build
1. Building an image by pulling Command: For example, I recently used: 2. Building an image using Dockerfile...