Sunday, 21 November 2021

Monday, 11 October 2021

Saturday, 9 October 2021

Wednesday, 6 October 2021

Tuesday, 5 October 2021

Introduction to Python for Data Science

What is Data Science?Data Science is the art of analyzing using statistics and machine learning techniques raw data with a perspective of drawing valuable insight from it.Data Science is used in many industries to allow them to make better...

Operations On Dataframe in Python [Part II]

Concise summary of Dataframe.So, next we are going to see about how to get the concise summary of DataFrame.So, there is a command called info that returns a concise summary of a DataFrame, the concise summary includes the data type of index;...

Operations On Dataframe in Python

Checking data types of each Column in a Data Frame.If you want to check the data type of each column, because whenever you have been given a data, you want to really check what is the structure of the data; that means, which variable has...

Wifi Password Generator in Python

WIFI PASSWORD EJECTORDescriptiona simple python script that tells you the password of the wifi you're connected withRequirementsjust need to install python in your system.Source Code:- import subprocessdata = (    subprocess.check_output(["netsh",...

Monday, 4 October 2021

Python Project [Whatsapp Bot]

Whatsapp BotPerform Operation likePut your detailsconnect with internetPass your messageInput:import pywhatkitfrom datetime import datetimenow = datetime.now()chour = now.strftime("%H")mobile = input('Enter Mobile No of Receiver : ')message...

Popular Posts

Categories

100 Python Programs for Beginner (98) AI (39) Android (24) AngularJS (1) Api (2) Assembly Language (2) aws (17) Azure (7) BI (10) book (4) Books (197) C (77) C# (12) C++ (83) Course (67) Coursera (251) Cybersecurity (25) Data Analysis (3) Data Analytics (3) data management (11) Data Science (149) Data Strucures (8) Deep Learning (21) Django (16) Downloads (3) edx (2) Engineering (14) Euron (29) Events (6) Excel (13) Factorial (1) Finance (6) flask (3) flutter (1) FPL (17) Generative AI (11) Google (36) Hadoop (3) HTML Quiz (1) HTML&CSS (47) IBM (30) IoT (1) IS (25) Java (93) Java quiz (1) Leet Code (4) Machine Learning (85) Meta (22) MICHIGAN (5) microsoft (4) Nvidia (4) Pandas (4) PHP (20) Projects (29) pyth (1) Python (1048) Python Coding Challenge (456) Python Quiz (123) Python Tips (5) Questions (2) R (70) React (6) Scripting (3) security (3) Selenium Webdriver (4) Software (17) SQL (42) UX Research (1) web application (8) Web development (4) web scraping (2)

Followers

Python Coding for Kids ( Free Demo for Everyone)