An open API service indexing awesome lists of open source software.

https://github.com/najuzilu/mit-6.00.2x


https://github.com/najuzilu/mit-6.00.2x

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Introduction to Computational Thinking and Data Science #

Coding exercises and Problem Sets for MITx: 6.00.2x Introduction to Computational Thinking and Data Science.

Link: [EdX]()

Topics covered include:

* Advanced programming in Python 3
* Knapsack problem, Graphs and graph optimization
* Dynamic programming
* Plotting with the pylab package
* Random walks
* Probability, Distributions
* Monte Carlo simulations
* Curve fitting
* Statistical fallacies

All code in this course uses Python 3.5.