Python- Basics of Git Version Control
Introduction to Git
In very simple words, Git is a software which is used to manage different versions of the same file and manage editorial conflicts if several people are working together and making changes to the same file or project.
Introduction to Github
GitHub is a web-based Git version control repository which offers all of the functionality of Git online as well as adding its own features. It also provides several collaboration features such as bug tracking, feature requests, task management, and wikis for every project.
Math & Statistics- Matrix Algebra
Linear Algebra
Linear algebra involves the manipulation of matrices and data science is all about vectors and matrices. Most of the data you handle is non scalar and a solid foundation of linear algebra is important to be able to understand data in the form of vectors and matrices. Watch the entire lecture series to get a good grasp of linear algebra.