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

960 articles

Python super() function explained [Easy Examples]

The Python super() function can only be used inside the child class to call the constructor and any other parent class method. We can use the supper() function …

By bashiralam · 9 min read · programming

Python startswith() method explained [Easy Examples]

The Python startswith() method returns True if the string starts with the specified value, otherwise False. If we will not specify the starting position of the …

By bashiralam · 8 min read · programming

Numpy random Examples | rand() | randint() function

The Numpy random method in Python helps us to create random numbers. You can use random.rand(), random.randint(), random.uniform() function to generate random …

By bashiralam · 10 min read · programming

Python any() function Examples [Beginners]

Python any() function is a built-in function that works very similarly to OR logic gate. Learn how any() function works by taking examples of lists, tuples, …

By bashiralam · 10 min read · programming

Python filter() function Usage [10+ Examples]

python filter, python filter list, python filter function, filter list, list filter, python filter array, python3 filter, filter example, python array …

By bashiralam · 14 min read · programming

Python Multiline Comments [Methods & Examples]

Python does not support multiline comments but does have docstring. We can achieve multiline comments in python by writing consecutive single line comments.

By bashiralam · 8 min read · programming

Python Reverse String Examples [5+ Methods]

python reverse string, how to reverse a string in python, how to reverse string in python, how to reverse a string python, python how to reverse a string, …

By bashiralam · 9 min read · programming

Python list pop() function examples [Beginners]

python pop, python list pop, list pop, pop function python, python array pop, python pop function, pop method python, pop 0, python pop from list, array pop …

By bashiralam · 11 min read · programming

Python classes Fundamentals and Best Practices

python class, python object, python class example, python create class, python define class, python class object, python create object, python3 class, classes …

By bashiralam · 17 min read · programming