python-for-devops icon indicating copy to clipboard operation
python-for-devops copied to clipboard

Learn Python from DevOps Engineer point of you.

Results 43 python-for-devops issues
Sort by recently updated
recently updated
newest added

@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, ???

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...