How to download under proxy with python

How to download under proxy with python


Proxies are headache for many people. They restrict you from many things you love to do. In this short article I will tell you how to write scripts to work under proxy in python. Its really simple and you don’t need to know anything exceptional except a bit of python programming language. Lets see how

beautiful code pens

Beautiful Code Pens.


Autumn in Cupertino by Adam Guttentag (@guttentag) on CodePen   Sistema Solar Simples com SASS by Ricardo Alves (@ricardospalves) on CodePen   Jeff the Bug in Flight Mode by Una Kravets (@una) on CodePen.   See the Pen Sassy CSS Puppy by Una Kravets (@una) on CodePen.

How to implement Load Balancing with Nginx

How to implement load balancing with Nginx


In this article of server talks we will see how we can implement load balancing with nginx as load balancer. First install nginx with the below command sudo apt-get install nginx Now we will open the nginx config and change the config to use the nginx as load balancer. You can found the nginx config at

Why to use process instead of threads in python?

Python: Increasing performance of your code: For vs Map


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

How to blink LED lights using raspberry pi

How to blink LED lights using raspberry pi


Hello everyone we are back with another article on how to blink LED lights using Raspberry pi. This will be a short tutorial follow the steps and you will be able to get a LED blink as you instruct it.   How to Blink LED lights using raspberry pi What you need: Raspberry PI LED