by Dan Stern

Teach Yourself Data Science: the learning path I used to get an analytics job at Jet.com

L-U88QShguwJJdlFbLYpsRn0fDq-F3JxhLxq
Image courtesy of Unsplash.com

How can you go from zero programming skills to a job in technology or analytics?

If you’re interested in learning these skills, whether for fun or for a career change, what’s the best way to go about it?

Countless lists of the best online courses exist, but how can you forge your own learning path with all of the noise?

I personally never thought I’d learn any practical skills around programming, data analysis, machine learning, or technology in general. As a finance major, I always assumed I’d be the “business guy.” Yet somehow, I taught myself Python and SQL, and found myself working in analytics at Jet.com, using one of these languages everyday.

Why Python and SQL, you might ask?

Python is the fastest growing programming language out there, and for good reason. It has an insane number of libraries that you can use for machine learning applications, data analysis, visualization, web apps, API integrations, and much more. Plus, it’s one of the easier languages to pick up and learn. As for SQL, databases power technology companies, and SQL allows you to better understand, explore, and make use of the troves of collected data.

jW8gKFdfJmkml12qWVXbBNleV-CauM559qj2
Courtesy of Fossbytes.com

Below, I outline the path I took in learning these languages that brought me into analytics. To be clear, this path was incredibly challenging; I spent countless evenings feeling frustrated and confused. Many nights I wanted to just throw in the towel and settle for being the business guy.

But your motivation remains the key to pushing forward through the obstacles you’ll inevitably face. Whether you want to move into a data analysis or data science type role, or just want to have a better grasp on programming and technology for the fun of it (which it does become fun!), you have to figure out how to stay motivated and disciplined if you want to actually learn these skills.

For me, setting aside specific amounts of time almost every day (about 90 minutes to 2 hours) to learn or practice immediately after I got home from work allowed me to develop consistent habits and hammer home concepts I found confusing.

Here’s the path that I took; hopefully it can help you get started on your own.

The Core Foundation

  1. Learn Python the Hard Way

This is one of the best courses I’ve ever taken, period. It’s self-directed and challenging, but Zed provides you with enough detail and guidance to start to actually begin programming in Python. He makes programming feel accessible, and the material gives you the confidence week after week to actually feel as if you can effectively learn Python.

2. Mode Analytics: Pandas

Mode Analytics provides an awesome introduction to Python and includes tutorials on one of its most powerful data structures: the Pandas DataFrame. This is perfect for learning the basics of data analysis once you have the fundamentals of Python down.

3. Mode Analytics: SQL

lrHtMDt-Zm2b4CJdkJa7NIspG76idGjT7Uz2
Courtesy of Mode Analytics

The other Mode Analytics tutorial on SQL is fantastic too. You can learn all of the key concepts and create a strong SQL foundation here. They even have their own SQL editor and data you can play around with.

In conjunction with Mode Analytics, W3 Schools can help answer any SQL question you ever have as you go make your way through the tutorials.

Diving Right Into Machine Learning

Before I fully had a strong grasp of Python, I took a shot and applied for Udacity’s self-driving car nanodegree. I knew it was completely over my head, but I thought, why not try?

It’s easier to motivate yourself to learn Python and machine learning when you’re fascinated by the practical applications.

I had about a month before the class began, so I took as many classes around data science and machine learning as possible.

Here were the best free introductory courses I found that were incredibly helpful:

Yes, you can see I think quite highly of Udacity.

While not free, I’d also highly recommend checking out the Grokking Deep Learning book. It provides extremely clear and relatable examples on the fundamentals of machine learning.

A9kBl5gP1zjt4oI8KNtyJUdSVJTjxR-uzJfM
Courtesy of KDNuggets

TensorFlow, developed by Google, is an open source library for machine learning that can be written in Python. It’s incredibly powerful, and absolutely worth becoming familiar with.

Check out the MNIST exercise for a fantastic introduction to the framework.

I found the Stanford CS231 class to be a useful resource too; it covers convolutional neural networks (what we use for image or facial recognition software) extensively, which I read would be incredibly helpful for the self-driving car Nanodegree. If you’re interested at all in using machine learning with images or video, you won’t find much better than this course.

Finally, after using these resources to build a solid foundation, I began the Udacity Self Driving Car Nanodegree.

eHdZNYpxLCv359ruDOvV2E0ga4jxy8KfSQcU
Courtesy of Udacity

I’m not going to talk about it too much since there are already great write ups of the course here and here. What I will say is that, to my own shock, despite being the most challenging course I’ve ever taken, I was able to understand most of the content. Armed with the right base knowledge, you’d be surprised at how deep your understanding of a complex topic can be.

Continued Analytics and Data Science Learning

After diving intensely into machine learning for a few months, it was helpful to take a step back and reinforce my understanding of practical analytics and data science principles.

I started with Data Science, Deep Learning, & Machine Learning with Python, a fantastic course on Udemy. While touching upon machine learning, it completely covers principles in analytics, data science, and statistics, particularly around different data mining techniques and practical scenarios to deploy them.

DidZsrC8ILZ76T8czOTXesxHYwK4qt3ltX6n
Courtesy of Amazon.com

The book Data Science For Business, also explains incredibly well the HOW and WHY certain models work when solving problems in a specific context; it hammers into you an analytical framework and mindset that can be applied to any situation revolving around data problems. It’s the best resource I found that connects different analytical approaches to specific business situations and problems.

Of course, if you’re interested in pursuing a career in analytics or data science, you should always be honing old skills or adding new skills into your toolkit. FreeCodeCamp and Hackernoon publish informative articles and tutorials on all things data science and software engineering. My favorite article recently was a well-written tutorial on writing your own blockchain.

You want to know the best way to continue learning though?

Build something. Anything. Explore a dataset. Find a practical problem that you or your company faces, and try to solve it.

Even if you don’t have access to high-quality data at your company, there are plenty of open source datasets that you can play around and practice with. I bet you’ll learn just as much, if not more, working on your own data projects than taking any course or reading any book.

a2tAT8bbL67TubqlllNrkuu-LHzsTPr1zINJ
Courtesy of Unsplash.com

Finally, meeting and learning from people who have the skills you want to acquire is hugely beneficial. I highly recommend using Meetup to find groups of analytics or software professionals in your area. Many of these groups have free tutorial or study sessions, and you’ll meet plenty of insanely smart people who can provide tips and tricks to accelerate your learnings.

In New York City, some of the groups that have helped me tremendously are:

Have fun learning, and let me know how your own journey goes!

— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —

UPDATE: Udacity just released a new Data Scientist Nanodegree program. I’ve looked through the materials, and it looks like an incredibly useful resource! The projects include building a recommendation engine with IBM data, and classifying customers into segments. I haven’t taken it yet, but check it out here: Data Scientist Nanodegree program.