In this performance of programming language article we are going to talk about some small tips which will help you in Increasing performance of your python code. Lookup for function is costly. Lets say we have to write a loop which will run till the length and calls upper on each string. alist = [‘a’,’b’,’c’] for item
Category: Python
Controlling LED with Motion Sensors in Raspberry Pi using python.
In the tutorials series of raspberry pi here is the next article. In this article we are going to learn controlling LED with Motion Sensors in Raspberry Pi using python. So lets start with Controlling LED with Motion Sensors in Raspberry Pi using python. What you need: Raspberry PI 3 Model B [This is what
Python dependency security vulnerability checker.
In an article before we talked about packages to test dependency security vulnerability for php, node and ROR packages. In this tutorial we are going to talk about python dependency security vulnerability checker which can be very useful for checking security loopholes in python projects which are listed by the open source community. The package we are going to
Packages to check dependency vulnerabilities in Rails, Node, php and python.
[sgmb id=3] In this article we are going to discuss about the packages that we can use to detect the vulnerabilities in dependencies. Most of the packages try to match the packages from the NVD [ National Vulnerability Database ] which is maintained by the US government. Lets start with the packages that we can
How I created a 100 twitter bots and made them interact using python, aws and selenium..
[sgmb id=3] Before starting this blog doesn’t have any code and please read everything to understand it fully. Happy reading. It was long ago, somewhat in 2015, I took this project for self learning of creating bots on twitter and made them Interact. Here I am not gonna share any code or algorithm. First let