Skip to main content

Posts

Python Coding Interview Questions Part 7 video explanation

Recent posts

Data Types - 2 (Sequence Type)

 Hello Buddies😍                    You gained some knowledge in my previous blog😊. Please share and support my content. So let's start our topic Data Types. In this blog we cover about Sequence Data Type. Sequence general meaning is items or events follows a specific order is called sequence. Example of sequence is Calendar, Time, Queue, etc..,  Sequence Data Types classified into 3 types.  1) String 2) List 3) Tuple 1) String :                Collection of alphabets or any characters include numbers also is called string. So how can we identify a string?. There is way to identify the string is " " or ' ' (Quotes). if anything inside of this quotes is consider as string.  String are not  changeable once they are created. They are the on of the built in data type we all know.   2) List :                 ...

Data Types - 1 (Numeric, & Boolean)

 Hello Buddies 😍                                    Data Types is an important concept in any programming language. Our daily life is connected with data. I will tell you a examples  1) Pics, Video & Documents 2) Stock Market  3) Students Marks Report etc.,  Now let's start our topic data types. In python data is classified into these types. 1) Numeric Type:-             INTEGERS :-      + ∞ to -  ∞ between these numbers are called integers           COMPLEX NUMBER      Complex number is a containing of imaginary values is called Complex Number.           Float Numbers    Decimal numbers are called Float Numbers. Ex: - 2.6,0.3 etc.., BOOLEAN TYPE In this data type we have only two values. They are True or False I will explain remaining...

Variables & Comments

  Hello Buddies 😍              I think you already installed python in your devices. Let's start our topic is variables and comments. It's a simple and easy topic. Already you know the hello world code. Before the topic start we will learn fact.  What is Syntax in Python?               For example English language have its own grammar and Telugu also have  grammar but those two not same. In grammar we follow some set of instruction to build a sentence. In python we have Syntax. We need to follow some instruction to write a code. Variables In Python                      Variables is like allocating names to a data and also storing values. like containers, Pen drives etc.,           Here i created a variable (Container) name called Blog and i store a value is PythonGeeksCommunity. F5 is used to run our co...

Python Intro and Step By Step Installation

 Hello Buddies! 😍                      In the previous blog, I explained why we need to learn programming languages. Now I'm explaining python programming. If you have doubt like why python because I don't know another programming language 🀣. Wait I'm just kidding python is easy for beginners and also above statement also trueπŸ˜ƒ. Uses Of Python:-   1. Web Development 2. Data Science 3. Machine Learning 4. Deep Learning 5. Artificial Intelligence 6. Raspberry Pi               Do you know the creator of python and why it is called python? Guido Van Rossum in 1991. He inspired from BBC comedy show name called "Monty Python's Flying Circus". Let's see a Hello World code using Python                  If we want send any messages to our friend we need to have message related app right. Like here we have to python applications i...

Why We Need To Learn Programming?

 Hello!πŸ˜ƒ Buddies How Are You. 😍          I will tell you a million-dollar answer to why we need to learn any programming language. Before starting our answer, we must know what is programming language right. Programming is used to interact with our machines, we humans have different languages based on different locations right. Let's assume a situation you and your friend went to China you don't know Chinese but your friend know Chinese very well So he will help to explain everything right. Humans have different languages like that machines have their own language is called Binary language. Is written in 0's and 1's.          I will explain with an example, take a simple word like Hello so here if we want write Hello we need alphabets and we need to arrange a format right. It is easy and we can read that word. now we translate our Hello word into Binary language. After converting it will look like this " 010000010101100011000...