Flask app that finds all permutations of a given word
-
pyenv exec pip install -r requirements.txt
-
pyenv exec python main.py
pyenv exec python string_permutations_test.py
Practising multi-processing in Python by using processes to keep app responsive while finding permutations. Learned a lot about inter-process communication and process cleanup (still not perfect).