An Introduction of Jupyter notebook extension
Jupyter Notebook extensions are add-ons that enhance the functionality of Jupyter Notebooks by adding useful features, tools, and customizations. These extensions are designed to streamline workflows, improve productivity, and introduce…
Read more »Jupyter notebook – Lab Session – 12 – Panda Introduction
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 11 – Numpy Introduction
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 10 – Introduction of Data Types, Variables & checkpoint
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 9 – Defining Function, Basic Module, and Package
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 8 – Calculating Descriptive Statistics with math, statistics, numpy, pandas
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 7 – Data Cleaning with Pandas
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 6 – Conditions, Control Flow & Looping
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 5 – Exploring Datasets with Pandas and Matplotlib
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 4 – Exploring Datasets with Pandas
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session 3 – Visualizing Data with Pandas, NumPy, matplotlib & seaborn
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Jupyter notebook – Lab Session – 2 – Analyzing Data with Pandas, NumPy & Visualizing Data with matplotlib
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »What is JupyterHub?
JupyterHub is an open-source, multi-user server designed to provide access to Jupyter Notebook environments for multiple users simultaneously. It’s particularly useful for organizations, educational institutions, and research teams that need…
Read more »What is Anaconda?
Anaconda is a popular open-source distribution of the Python and R programming languages, designed specifically for scientific computing, data science, and machine learning. It provides a comprehensive platform that includes…
Read more »Jupyter notebook – Lab Session – 1 – Exploring Dataset with Pandas and NumPy
Importing Libraries import pandas as pdimport numpy as np Explanation: Import the essential libraries. Loading the Dataset df = pd.read_csv(‘/path_to_your_dataset.csv’) Explanation: Load the dataset into a Pandas DataFrame. Display First…
Read more »How to install Anaconda?
Step 1 – Downlod Installer URL – https://www.anaconda.com/download/success Step 2 – Run Installer Step 3 – Access it Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I…
Read more »Best AI tools for Software Engineers
Enhancing efficiency is crucial for software engineers, and several AI tools have been developed to assist in various aspects of programming. Here are some top-rated AI tools and platforms that…
Read more »Installing Jupyter: Get up and running on your computer
Prereq How to install Paython 3? URL – https://www.python.org/downloads/ How to install PIP? Usually, pip is automatically installed if you are: How to Installing Jupyter Project Jupyter’s tools are available…
Read more »An Introduction of SymOps by SymOps.com
1. Introduction to SymOps Tool Overview of the SymOps Platform and Its Importance SymOps by SymOps.com is a cloud-native platform designed to streamline and automate system operations (SysOps), DevOps processes,…
Read more »Introduction to System Operations (SymOps)
1. Introduction to System Operations (SymOps) Overview of SymOps and its Importance in IT Infrastructure System Operations, or SymOps, encompasses all tasks related to maintaining and optimizing IT infrastructure for…
Read more »Distributed Tracing Basic Tutorial
Creating comprehensive tutorials for each of these distributed tracing topics is a great way to build a strong foundational understanding. Here’s a detailed tutorial for each section with human-friendly explanations,…
Read more »How to learn SymOps?
To master SymOps (short for “SRE Operations” in some contexts or symbolic operations in others), here are some foundational and advanced topics to cover: Starting with these topics will give…
Read more »Reliability Engineering Fundamentals
What is Reliability Engineering? Reliability engineering is a field focused on designing systems and processes to ensure that software applications and infrastructure are consistently available, stable, and perform as expected…
Read more »SymOps Vs DevOps Vs SRE
In a fast-paced software company, each of SymOps, DevOps, and SRE plays a crucial role in ensuring seamless operations, security, and reliability. Imagine a scenario where a new application is…
Read more »List of DevOpsSchool Certifications
Here is a list of some certifications offered by DevOpsSchool: 1. DevOps Certifications 2. MLOps Certifications 3. DevSecOps Certifications 4. Site Reliability Engineering (SRE) Certifications 5. GitOps Certifications 6. Kubernetes…
Read more »Beyond Repositories: Unveiling the Key Differences Between GitLab and GitHub
In the ever-evolving world of software development, GitLab vs GitHub have emerged as titans, offering powerful platforms for version control and collaborative coding. Both provide a centralized haven for your…
Read more »Streamlining Software Development: Key Project Management Practices
In today’s competitive software development landscape, effective project management practices are vital for success. With over 65% of projects failing to meet their original goals, streamlining processes can significantly enhance…
Read more »Managing Video Content In A Production Environment
Managing video content in a production environment has become increasingly critical as video continues to dominate digital spaces. In 2024, over 91% of internet users consume video content weekly, highlighting…
Read more »Mastering Date And Time Functions In Javascript: A Guide For Developers
JavaScript is a versatile language widely used in web development, and understanding its date and time functions is critical for creating dynamic and time-sensitive applications. JavaScript uses the Date object,…
Read more »Atlantis: Step-by-Step Tutorial for Atlantis tool
The core functionality of Atlantis enables developers and operators to run terraform plan and apply directly from Terraform pull requests. Atlantis then comments back on the pull request with the…
Read more »