Earlier quoted context omitted.
I have a degree in something entirely unrelated. Always wondering if I should bother getting a Masters in CS if I plan to stay in the field long term. Seems to only be worth it if I get into a top 5 school, and even then, it seems like a year of study might be worth more than a degree.
I disagree. Degrees matter in terms of credential signalling. I wish the world were a different way, but degrees are a signal that employers do NOT ignore no matter what the HN crowd says about autodidactic CS learning (even though I agree with them on that). Georgia Tech has a great online Master's program which many of my peers took which I think is more readily accessible.
Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
11–20 of 64 posts
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#12If your endgoal is simply "get into AI/ML" for the fun of it (as opposed to strictly for the money), you might be better served pursuing a BS in Data Science itself. There are some online schools that offer it and they dump you straight into the fun bits you're interested in. Depending on your career ambitions that may be good enough.
You've already committed 4 years to a Bachelor's. I see you planning on another 2 for a generic CS and another 2 for a MS. You'll have wasted a lot of time and money if you only find out in year 7 that AI/ML isn't for you after all.
Regardless of what you intend to do, be wary of cost balloons with all online courses. A lot of online courses tell you it's $x for the course, but after the fact they require you to purchase subscriptions to third-party online services or new-only textbooks with software license keys. Sometimes financial aid covers that, other times not.
Best of luck!
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#13You might be able to get into a Master's program without a Bachelor's in CS, provided you can demonstrate understanding of the material. OSSU has a great curriculum for replicating that: https://github.com/ossu/computer-science A Master's or Ph.D. will help you get into more research-oriented programs where you're working at the cutting edge. If you don't care too much about reading papers and that sort of thing, you…
I have an associate's in CS and think this might be the best route for me since transferring for a BS/BA might be too much time commitment. You think this is possible without a bachelor's in hand? Any recommendations?
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#14WGU
-Pay by the term not credit hour (3750~ for 6 months!) AND test out as much as you want
With this combination you could realistically have a Bachelors within a year.
I've personally completed 60 credits in 6~ months while working full time.
People also use this program to get into OMSCS.
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#15WGU
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#16-Regis University has a good BSCS online program. 8 week semesters, relatively inexpensive, ABET accredited.
-Regional accreditation and ABET accreditation are the standard for a BSCS program. Don't go to any program that doesn't meet that criteria.
You don't need a degree to get into AI/ML, you can study and learn it on your own. Udacity has courses to cover the basics of CS, edX has course from MIT and Harvard, etc.
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#17You might be able to get into a Master's program without a Bachelor's in CS, provided you can demonstrate understanding of the material. OSSU has a great curriculum for replicating that: https://github.com/ossu/computer-science A Master's or Ph.D. will help you get into more research-oriented programs where you're working at the cutting edge. If you don't care too much about reading papers and that sort of thing, you…
I have an associate's in CS and think this might be the best route for me since transferring for a BS/BA might be too much time commitment. You think this is possible without a bachelor's in hand? Any recommendations?
You may find other programs that have other requirements, but I'm not aware of any.
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#18Remember also, particularly in IT, that educating yourself is going to be an ongoing task for you. It doesn't have to be formal but you have to keep up. Read Hacker News and High Scalability, when you see things discussed that you don't understand then take it upon yourself to go understand. I probably spend sixteen hours a week on my own research.
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#19You don't absolutely have to have a BSCS to get into the OMSCS. However, without it (or something like it, or equivalent experience) you will be at a major disadvantage and will probably not be successful. So your desire is the correct one. -Regis University has a good BSCS online program. 8 week semesters, relatively inexpensive, ABET accredited. -Regional accreditation and ABET accreditation are the standard for a…
Some people recommend WGU. From what I see, WGU "is accredited by the Northwest Commission on Colleges and Universities (NWCCU), a regional accreditation". Is having NWCCU instead of ABET accreditation an issue?
Between Regis University and WGU, which one would you choose?
Re: Ask HN: I want to get a Bachelor's in CS online. What are some good programs?
#20UK CS programs are a little bit lighter on math than US programs but they still try to cover quite a bit. The first term courses are:
- an introductory programming course taught using P5.js. I was initially skeptical of that approach but it turned out being a lot of fun.
- a numerical mathematics that attempts to cover pretty much everything
- web development course
- how computers work course (similar to a computer architecture course)