The Coding Lab

Welcome to my blog !


Sys Module - 2/9

Published at January 26, 2021 ·  4 min read

Heya fellows, This is part 2 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 The sys modules sys.argv is a list that gives us access to all command line arguments passed to the Python script....

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....