Argparse Module
- #41
- –
- May 13, 2020
In this lesson we explore in detail python's built-in argument parsing module - argparse. As usually we combine little bit of theory with very colorful and practical examples.
Django Commands' Arguments
- #40
- –
- May 09, 2020
While developing django applications many times it is necessary to perform one time operation. For example while building recurring payments with Paypal, because later does not provide a way to do that …