Hello Engineers! Hope you all are doing great. In today's tutorial, I am giving you a detailed lecture on Python programming language. As I am writing this tutorial for beginners, that's why I will discuss each & everything in detail, so it's going to be a very lengthy tutorial and I have divided it in parts.
We will start from basic concepts in Python and will slowly move towards advanced concepts. It's going to be a quite long bumpy ride but I will try my best to make it as smooth as I can. So, let's get started with basic Introduction to Python Language:
Introduction to python
Python is a multi-purpose, object-oriented High-Level Programming language, with applications in multiple areas, including scripting, machine learning, data scienc ...
Hello Pupils! I welcome you to The Engineering Projects. I hope you are having a good day. In our previous lectures, we simulated almost all the DLD Logic Gates i.e. AND, OR, NOT, NOR, NAND, XOR and XNOR. I hope now you must have a complete understanding of the logic gates and their working.
Now, it's time to have a look at the reason for inventing these logic gates. These DLD logic gates are used to design different numerical modules i.e. adder, subtracter, multiplexer, de-multiplexer, encoder, decoder etc. These arithmetic modules are normally used in electronic products i.e. a simple microcontroller has numerous adders/subtractors for properly calling the registers' addresses.
So, from today onward, we are going to discuss these applications of logic gates one by one. Today, we wi ...
Hey peeps! Welcome to the Engineering Projects where you are learning the basics of Python in detail. We are working a lot with the arrays as these are important concepts in most of the high-level programming languages till now, the numeric data was used in the arrays but for our practice, we are moving towards the next step where the focus will be on the string data type. The practice is done on the Jupyter notebook and every step is going to be explained well without skipping any concepts but to keep things easy, we are not emphasising unnecessary details and concepts. So, before going deep into the topic, have a look at the list of the contents that will be discussed in this lecture:
What are the strings?
How do we use the string in arrays?
What is the list?
How do we extract the ch ...
Hello Pals! We welcome you at The Engineering Projects. We Hope you are fine. We are going to learn about the Benefits of B2B e-commerce.
Despite the rapid growth of the B2B market, especially compared to its B2C counterpart, we’re still seeing a surprisingly low adoption rate of modern e-Commerce solutions on that front. Which is unfortunate for the companies that are still failing to adopt those solutions, as it’s resulted in many of them lagging behind their competitors. On the bright side, this has created a great opportunity for those willing to go the extra mile, as investing in a competent, modern B2B e-Commerce solution can result in numerous benefits, some of which will be visible almost immediately.
...
Hey Learners, welcome to another exciting tutorial about electronics. We are talking about an audio amplifier using LM386. This is a very simple IC that we are going to used for the amplification of the audio signals. We shall go through the core postulation about the topic and then work on the practical implementation of the experiment. Just have a look at the topics of discussion:
Introduction to LM386 Audio Amplifier.
Components of LM386 Audio amplifier.
LM3386 Audio Amplifier Working.
Simulation of the LM386 Audio Amplifier Circuit in Proteus.
In addition, you will find interesting information in the DID YOU KNOW sections.
Introduction to LM386 Audio Amplifier
Audio signals play important role in many devices. These signals are used ...
Hello mentees! Welcome on the behalf of The Engineering Projects. We are here with a new lesson about the Digital Logic Circuits. Logic Circuits work as heart in many electronic Circuits. The topic of today is Full Subtractor in Proteus and you will find the answers of the following questions:
What are 2 bit Full Subtractors?
How can we design the Truth Table of 2 bit Full Subtractor?
How can we implement the 2 bit Full Subtractor in Proteus ISIS?
You will also learn some important chunks of information in the DID YOU KNOW sections.
2 bit Full Subtractors
A full Subtractor works really well in the processor. We’ll talk about it function but before that have a look at its definition:
2 bit Full Subtractor is a Combinational Logic that co ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to use IF Else in Python. It's our 5th tutorial in python series. In our previous lectures, we have covered the detailed Introduction to Python and then we have also discussed Data Types in Python & How to use Strings in Python. So, now it's time to move on a little further.
In today's tutorial, we will cover If else statement in python and its not that difficult to understand but quite an essential one as its use a lot in programming projects. So, let's get started with How to use IF Else Statement in Python:
How to use IF Else Statement in Python
IF Else Statement in python takes a Boolean Test Expressio ...
Hey learners! Welcome to another exciting electrical experiment in Proteus. At the present day, we'll perform the inversion of voltage. For this purpose, we will use the implementation of Transformer as Step-up Transformer. Prior to start, let's have the basic information about the 12V to 220V Step up inverter using Transformer in Proteus. In this tutorial, we'll learn:
What is a 12V to 220V inverter?
What is the function of the transformer in the 12V to 220V inverter?
How can we implement the Step up inverter using a Transformer in Proteus?
What are some applications of the 12V to 220V inverter?
Moreover, there will be some useful pieces of information in DID YOU KNOW sections.;
12V to 220V inverter
In electronic appliances, the circuitr ...
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to use String in Python. It's our 3rd tutorial in Python series. We have discussed strings in our previous lecture How to use Data Types in Python.
String is a most commonly used data type in python that's why I have created a separate lecture on it. Python has many built-in string operations, which we will discuss today in detail. So, let's get started with String in Python:
How to use String in Python
String Data Type is used to store or collect one or more characters or sequence of characters, we can place any alphanumerical or special character in a string.
Let's create a string in python, it has a simple syntax, as shown below:
first_var = "He ...
Hey peeps! Welcome to an exciting tutorial on Python in which you will learn about the Python reverse list. We are on a series of deep learning phases where Python is under our observation. In the last tutorial, we saw the variables in Python and practised many codes in the TensorFlow. Today, we are interested to practice many interesting methods in an easy way. These are the built-in functions and you do not have to be an expert in the programming to perform them in TensorFlow. All you need is to read this tutorial and have the TensorFlow working fine. Before going deep into the topic, it is important to have a look at the list of content that you will learn today:
How do you define the python reverse list?
Why we should know about the python reverse list or keywords?
How do you practi ...