te-565 / ds-resources

A place for us to store all the good learning & development resources and reference materials that we feel could benefit others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Resources

A list of resources that I've found handy in my work as a Data Scientist.

General Tools

Text Editors / Command Line Tools / IDEs / Markdown

Tools

  • Sublime Text ($) Popular extensible text editor.
  • Atom Popular open source text editor from Github. Has integration with Jupyter notebooks.
  • IntelliJ IDEA ($) Popular IDE from JetBrains. Also encompasses PyCharm.
  • Visual Studio ($) Popular IDE from Microsoft. Also the best way to install C dependencies.
  • Iterm2 (Mac) Improved command line environment for Mac.
  • cmder (Windows) Improved Command line environment for Windows.

Tutorials

General Resources & News Sites

General Data Science

Statistics

Data Engineering

General Software Development

Machine Learning

Deep Learning

Time Series (Primarily Python)

Text & NLP

Geographic

  • Mapshaper Online editor for map data. Allows you to take most GIS data formats and visualise / simplify them.

Python

General

Flask

Data Science / Analysis

Dask

R

  • R for Data Science A good starting point for learning modern R with the Tidyverse style code.
  • Advanced R Useful when you want to understand the underlying processes of R and write more advanced code (for example, object orientated programming in R)
  • R packages A good reference book when structuring your code as a package (what files go where + how to handle package imports etc)
  • R Graph Gallery Gallery of lots of R charts complete with source code.

Scala

Spark

SQL

Linux / Docker / Command Line

Javascript / Web Development

Testing

  • MS VM Images Images of windows machines to allow testing on IE. Note you'll need to install Virtualbox first via brew cask install virtualbox

Javascript

D3

React

Git

DevOps

  • Lots of interactive courses on containerisation (e.g. Docker, Kubernetes) available at Katacoda

Data Visualisation

  • DataVizCatalogue Overview of various chart types and alongside some links to code (usually in Javascript)

Design & Presentations

Data

Cloud

GCP

About

A place for us to store all the good learning & development resources and reference materials that we feel could benefit others.