DEV Community

Mayron Ceccon
Mayron Ceccon

Posted on

 

It's possible changed hosts of linux with Python?

Top comments (1)

Collapse
 
rhymes profile image
rhymes

You can try using sethostname in the socket module: docs.python.org/3/library/socket.html

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git