From ea6cb7b6a2cdfdf89bd98ed993bd97b1a69ce8f4 Mon Sep 17 00:00:00 2001 From: Edmond Major III Date: Thu, 15 Mar 2018 11:48:19 -0500 Subject: [PATCH] Update resources.md Add in LambdaSchool to Online Courses section. --- resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources.md b/resources.md index 97fd49d..76d1854 100644 --- a/resources.md +++ b/resources.md @@ -97,6 +97,7 @@ Online courses are an increasingly popular way for universities and professional - [Codecademy](http://www.codecademy.com/) - offers free online courses in several different languages. However, Codecademy does have a tendency to teach only basic syntax, so you must work through more tutorials after finishing Codecademy. Focuses mainly on web development, Ruby, and Python. - [Coursera](https://www.coursera.org/) - offers free online courses in many different fields from several different well-known universities. New courses are added every quarter, and content from old courses is typically archived. Because many courses appear to be new/may be a one-time thing, this page will not link to courses on Coursera unless it appears to be stable. +- [LambdaSchool](https://lambdaschool.com/) - offers a six month, immersive program that gives you the tools and training you need to launch your new career—from the comfort of your own home. Has courses for front-end web developent and machine learning/data science. - [Udacity](http://www.udacity.com/) - offers free computer science courses taught by industry experts. Udacity offers two kinds of courses -- regular courses and nanodegrees. Regular courses are free. Regular courses with one-on-one tutoring/code review requires a monthly fee. Nanodegrees are typically for people with some prior coding experience, and cost more money. - [edX](https://www.edx.org/) - a joint effort between MIT, Harvard, and Berkeley to provide free online versions of some of their courses. - [OpenCulture](http://www.openculture.com/computer_science_free_courses) - similar to all of the above. Video lectures are typically available on iTunes or Youtube. Typically does **not** require you to complete assignments, unlike many other online courses.