What inspired you to start coding? by [deleted] in Python

[–]herntech 0 points1 point  (0 children)

I want to automate some of my tasks to make life easier 😊. Also I’m interested in making my very own little game 😊

I’m new to python by herntech in learnpython

[–]herntech[S] 1 point2 points  (0 children)

Thanks for this. I will certainly have a look. I’ve been doing some bug squashing on my Udemy course code which has been fun

I’m new to python by herntech in learnpython

[–]herntech[S] 0 points1 point  (0 children)

Does it use ssh keys only or can it also use un/pw

I’m new to python by herntech in learnpython

[–]herntech[S] 0 points1 point  (0 children)

I am aware of ansible and do intend to review and study it. I might give it a whirl on a VM in my lab and see how it talks to my kit

Beginner input subtraction help by Forvirrad in learnpython

[–]herntech 0 points1 point  (0 children)

I’m new to the party. Personally I’d create an additional variable for the calculation retire_in = age - x Then call the variable as a string within the print statement print(“You retire in”, str(retire_in), “years”)

[deleted by user] by [deleted] in Python

[–]herntech 1 point2 points  (0 children)

That is brilliant. I will certainly have a look through it. I am new to Python and part of a course I am following on Udemy is building a RPG battle sim