Operations | Monitoring | ITSM | DevOps | Cloud

Python

The 7 Most Common Python Debugging Challenges and How to Handle Them

According to PYPL (PopularitY of Programming Language), Python has been the most popular programming language worldwide from 2018 to the present. Remarkably, Python’s popularity has grown by 2.5% over the last five years. In contrast, Java, the previously most popular language, has seen a 4.8% decrease in its popularity. While Java is typically faster than Python, Python is easier to read with its simpler syntax.

Scheduling Python Scripts with Cron Jobs

Scheduling tasks to run automatically at set times or intervals is important in web development, system administration, and software engineering. This article shows how to schedule cron jobs in Python, making them work in different environments. Cron jobs help automate tasks like data backups, sending emails, generating reports, and more.

Instrumenting Lumigo for Python using OpenTelemetry

Standardized frameworks play a fundamental role in leveling the playing field and setting the standard within the tech industry, ensuring that everyone has access to the same tools and practices. These frameworks promote best practices and foster innovation and collaboration across different sectors. One example of such a framework is OpenTelemetry, a project that has rapidly gained traction and continued to flourish as an open-source initiative under the Cloud Native Computing Foundation (CNCF).

Dissecting MySQL Debugging with Node and Python - Part 2

In Part 1 of this blog, we prepared our demo container environments using Docker for the Node Express and Python Flask applications. Now, we move on to the more complex phase of our exploration, where we will dissect and explain the inner workings of our applications. This sequel is designed for those who want to improve their web development skills, offering a comprehensive guide to debugging and tracing.

How to instrument your Python application using OpenTelemetry

If you want to see if OpenTelemetry helps you become a better Python developer — or if you just want to know how to add OpenTelemetry to your Python service — you’ve come to the right place. In this blog, we’ll show you how to instrument your Python application using OpenTelemetry and how to visualize your OpenTelemetry data using Application Observability in Grafana Cloud. We’ll walk you through the following steps.

Monitoring apps based on Falcon Web Framework with OpenTelemetry

Falcon is a minimalist Python web API framework for building robust applications and microservices. It also compliments many other Python frameworks by providing extra reliability, flexibility, and performance. Using OpenTelemetry, you can monitor your Falcon applications for performance by collecting telemetry signals like traces. Instrumentation is the biggest challenge engineering teams face when starting out with monitoring their application performance.

Getting Started with Elasticsearch and Python

In the ever-evolving landscape of data management and analytics, the integration of Python with Elasticsearch stands out as a game-changer. Elasticsearch, renowned for its robust distributed search and analytics capabilities, finds a powerful ally in Python through the Python Elasticsearch client. Elasticsearch is an open-source, distributed search and analytics engine known for its scalability and real-time capabilities.

A Basic Introduction to OpenTelemetry Python

Think of a tool that simplifies application monitoring and helps developers and staff trace, collect logs and measure performance metrics. That is what OpenTelemetry Python provides. OpenTelemetry (OTel) Python acts as a guiding light, offering insights into the behaviors and interactions of complex, distributed systems and enabling a deeper understanding of performance bottlenecks and system dependencies. The significance of OTel lies in its pivotal role in modern software development.

Deploying a Python Application with Kubernetes

A powerful open-source container orchestration system, Kubernetes automates the deployment, scaling, and management of containerized applications. It’s a popular choice in the industry these days. Automating tasks like load balancing and rolling updates leads to faster deployments, improved fault tolerance, and better resource utilization, the hallmarks of a seamless and reliable software development lifecycle.