Saturday, 9 April 2022

PRE REQUISITE of PYTHON ?Install Compiler.

 string is text. int is a primitive variable to store integer numbers. String is an object with methods that allow text manipulation. As others have responded, int is an integer number and string is a text.

string looks like this "66"

But If you removes Inverted Comma . It will treat as a Variable or number.

Step 1 Install latest Python Version

Step 2 Install Any Compiler I Recommend PyCharm.

If you Want to Watch how you can Install Just Watch the Video below given.



Monday, 4 April 2022

Introduction to Flow Charts.

 

It means that if you want to explain code to other coder you can easily do that by making flowcharts . Flow charts are language Independent it means you have wrote a code in any language so if you show it to other person . Then he can understand that easily because for all languages components use in Flow Charts are same.


TERMINATOR - This Component is used for start or end . when you show the start of the code or the end you use this shape for that .
ARROW - This Component is used to show the flow of our program .
INPUT / OUTPUT - This Component is used when you input  something means when program is asked you to enter something or for output means program is giving something. For that you use that parallelogram shape.
PROCESS - For process we use rectangle shape.It is used when their is some process in your program  & you want to show that. So you will use that shape.
DECISION - For Decision we use a rhombus shape . It is use when their is a Condition in your Program means condition like for example " If it is raining outside take Umbrella if not  don't take it " like hat . In this type of Scenario you can take Decision.
Now you can see that I have taken A storage for 20 & B for 25. My Output will store in SUM storage as you can see in this picture.









If you want to Watch this stuff Explaining me in a Video Format . Video is Below















Sunday, 3 April 2022

How to Approach a Coding Problem.









If you want to watch all Stuff that you havr read till now . Watch Video given below.


















PRE REQUISITE of PYTHON ?Install Compiler.

  string is text.   int is a primitive variable to store integer numbers . String is an object with methods that allow text manipulation. As...