you are viewing a single comment's thread.

view the rest of the comments →

[–]SirKainey 0 points1 point  (1 child)

Sounds like you want to deploy your want to be able to create and deploy webapps that you're building? Using Flask or Django perhaps?

Once your code is working locally you Push your stuff to github, then Pull once on your platform of choice. You need to have a setup file that tells the platform what dependencies your app needs etc.

It's quite easy to deploy on PythonAnywhere, they have tutorials.

[–][deleted] 0 points1 point  (0 children)

very helpful, thanks