Sadanand Ghule Profile picture
Oct 13 β€’ 10 tweets β€’ 4 min read
Know, How do tech businesses create successful data science products?

Step by Step 🧡

#DataScience #DataAnalytics #Data #MachineLearning #ArtificialIntelligence #deeplearning #Python #R #SQL #Julia #Agile
πŸ‘‡πŸ» Image
πŸ’‘Business Types

There are two types of businesses:
1. service-based (TCS, WIPRO, INFOSYS, Cognizant, and Capgemini)
2. product-based (TCS, WIPRO, INFOSYS, Cognizant, and Capgemini) (Microsoft, Apple, Google, and Tesla).
πŸ‘‡πŸ»
Product-based companies grant data science projects to service-based companies.

While product-based businesses, receive data science projects from the various departments that make up their organization
- such as sales, logistics, manufacturing, and so on.

πŸ‘‡πŸ»
πŸ’‘What happens once a request for data science projects is been made?

During the requirement-gathering phase, both the
- Client-side (product manager, subject matter expert) and
- Developer-side (business analyst, data scientist, project manager)

πŸ‘‡πŸ»
will have a thorough discussion about the project's requirements

They document all requirements and organise them into sprints using software such as JIRA and Confluence. They divide sprints using an agile process

More on Sprints and Agile Processes, later. DO FOLLOW ME

πŸ‘‡πŸ»
Following the requirement-gathering phase,
The data analyst and data scientist teams receive all information.

The data analyst and data scientist will then meet with clients to discuss the following topics.

- What information do you need?
- Where did the data come from?

πŸ‘‡πŸ»
πŸ’‘Sources of information

SQL databases (Microsoft server, MySql)
Are slower databases used for transactions such as payment gateways and survey forms
- where data cannot be modified once entered

πŸ‘‡πŸ»
No-SQL databases (MongoDB, AWS s3, Azure BLOB)
Because they are fast and can process real-time data, they are been used for data science projects.

πŸ‘‡πŸ»
Big data engineers and cloud engineers now enter the picture
- Using an ETL method, they take data from diverse sources and efficiently store it in a No-SQL database.

πŸ‘‡πŸ»
To be continued, DO FOLLOW ME TO READ THE NEXT PARTS OF THIS THREAD

RT - FIRST TWEET, comment what you feel.

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Sadanand Ghule

Sadanand Ghule Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @sadanandghule

Oct 16
Question 1 - Python Dictionary Image
Solution

Steps to solve:
1. take input from the user and convert it to an integer
2. then initialize a dictionary "result"
3. now use for loop to fill the dictionary with 'i' as key and i*i as value
4. print the dictionary Image
Read 6 tweets
Oct 16
You run analytics on data to gain insights. These insights are meaningless until you reveal the story they wish to tell. These insights must translate into actions or business results. Image
People get moved by stories, not facts. I'm sure you recall certain stories from your youth. Stories inspire action. Will listening to a story about Mahatma Gandhi motivate you to take action?

Do you get my point? Image
Read 10 tweets
Oct 15
How to Find Factorial in Three Effective Ways

🧡Step by Step Solution

#Python #pythonprogramming #DataScience #DataAnalytics #Data #MachineLearning #Python

πŸ‘‡πŸ»
🚩Problem

Write a program which can compute the factorial of a given number.

Suppose the following input is supplied to the program:
4
Then, the output should be:
24

Hints:
In case of input data being supplied to the question, it should be assumed to be a console input.

πŸ‘‡πŸ»
πŸ’‘Concept of Factorial

- Factorial of 5 = 1 x 2 x 3 x 4 x 5 = 120
- Factorial of 0 = 1
- Factorial of 1 = 1
- Factorial of 2 = 1 x 2 = 2
- Factorial of -1 = Does not exist

πŸ‘‡πŸ» Image
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(