https://github.com/najuzilu/mit-6.00.2x
https://github.com/najuzilu/mit-6.00.2x
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/najuzilu/mit-6.00.2x
- Owner: najuzilu
- Created: 2019-03-27T18:26:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T21:33:35.000Z (over 5 years ago)
- Last Synced: 2025-01-26T20:31:58.229Z (4 months ago)
- Language: Python
- Size: 4.83 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 fallaciesAll code in this course uses Python 3.5.