Skip to main content

Posts

Showing posts from January, 2022

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...