by Regardsyjc on 12/8/18, 5:51 PM with 5 comments
It's a short Python script that takes in csv files and spits out a more optimized csv file.
What would be the best way to create a website that accepts csv files, runs my Python script, and then spits out the optimized file?
My friend recommended AWS Lambda.
I'm also wondering what front-end framework I should learn to build more complex things in the future. I'm looking for something that would be easy to learn and quick to deploy. I'm a huge fan of Fast.Ai's teaching method of chucking people in the deep end and learning by building.
My friend recommended Vue. Another HNer recommended plain javascript if possible. Another kind HNer recommended two courses on Angular and React.
Does anyone have recommendations or advice on courses/resources to get something up and running as quick as possible for noobs?
by djaychela on 12/9/18, 12:47 PM
by celticninja on 12/8/18, 7:09 PM
You could choose a framework like ruby on rails or some js framework but they seem like overkill for what you want.