Collection of simple Pythong biggeners scripts explaining some of the basic functions and use cases. I have created this for my own reference and has comments with in script to explain further.
- multythreadsV1.py : Simple mult threading example with queue
- multythreadsV2.py : Simplified task of processing completed queue
- aws-parse.py : parsig json outputfrom aws describe instance
- File-path-tasks.py : Working with fie Path, checks etc
- get-started-loops-classes.py : Operation like loops, conditions, classes etc
- Readwrite-file : Read write append to file
- shell_filehandling : Common shell commands with files
- argparse_basic.py : Example of argparse to accept input arguments
- argparse-advanced.py :