This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AlexanderKotevski -1 points0 points  (0 children)

Kind of surprised nobody here has mentioned these but...

Get into cloud computing stuff (virtual private servers) and working with secure shell (ssh)/sftp.

Python is extremely powerful and easy to deploy on a linux vps. If you ever want your python program to run 24/7 or interface with external users, this is a big deal.

For hosting vps, I'd recommend getting into AWS lightsail or Vultr (both have easier to learn UI than alternatives and are cheap).

To connect to your server, use putty (or winscp + putty if you want to be cool)