1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 08:31:50 +02:00

Add internal FAQ

This commit is contained in:
Kamran Ahmed
2025-08-18 21:19:08 +01:00
parent e471c8b393
commit 50b04042ee

View File

@@ -66,7 +66,7 @@ export const faqs: FAQType[] = [
'Golang is not intrinsically better than Python, just like any other language is not better than any available alternative. This is because when we\'re comparing programming languages, we need to add context to that comparison to understand how those languages are going to be used, what systems are they going to be running in, and many other questions that you need to ask before emitting judgment.', 'Golang is not intrinsically better than Python, just like any other language is not better than any available alternative. This is because when we\'re comparing programming languages, we need to add context to that comparison to understand how those languages are going to be used, what systems are they going to be running in, and many other questions that you need to ask before emitting judgment.',
'That said, if we\'re trying to compare apples to apples, then we gotta think that comparing Golang and Python involves evaluating the specific strengths and applications of each language.', 'That said, if we\'re trying to compare apples to apples, then we gotta think that comparing Golang and Python involves evaluating the specific strengths and applications of each language.',
'Golang is designed for efficiency, concurrency, and robust system-level programming, making it ideal for building scalable backend services and high-efficiency tools. Its straightforward syntax and built-in features enable developers to create optimized applications. Python, on the other hand, excels in rapid prototyping, data science, and machine learning, thanks to its extensive libraries and ease of use for complex analytical tasks.', 'Golang is designed for efficiency, concurrency, and robust system-level programming, making it ideal for building scalable backend services and high-efficiency tools. Its straightforward syntax and built-in features enable developers to create optimized applications. Python, on the other hand, excels in rapid prototyping, data science, and machine learning, thanks to its extensive libraries and ease of use for complex analytical tasks.',
'The decision on whether Golang is better than Python depends on the project requirements (that "context" we mentioned before): Go may be preferable for building concurrent, performant services, while Python is often chosen for its flexibility in scientific computing and AI development.', 'The decision on whether Golang is better than Python depends on the project requirements (that "context" we mentioned before): Go may be preferable for building concurrent, performant services, while Python is often chosen for its flexibility in scientific computing and AI development. More here: [Go vs Python compared](https://roadmap.sh/golang/vs-python).',
], ],
}, },
{ {