# I got the MIT MicroMaster in Statistic and Data Science :-)

**URL:** https://discourse.julialang.org/t/i-got-the-mit-micromaster-in-statistic-and-data-science/70763
**Category:** Offtopic
**Created:** [November 1, 2021, 9:37pm UTC](https://discourse.julialang.org/t/i-got-the-mit-micromaster-in-statistic-and-data-science/70763 "2021-11-01T21:37:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [November 1, 2021, 9:37pm UTC](https://discourse.julialang.org/t/i-got-the-mit-micromaster-in-statistic-and-data-science/70763/1 "2021-11-01T21:37:03Z")

</div>

Just happy I passed today the Capstone Exam for the MIT(x) MicroMaster in [Statistics and Data Science](https://micromasters.mit.edu/ds/).

Very rewarding program! (conversy, the exam proctoring software was terrible)

---

<div class="post-metadata">

### Author: ![mthelm85](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mthelm85/32/224164_2.png) [@mthelm85](https://discourse.julialang.org/u/mthelm85)
#### Post date: [November 1, 2021, 10:44pm UTC](https://discourse.julialang.org/t/i-got-the-mit-micromaster-in-statistic-and-data-science/70763/2 "2021-11-01T22:44:53Z")

</div>

In the description they state:

1. “…college-level calculus and comfort with mathematical reasoning and Python programming are highly recommended if you want to excel.”
2. “…use python and R skillfully to analyze data.”

Is it possible to work through this program using Julia exclusively or is it necessary to use Python/R?

---

<div class="post-metadata">

### Author: ![dlakelan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dlakelan/32/8491_2.png) [@dlakelan](https://discourse.julialang.org/u/dlakelan)
#### Post date: [November 1, 2021, 10:58pm UTC](https://discourse.julialang.org/t/i-got-the-mit-micromaster-in-statistic-and-data-science/70763/3 "2021-11-01T22:58:57Z")

</div>

> [@mthelm85](#):
>
> highly recommended if you want to excel

Never use the word Excel in any way associated with data analysis 🙂

---

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [November 2, 2021, 7:50am UTC](https://discourse.julialang.org/t/i-got-the-mit-micromaster-in-statistic-and-data-science/70763/4 "2021-11-02T07:50:55Z")

</div>

In short: It is not really a program about programming 🙂

I was in your situation, where I wasn’t particularly interested in R/Python.  
However there is very little of programming. In the Data Science course there is a little bit of R to show some methods, but that’s all.  
Even less for Python in the ML course. Python is there because there isn’t ML without the computational aspects (and, I guess, to attract the masses…), but it always remains secondary and the capstone exam had no questions requiring Python. It’s all about ML concepts and algorithms in analytical form (altought the projects do require very minimal python).

Personally I enployed Julia all across the program, mainly to better understand the concept taught.  
I also created a Package that started from implementing in Julia the main ML algorithms presented, in the ML [https://github.com/sylvaticus/BetaML.jl](https://github.com/sylvaticus/BetaML.jl) BetaML.
