Monday, 4 May 2020

Making Your First Python Program And The Data Types

Hello! Coder This Blog Will lead You To Make Your First Python Program !

So,Simply We Will Make a Simple Program Which

Would Print Hello World For You For,Making This Program We Will Be Using The Print() Command.


Print() Command :This Command Is As Similar As A Printer We all Have At Our Homes.This Command Basically Prints The Text Which We Want It To Print Syntax:Print("Text You Want to Print")


So Here We Will Print "Hello World "
Just Type print("Hello World")
And Pressing Enter Is all
Congratulations !
You Had Made Your First Python Program 


Now,

Data Types :

Data Type Means The Type of Data Which We can Enter In variable In Python There are Following Data Types:

INTEGER: Holds Whole Numbers Without Point Values 


FLOAT: Holds Point Numbers ex- 2.3 , 4.5 Etc


STRINGS: Holds Names Ex-John,Smith Etc


BOOLEANS:True And False Values 


Thank You!




Saturday, 2 May 2020

Python(Inside It) The Compiler And Pydroid

Hey!In The previous Blog We Saw The Python And Its Applications.In This Blog We Will Learn The Running Process Of  a code in Python.So Let's First learn That What Is a Compiler and A Interpreter
Compiler: A Compiler Is A Program Used To Translate The code Written In human Understandable Form To Machine Understandable Form So As We All know That Computer Is a Machine And Machines Doesn't  Understand Our Languages.They Understand  The Binary Language i.e 0,1 So The compiler Basically Does Converts The Whole Code to 0,1 
Now, 
Interpereter: It is a Program Which Runs The Code Written in Human Understandable And Gives Us The Output But Now Here The Question Arises that Then What Is A Need To Use The Compiler We Can Just Use The compiler For Running The Code But There πŸ’₯πŸ’₯Speed Matters.The Compiler In Python Converts The Source Code Into Byte Code and Then The Compiler Uses The Byte Code To Run The Program Faster.
πŸ‘“πŸ‘“πŸ‘“πŸ‘“πŸ‘“πŸ‘“πŸ‘“πŸ‘“πŸ‘“πŸ•ΆπŸ•ΆπŸ•ΆπŸ•ΆπŸ•Ά
Pydroid :
Pydroid Means Python For Android If You Don't  Have a Pc Or Laptop Then Also Run Python Codes On The Application Called PydPydroid roid 3 

Tuesday, 28 April 2020

What Is Python?

Hey!Have you Heard Something About Coding|Programming| You all Must Have 
Now!What is Coding? 
Coding Means To Make Something By Giving Commands To The Computer 
Now!How Can We Give Commands To The Computer? Really In Normal Life When You Click a Mouse Button You give an command to The Computer But How can we Give Commands To The Computer To Create Something New Like an Application,Softwares etc .We Use Programming Languages to do so like Java The most common HTML .
Like HTML Pyrhon Is Also An Programming Language 
Something About Python :
Python was developed by Guido Van Rossum in 1991 
It Is a High level Programming Language used To make Games,Softwares,Gui Development and much more we can just Say that Nowadays Each and Every Program is Made With Python 
To Learn More About Python: 
Watch our Tutorial : https://youtu.be/yZ9PSAXLlqI
And Dont Forget To subscribe For More Engaging Videos About Computers 

Making Your First Python Program And The Data Types

Hello! Coder This Blog Will lead You To Make Your First Python Program ! So,Simply We Will Make a Simple Program Which Would Print H...