Showing posts with label Program. Show all posts
Showing posts with label Program. Show all posts

Wednesday, August 12, 2020

Python Class 181 (Gratuity Calculator Application) - Kapil

print ("*** Gratuity Calculator Application ***")
print()
LSD = float(input("Please enter your last drawn salary amomunt for your current company: "))
NYW = float(input("Please enter number of years working in current company: "))
print()
TGA = LSD * (15/26) * NYW
print("The total gratuity amount is: %.2f" %TGA)

===============================================================
https://github.com/bornfreesoul/PythonLessons
https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg

Thursday, August 6, 2020

Python Class 178 (Dataset plotting) - Kapil

import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import numpy as np

iris = pd.read_csv("iris.csv")
print(iris.shape)
print(iris.columns)
print(iris.rank)


===============================================================
https://github.com/bornfreesoul/PythonLessons
https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg

Wednesday, October 13, 2010

Brooklyn Space Program

The incredible voyage of a video camera placed inside a take-out container and lifted into the upper stratosphere with the help of a simple weather balloon.  

The craft climbs 19 miles high and photographs the blackness of space before it bursts and it rockets back down to earth at 150 miles per hour, with the parachute deployed.

Clip Source URL >> http://vimeo.com/15091562

Contact: lgdp@mac.com


Brooklyn Space Program Source URL: http://www.brooklynspaceprogram.org/BSP/Home.html

Note: Hi guy's please support these people. 

Blockchain: 101 (By - Kapil Sharma)

 https://testing-mines.blogspot.com/2021/10/blockchain-101-by-kapil-sharma.html Blockchain through the following attributes: Distributed:  T...