Good Python crash course:
https://learnxinyminutes.com/docs/python/ Gives student a very compact and intense introduction to the Python Language, without pages of lyrics.
Found new cool Python module:
https://github.com/mewwts/addict Allows to create dicts like class1.addresses.new_york.manhattan = blabla.
Shell with Python syntax
Always was surprised with weird shell syntax variations, was it bash with weird “if [-d …] ” block or cmd...
Time to write a proper shell:
https://brennan.io/2015/01/16/write-a-shell-in-c/ Will need something like this for AWS tool.
Envexp: environment inspector
Envexp is a simple PySide tool that utilizes cross-DCC loading mechanism and can transparently work in basically all software supporting...