Python web frameworks for beginners | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Python web frameworks for beginners

I am struggling to get my head around all if the steps necessary to get a web framework up and running. I mean I can get the 'hello world' examples in django and flask running but am struggling to then move that on to having web access to some of the apps/scripts I have written up. My aim is to make the functionalities available to colleagues (without Python) of mine, but avoid the fun and games of compiling to .exe. Any tips on taking that next step, or other approaches?

11th Jan 2017, 9:32 PM
Lloyd Jackman
Lloyd Jackman - avatar
1 Resposta
0
Docker maybe the answer for that... you likely need to include some type of virtual machine if not compiling into an executable. This site may help: http://docs.python-guide.org/en/latest/dev/virtualenvs/
12th Jan 2017, 1:46 AM
Charles Cianos
Charles Cianos - avatar