Tech bytes Agentless predictive asset scan on networks Author manish Date December 13, 2019 This is an agent less solution to scan complete network and build an asset...
Tech bytes Write your first REST API using Python Flask Author manish Date August 28, 2019 Since years programming concepts have been evolving with new ideas and improvements. Idea of...
Tech bytes Write your first python module Author manish Date August 25, 2019 If you are planning to build a mid to enterprise size project/product then you...
Tech bytes Python filter function Author manish Date August 22, 2019 This is an interesting feature in python. Suppose you have a list of items...
Tech bytes Python reduce function Author manish Date August 22, 2019 This is an interesting short cut function when you want to process list items...
Tech bytes Lambda functions in python Author manish Date August 14, 2019 Traditionally, most programmers use functions and macros to write re-usable routines. In Python there...