For instance, there are 3 environments potentially can be used for the automated tests. And, tests are run with a script like ./run-my-tests.bash qa1. The word qa1 is an identifier of an environment (there are also two other). Based on the environment identifier, the script has to read 2 variables to get the required configuration. How to do that?

Once I start a Python’s project, I’m starting to add interesting packages with pip install .... And, usually, it’s enough until I decided to share the project with someone. And there is a question: How can I collect packages were installed and share them?

Welcome everyone to my blog! And enjoy the reading!