1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add AI vs data science guide

This commit is contained in:
Kamran Ahmed
2025-04-14 20:08:57 +01:00
parent 7bffc1004d
commit 5ec61cc32f

View File

@@ -142,7 +142,7 @@ export const faqs: FAQType[] = [
question:
'What is the difference between Data Science and Software Engineering?',
answer: [
'The difference between data science and software engineering is that data science focuses on extracting insights from data through statistical analysis, machine learning, and data visualization. Software Engineering, on the other hand, is centered on designing, building, and maintaining software systems.',
'The [difference between data science and software engineering](https://roadmap.sh/ai-data-scientist/vs-software-engineering) is that data science focuses on extracting insights from data through statistical analysis, machine learning, and data visualization. Software Engineering, on the other hand, is centered on designing, building, and maintaining software systems.',
'While both fields require programming skills, data scientists primarily manipulate and analyze data to support decision-making, and software engineers focus more on building the architecture and systems that allow for the creation of a specific software functionality.',
],
},