Curated articles, resources, tips and trends from the DevOps World.
Prisma Cloud from Palo Alto Networks is sponsoring our coverage of AWS re:Invent 2021. Introduced as a preview at the Amazon Web Services‘ re:Invent 2021 conference, SageMaker Studio Lab is a free stand-alone machine learning development environment based on the popular JupyterHub IDE.
If you are looking for your next role which involves an in-depth knowledge of Grafana then you will want to make sure that you have revised sufficiently beforehand.
Continuing an annual tradition at TNS, we’ve assembled a gift guide for that technical someone in your life. For their curious minds and novelty-craving hearts, these gifts offer new experiences and fun things to play with — but for 2021, also something a little more.
In our community Discord server, we have two main groups of roles you can take on as a member, earned roles and declared roles. Earned roles, as you would expect, you have to earn! You can get them in various ways as we’ll discuss shortly, but you can’t just ask for them.
When working with files in Python, you’ll often need to check if a file exists before you do anything else with it, such as reading from or writing to it. Luckily, the Python standard library makes this a piece of cake.
While lists aren’t the most efficient data structure if you’ll be doing lots of deleting from the middle, there are definitely good ways to accomplish the task. The built-in remove() method should be your first option. Let’s go over some examples.
C# and Python represent the two sides of what it means to be a powerful language. C# is fast, lightweight, and flexible, while Python is robust, simple, and secure. But which language does coding best?
Let’s go over a few idiomatic ways to remove duplicates from lists in Python. This is the easiest algorithm to code, but because it requires creating a new list, also requires more memory and is a bit slower.
In Python, an assertion is a statement that confirms something about the state of your program. For example, if you write a createUser function and you are sure that the user needs to be older than 18, you assert that the age field is greater than or equal to 18.
Developers love concise code that’s easy to read. A ternary operator in Python is a piece of syntax that lets you perform a small if/else statement in a single line. Let’s take a look at a few examples.
Have valuable insights to share with the DevOps community? Submit your article for publication.
Get the latest DevOps news, tools, and insights delivered to your inbox.
Made with pure grit © 2025 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com