Tech bytes SNMP polling using python Author manish Date January 22, 2020 To play with SNMP using python install easysnmp python module. SNMP v2 Let us...
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 PySpark on python3 and Debian Author manish Date December 6, 2019 Install openjdk 8 To install openjdk 8 on debian 10, follow steps mentioned at...
Tech bytes Text to speech conversion in python Author manish Date October 19, 2019 Think of an real life scenario where you need text to speech conversion……ok, what...
Tech bytes Speech to text in python Author manish Date October 19, 2019 These days a number of apps use speech to text feature to interact with...
Tech bytes Web scraping with Python Author manish Date September 29, 2019 Web scraping is very powerful methodology to extract and track “things of interest” from...
Tech bytes Monitor websites using python Author manish Date September 3, 2019 If you have many websites, internal or external, and you want to monitor them...
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...