Blogs

How to install, set up, configure, and get started with git and github
This video teaches git vs github and how to 1. Get a github account, 2. install git, 3. make sure git is intalled correctly, 4. configure git, 5. initialize, add, commit, and push, your first git code and git repository.

27 Data Science Career Options for People with Data Science Education and Experience
What career paths are available with a data science education? Have you ever wondered if there are alternatives to being a data scientist or what career paths a data science education could lead you to? Well, in this article, I have outlined career paths that are possible with a data science education. This list gives you an idea of careers that are related to data science.

Lambda School List of Interview Questions and Process
What questions are you asked during the lambda school interview process? I will reveal 6 questions that you are asked during the interview and why they ask you those questions. I will provide you with an overall idea of what to expect and help you to prepare for whatever questions they throw at you.

How to Prepare for Lambda School and any Data Science Program or School
Why would you want to prepare for lambda school data science program if you are already going to learn the material in lambda school. The purpose of preparation is to make your life easier and give you a head start above others while you are in lambda school.

What is Data Science? A mystery or not?
What exactly is data science? Is it a buzzword? A fancy way of saying advanced statistics and analytics? Or is it a mystery? This article will cover: what data science is, what the data science life cycle is, and what tools data scientists use to do their work.

3 ways to calculate Mean, Median, and Mode in Python
How to calculate mean, median, and mode in python by coding it from scratch.
How to calculate mean, median, and mode in python by using python libraries.
How to calculate mean, median, and mode in python by creating python functions.