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

The code is using re.search instead of re.findall, therefore is only returning only one entry even if there are multiple in the input text.

Replaced re.search() code with re.findall() as this example for findall function.

@iam-veeramalla This python course is to the point for devops/cloud enthusiasts. Just a small issue on Day-5 `README.md` file The README.md at root level has the content for Day-5

@iam-veeramalla Everyone studying DevOps here is probably interested to know about this resource I've been using (and I've been contributing to). If you aren't aware of the CNCF project, [Meshery](https://meshery.io),...