Webserver using Ansible

Webserver using Ansible This tutorial is all about the installing of the Ansible in your RHEL 8 and setting up the Apache HTTPD webserver using the Ansible automation. Ansible Ansible is an open-source configuration management tool. One can perform the automation using the Ansible. In this article, we will set up an Apache HTTPD web …

Webserver using Ansible Read More »

Comments and Variables in Python

Comments and Variables in Python In this module we are going to discuss about  What are the comments in python? When to use comments? How to write comments? Types of comments Docstring comments Variables in python Variable declaration Multiple Variable assignments in Python Comments in python What are the comments in python? Comments are mainly …

Comments and Variables in Python Read More »

JLCPCB PCB Review

JLCPCB Review | PCB review What is PCB ? PCB stands for Printed Circuit Board. To make electronic circuits different type of things are used like Bread board, circuit board and the most advanced comes Printed circuit board. Using Bread boards or circuit boards , we cannot put huge circuits on a 10×10 sq.cm chip. …

JLCPCB PCB Review Read More »

8259

8259 PIC ( Programmable Interrupt Controller ) 8259 PIC abbreviated as programmable interrupt controller, In the previous tutorial an overview of it was given. In this tutorial 8259 Architecture, working and 8259 pin diagram. To access complete series of 8086 click here. There are two interrupt pins to 8086 microprocessor ( NMI and INTR ), NMI …

8259 Read More »

Arrays in Python

Arrays in Python In this module we are going to discuss about Arrays in Python Basic array operations like Finding the length of the array Addition Removal Concatenation Slicing Looping Creating arrays in python Accessing array elements Basic Array definition An array is a collection of items stored at contiguous memory locations. It is a …

Arrays in Python Read More »

Data types in Python

Data types in Python This tutorial mainly teaches you about the data types in Python.In computer programming,a data type is an attribute of data which tells the compiler,how the programmer intends the use of data.Every value in python has a data type.There are various data types in Python.Some of them are  Numbers String List Dictionary …

Data types in Python Read More »

What is Python Programming

What is Python Programming Here in this module, completely about the introduction to python programming –  Features of python Major companies who use python Career opportunities in python Programming Technical skills  What is an IDE? Features of python Python is mainly used because of its wide range of features.Now let us know about all its …

What is Python Programming Read More »

Power Saving Mode in 8051

Power Saving Mode in 8051 There are two types of power saving modes in 8051 which are Idle mode Power down mode. There is a SFR ( Click here to read what is SFR and types of SFRs present in 8051 ) for power control mode in 8051. Only two bits in the register are …

Power Saving Mode in 8051 Read More »