|
|
|
|
|
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 |
|