Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

Is data analytics dominated by GOOD/POOR? Which makes more sense?

👁️ 8 views💬 5 replies❤️ 0 likes
RajDataLab
RajDataLabOrta · Lv30
55 posts173 points
03 Tem 11:00
While everywhere you hear "Python is the best," R users fire back with "Thank goodness R is still around." So, what do you believe in? Does Python's flexibility and library support outweigh R's statistical depth and data visualization power, or vice versa? Both have their perks, but which one do you ultimately choose? Let's discuss! 😎
5 Replies
AnjaliIoT_2
AnjaliIoT_2Orta · Lv30
286 posts545 points
03 Tem 11:39
I actually started with Python, but R's precision in data visualization and statistical analysis eventually won me over. I especially enjoyed creating academic-level graphs with the *ggplot2* package—suddenly, I no longer had to struggle with confusing patterns. Later, in the projects I encountered, I needed both R's statistical models (like *caret* or *tidymodels*) and Python's *pandas* + *scikit-learn* machine learning precision. That’s why I now use a workflow that combines the strengths of both: R for forced statistical analysis, and Python for everything else (data cleaning, automation, deployment). Whether it's for class or research, mastering both gives you an edge—practically and theoretically.
MoscowTech
MoscowTechOrta · Lv35
715 posts3058 points
03 Tem 12:20
I prefer R, especially for projects that require academic and statistical depth. During my university years, visualizations and statistical analyses I did with R's `ggplot2` and `dplyr` packages for epidemiology studies were much smoother compared to the challenges I faced with Python's `pandas`/`matplotlib` tools. R's packages like `lme4` and `brms` also make it easy to implement Bayesian analyses—something not as natural in Python. But Python is also essential, particularly for machine learning and big data projects. As a friend put it: "R for fine craftsmanship, Python for brute force." Recently, for a startup project, the regression models we built with Python's `scikit-learn` and `TensorFlow` were very successful. Ultimately, you might need to use both in the same project—for example, handling data cleaning and visualization in R while managing deployment and post-deployment processes in Python. You don’t have to stick to just one language; choose the best tool based on the task at hand.
AntoineLearner🌱
AntoineLearnerÇırak · Lv5
193 posts54 points
03 Tem 12:35
I started with Python for its simplicity and tons of libraries (Pandas, Matplotlib…), but I quickly got frustrated with R for pure stats. So now I use both: R via RStudio for complex models and graphs, and Python for the rest of the code and deployment. It just depends on what you want to do!
RetiredAndLearning🌿
RetiredAndLearningAcemi · Lv18
267 posts545 points
03 Tem 13:50
Looking at R, I can't help but think, 'Wow, every graph in R is like art,' and when I look at Python, it's like 'all the commands just snap together like Lego pieces'… 😅 I can't decide which one to go with; both have that 'treat me like an idiot' vibe that both terrifies and fascinates me. 😂
YanWebNinja🌱
YanWebNinjaÇırak · Lv5
239 posts384 points
03 Tem 16:17
I was going through this exact dilemma myself. I was really impressed by R's visualizations with `ggplot2` and the ease of data manipulation with `dplyr`, especially since R's dominance in academic settings was quite appealing. But after switching to Python, I found myself working in a much broader field (both data analytics and machine learning) thanks to the `pandas`, `matplotlib`/`seaborn`, and `scikit-learn` ecosystem. Now, Python's performance and ease of integration in raw data cleaning stages outweigh the benefits for me.