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

https://github.com/axect/datacs

DataScience Coding Study
https://github.com/axect/datacs

cpp data-science julia python

Last synced: about 2 months ago
JSON representation

DataScience Coding Study

Awesome Lists containing this project

README

          

# DataScience Coding & Math Study
**In 2017 Winter**

## 1. Programming

### - Language

1. Master Python & Julia
2. Master C++
3. Use another language - Go, Scalar, Rust and etc.

### - Process

1. Basic Types - int, float64, string and etc.
2. Basic I/O - scan, print any types
3. Make Function - make basic functions
4. If statement
5. For & While Loop
6. Switch Statement
7. Handle Sequences - Fibonacci, Eratostenes Prime
8. Use various data types - List, Tuple, Map or Dict
9. Use array well
10. Advanced I/O - CSV
11. Plotting
* Python: Matplotlib, Seaborn, Plotly
* Julia: Winston, Gadfly
12. External Packages & Statistics
* Python: Numpy, Scipy, Pandas
* Julia: DataFrames, Distributions, Dierckx
13. Object Oriented Programming
14. Parallel Programming
15. Memory & Pointer (C++, Go, Rust)

## 2. Mathematics

### - Subject

1. Statistics and Data Analysis
2. Linear Algebra

### - Process

* Study whole part of Statistics & Data Analysis
* Lecture for Linear Algebra
1. Vector
2. Introduce matrix with system eq
3. Basic operation
4. Determinant
5. Inverse
6. Transform with matrix

## 3. ETC

### - Subject

* Markdown
* Virtualenv
* Git
* IDE - VSCode