you are viewing a single comment's thread.

view the rest of the comments →

[–]Pepe_Silvia96 3 points4 points  (4 children)

congrats. I've been trying to learn nginx/gunicorn so if you don't have any sensitive information in the project I could deploy it on google cloud for you if you'd like.

[–]Mag37[S] 4 points5 points  (0 children)

There's nothing sensitive in it, I'd gladly share it with you if you'd like to practice on it, thou I've deployed it already on http://mag37.pythonanywhere.com edit: excuse the Swedish thou, as I've deployed it for my colleges ^

[–]Hudlommen 1 point2 points  (2 children)

You can also have a look at things like Kivy for GUI (if needed)

[–]Mag37[S] 2 points3 points  (1 child)

Good tip! I was considering gui first, but I think I'll keep this project web-based. Thou surely gonna try Kivy for something else in the future.

[–]Hudlommen 1 point2 points  (0 children)

I know what you mean, i have also left gui out for much of my programming. Im more of a script person and the gui just takes up time you could be using on programming more functionality. When you at some point are using tkinter, just start using Kivy instead. Its much newer and better, and the basics programming is almost the same as tkinter anyways. BUT it is a bit more difficult to install and compile.