How can i create a safe environment to create new and play with my web applications?
My ingredients so far: python,flask,github,heroku — I have effectively created a app using flask and heroku (it just says hello world)
I have some knowledge of python. Have read through but hardly understand the flaskr tutorial for Flask. I do however envision that i’m going to be very frustrated if i can’t have some kind of version history of my stumblings.
Without being sure i feel like the recipe might include: Github and virtualenv and some coping pasting of directories…
whats a recommended way to do this?
Just setup a GitHub repository and start hacking away with Flask.
Some pointers: