Giter Site home page Giter Site logo

mrmimic / data-scientist-roadmap Goto Github PK

View Code? Open in Web Editor NEW
6.8K 6.8K 1.9K 10.14 MB

Toturials coming with the "data science roadmap" picture.

Home Page: http://nirvacana.com/thoughts/becoming-a-data-scientist/

License: GNU General Public License v3.0

Python 0.13% R 0.05% Jupyter Notebook 99.83%

data-scientist-roadmap's Introduction

data-scientist-roadmap

I just found this data science skills roadmap, drew by Swami Chandrasekaran on his cool blog.


roadmap-picture


Jobs linked to data science are becoming more and more popular. A bunch of tutorials could easily complete this roadmap, helping whoever wants to start learning stuff about data science.

For the moment, a lot is got on wikipedia or generated by LLMs (except for codes, always handmade). Any help's thus welcome!

Rules

  • Feel free to fork this repository and pull requests.
  • Always comment your code.
  • Please respect topology for filenames.
  • There's one README for each directory.
  • Also, could be great to share useful links or resources in README files.

data-scientist-roadmap's People

Contributors

abr-98 avatar ahmad10raza avatar cclauss avatar hash-ir avatar hassansahhin avatar jingwen-z avatar kush1101 avatar mrmimic avatar rheotsu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-scientist-roadmap's Issues

What's the license of this repository? There's no LICENSE.txt file.

Hi, I want to collaborate with this repository, and I want to use some of its resources too. But there is no LICENSE.txt file, so, I don't know how will my contributions be used.

For example, that excellent Map in the README. I know it was created by Swami Chandrasekaran, but there is no information about licenses. Can I use that picture?

I suggest you to deal with all contributors and choose a license for the whole repository contents, such as Creative Commons or Apache.

how can I make array as function argument in c++?

When I want to put in x function argument a created array it doesn't give me an error, but when I am putting not created array it gives me an error. Here is code

#include
#include <conio.h>
using namespace std;

void x(int arr[]){
cout << arr[0];
}

int main(){
x({1,2,3,4,5});
getch();
return 0;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.