Hacker News new | ask | show | jobs
by Regardsyjc 2750 days ago
Do you by any chance have any course recommendations for front end, Python, or building your first saas app?

A kind HNer recommended two front end courses on Angular and React, but my friend recommends Vue.js. Do you have any idea what would be the best framework to learn for an inexperienced programmer that just wants to throw something together as soon as possible?

1 comments

for Python, I recommend the online Introduction to Computer Science 6.x by MIT. If you want a book, I would recommend the Python Crash Course.

Take a look at the minimum features you absolutely need to support on the project. You may be able to get away with plain JavaScript rather than learning an entire framework.

Thanks so much, will check these out.