Hacker News new | ask | show | jobs
by djaychela 2755 days ago
Python beginner here - I would suggest looking at Flask or Django and getting that running on a local webserver before being concerned with deploying it to something like AWS. There are plenty of tutorials on getting Flask, etc working, and I think it's important to have your head round what you're doing locally before you need to worry about the challenges that deploying what you've made will bring you. I've been using Pyramid because I like Mike Kennedy's approach [1], and have built a couple of things that are useful so far.

[1] https://training.talkpython.fm

1 comments

Thanks so much for sharing, this is exactly what I was looking for. I would love to see some of the things you've built so far. I've searched a lot of tutorials but I'm always a little disappointed when the lengthy tutorial lacks a live demo of what they built.