From 4b00f300afb4b9a4e60eaf9310c4a45bc39eed82 Mon Sep 17 00:00:00 2001 From: Eduardo Pires <86846534+Dev-Duardo@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:09:41 -0300 Subject: [PATCH] Add content to programming languages in data analyst roadmap (#6188) * Update learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md add description. * Update src/data/roadmaps/data-analyst/content/learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md --------- Co-authored-by: Kamran Ahmed --- .../learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/data-analyst/content/learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md b/src/data/roadmaps/data-analyst/content/learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md index e0c310eb1..6a64b944e 100644 --- a/src/data/roadmaps/data-analyst/content/learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md +++ b/src/data/roadmaps/data-analyst/content/learn-a-programming-lang@i2uEcaO4bJhcZ5ayRs2CQ.md @@ -1 +1,5 @@ -# Learn a Programming Lang. \ No newline at end of file +# Learn a Programming Language + +We have two main programming languages when it comes to data analysis: Python and R. Both have extensive libraries to help with decision-making processes in various situations, assisting in manipulating, modeling, and visualizing data. Python is a versatile language, used not only for data analysis but also for web development, automation, artificial intelligence, and more. R, on the other hand, was specifically created for statistical analysis and data visualization, making it an excellent choice for statisticians and researchers. It is known for its advanced visualization capabilities, allowing the creation of highly customizable and sophisticated graphs and plots. + +With potential doubts about which language to choose to advance in a data career, it is ideal to consider your goals and/or the current market needs and choose which language to learn. If you are more interested in a career that combines data analysis with software development, automation, or artificial intelligence, Python may be the best choice. If your focus is purely on statistics and data visualization, R might be more suitable.