#scripting

Publishing at Anaconda and Automating the Process - 9/9

Published at February 25, 2021 ·  3 min read

Heya fellows, This is part 9 of the multi-part series “The Evolution of a Script”. The code of this post can be found on Github (see here). Contents A Simple Script Sys Module Argparse Module Distribution via Installation Script Distribution via Setup File Testing and Continuous Integration Documentation Publishing at PyPI Publishing at Anaconda When a setup.py file was already created, it’s pretty simple to go a step further and create an Anaconda package....


Distribution via Installation Script - 4/9

Published at February 6, 2021 ·  3 min read

Heya fellows, This is part 4 of the multi-part series “The Evolution of a Script”. The code of this post can be found on Github (see here). Contents A Simple Script Sys Module Argparse Module Distribution via Installation Script Distribution via Setup File Testing and Continuous Integration Documentation Publishing at PyPI Publishing at Anaconda We created a useful tool, but wouldn’t it be nice if we could make it accessible to others?...


The Evolution of a Script - 1/9

Published at January 21, 2021 ·  4 min read

Heya fellows, This is part 1 of the multi-part series “The Evolution of a Script”. The code of this post can be found on Github (see here). Contents A Simple Script Sys Module Argparse Module Distribution via Installation Script Distribution via Setup File Testing and Continuous Integration Documentation Publishing at PyPI Publishing at Anaconda When I started out my Journey of learning to code I went through dozens of tutorials, I rewrote many algorithms and played with several kinds of topics....