Sunday, 17 July 2022
What is Data Science? - End to End project - part 1
2. Data Collection
3. Data Analysis
4. Machine Learning Model
5. Insights
Saturday, 16 July 2022
What is Data Science?
Data Science is a combination of multiple disciplines that use statistics, data analysis and machine learning to analyze data and extract knowledge and insights from it.
What is the Use of Data Science?
Data Science is the art of providing insights based on the provided data from the client or data collected based on the business requirement.
That Insight will be the output of a data science project where it will help us to make any of the below.
1. Decision Making
2. Prediction
3. Pattern recognition
these things will help us to make better decisions on business plans, products to be launched, prioritising the priority work, and strategies that will make more revenues.
This is why companies invest a lot in data science.
In the upcoming post, we will learn about How an End to End data science project will be, and what are the opportunities in this domain.
Thursday, 17 February 2022
Python practice programs for beginners - Day 20
Day 19 Solution:
Output:
Practice the same kind of programs and if you practice any new program kindly mention in it in comments.
Also read: How to install Android Studio
Python practice programs for beginners - Day 19
Day 18: Solution
Day 19: Getting list items from users at run time and printing it.
You can practice the above program.
Day 19 Task: Get the Hollywood movie list going to get released in 2022 Summer from the user and print it.
Python practice programs for beginners - Day 18
Day 17 Solution:
Monday, 14 February 2022
Python practice programs for beginners - Day 17
Day 16: Solution
Day 17: While loop
Syntax:
while condition to check:
statement to be executed
Example:
Day 17 Task:
Get a number from the user and print the odd numbers in that range.
Saturday, 12 February 2022
Python practice programs for beginners - Day 16
Day 15 Solution:
Friday, 11 February 2022
Python practice programs for beginners - Day 15
Thursday, 10 February 2022
Python practice programs for beginners - Day 14
Day 13 Solution:
Python Grade Checker Project Source Code:
Day 14: for loop
Syntax:
for val in sequence:
statements to be expected in the loop
val - variables
sequence - may be a range or list of items
Example:
Output:Task: Print your name 10 times