Category

Programming Tutorials and Coding Guides

Explore programming tutorials with practical examples across multiple languages, scripting, and development concepts for beginners and advanced users.

Welcome to the Programming tutorials section, where you will learn coding concepts with real-world examples across multiple languages and platforms.

This category includes beginner to advanced guides covering scripting, automation, and application development. Whether you are learning programming for system administration or building applications, these tutorials will help you gain practical experience.

Programming plays a crucial role in modern infrastructure and DevOps workflows. You can also explore related topics such as DevOps and Linux to understand how programming integrates with system-level operations.

What you will learn

  • Core programming concepts and logic building
  • Writing scripts for automation and system tasks
  • Debugging and optimizing code
  • Practical use cases in real environments

Who should read this

  • Beginners starting with coding
  • System administrators learning scripting
  • Developers looking for practical examples

957 articles

Beginners Tips for Learning Python

But how do you learn Python as a beginner? Well, there are multiple ways you can go about it.

By Deepak Prasad · 7 min read · programming

HackerRank Solution: Python Check Strict Superset

Explore four solutions for HackerRank's "Check Strict Superset" problem in Python. Learn how to use the issuperset method, the all function, for loops, and list …

By Deepak Prasad · 5 min read · programming

HackerRank Solution: Python Check Subset

Explore three solutions for HackerRank's "Check Subset" problem in Python. Learn how to use the issubset method, comparison operators, and a combination of for …

By Deepak Prasad · 4 min read · programming

HackerRank Solution: Python Set Mutations

Explore three solutions for the HackerRank "Set Mutations" problem in Python. Learn how to use direct set methods, dynamic method calls with eval, and …

By Deepak Prasad · 5 min read · programming

HackerRank Solution: Python Symmetric Difference

In this tutorial, we provided multiple solutions for a HackerRank question on Python sets to identify the symmetric difference between two sets of integers. The …

By Deepak Prasad · 5 min read · programming

HackerRank Solution: The Captain's Room

Explore three solutions for the HackerRank "Captain's Room" problem using Python. Learn how to use the Counter module, mathematical formulas, and set operations …

By Deepak Prasad · 4 min read · programming

Hackerrank Solution: Regex Substitution in Python

regex substitution hackerrank solution python, hackerrank regex solution, hackerrank regex solution python, hackerrank regex solution python3, hackerrank regex …

By Bashir Alam · 5 min read · programming

Getting started with GOLANG | Write your first GO Code

Getting started with go, installing go using package manager, install go-1.19, setup your own go workspace, What is GOPATH and GOROOT, How to integrate visual …

By Deepak Prasad · 12 min read · programming

How to fetch images from Node.js server

2 different ways to fetch images from node.js server using practical examples. Use built-in http module and express framework

By Steve Alila · 5 min read · programming

SOLVED: Get script directory path in Node.js

Node.js get script directory, node.js get current directory, node.js get absolute path, node.js get absolute directory path

By Steve Alila · 5 min read · programming

HackerRank Solution: Python Reduce Function

3 ways to solve reduce function in python hackerrank solution, reduce function in python3 hackerrank solution, reduce function in python

By Bashir Alam · 4 min read · programming