python-for-devops
python-for-devops copied to clipboard
Learn Python from DevOps Engineer point of you.
my first commit
@iam-veeramalla Thank you first of all for the amazing Devops series, I see that the folders contains empty readme [Day1,2,3] Can you please upload the relevant files? Best Regards!
Seems interesting but readme is empty, ???
Namespace
regex - findall - doesn't have findall regex example, it has search regex example.
def update_server_config(file_path, key, value): # Read the existing content of the server configuration file with open(file_path, 'r') as file: lines = file.readlines() # Update the configuration value for the specified...