Sep-20-2018, 05:31 PM
I am looking to create a locally hosted webpage using python and I am trying to wrap my head around a few things.
1. If Python would be the back-end of the page, what could I use for the front-end? Would I have to use something like Django or could I use an entirely separate program for creating the front-end?
2. Where would I even begin? There are no good 'starting' tutorials. Everyone jumps right in. I can't tell if they're creating the back-end, front-end, or going back-and-forth. Should the back-end be created before the front-end? If so, what would be the appropriate stopping point of the back-end before moving to the front-end?
I feel I have loads more of questions, but these are the most 2 important at the moment.

1. If Python would be the back-end of the page, what could I use for the front-end? Would I have to use something like Django or could I use an entirely separate program for creating the front-end?
2. Where would I even begin? There are no good 'starting' tutorials. Everyone jumps right in. I can't tell if they're creating the back-end, front-end, or going back-and-forth. Should the back-end be created before the front-end? If so, what would be the appropriate stopping point of the back-end before moving to the front-end?
I feel I have loads more of questions, but these are the most 2 important at the moment.