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 

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