Python

Addition-Multiplication-subtraction-and-Division-in-Python

Addition, Multiplication, Subtraction and Division in Python

If you are learning Python, and  you are a beginner,  after making Hello world program  in Python. You should perform basic computations like  addition, multiplication, subtraction and division. Addition of Two Numbers in Python- See the program for addition of two numbers. Output would be 16 In the above code a refers to 12 i.e.

Addition, Multiplication, Subtraction and Division in Python Read More »

ESP8266 NodeMCU

Glowing LED Using MicroPython on ESP8266 Board

Glowing LED Using MicroPython on ESP8266 Board This is a simple project in which I will glow an LED on esp8266 board  using MircoPython. To start is first of all you need to install Thonny  editor on your system. Download Thonny You can download it form the below link. https://thonny.org/ Therefore, download firmware for esp8266

Glowing LED Using MicroPython on ESP8266 Board Read More »

Pandas Series Functions min(), max(), mean(), median() and mode()

Panda’s Series- In the last post, I explained how to create a panda’s series. Further,  a pandas series has a lot of   you often need to analyze, visualize and clean data.  In this post, I will be explaining min(), max(), mean(), median(), and mode functions. min() Function- import pandas as pd lst=[2, 4, 6, 8,

Pandas Series Functions min(), max(), mean(), median() and mode() Read More »

©Postnetwork-All rights reserved.