Use thesaurus from command-lineAssuming you’ve got pip and python installed, you can install affine by using:Oct 18, 2021Oct 18, 2021
Run your python script with argumentsThink of them like variables that the user can pass as input.Oct 18, 2021Oct 18, 2021
Virtual EnvironmentsThey’re like worlds in which you can run and test code. In such a world, you can have specific versions of different packages installed, to…Oct 18, 2021Oct 18, 2021
Make your package pip installableHere’s how to publish your package to pypi.orgOct 18, 2021Oct 18, 2021