Python tutorial for Beginners in Hindi 
In this video you will learn about How to Input data from user in Python.

How to Input data from user in Python?

Developers often have a need to interact with users, either to get data or to provide some sort of result. Most programs today use a dialog box as a way of asking the user to provide some type of input. While Python provides us with  inbuilt function to read the input from the keyboard.

input (): This function first takes the input from the user and converts it into a string.

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.

Why to Learn Python?
Python is consistently rated as one of the world's most popular programming languages. Python is fairly easy to learn, so if you are starting to learn any programming language then Python could be your great choice. Today various Schools, Colleges and Universities are teaching Python as their primary programming language. There are many other good reasons which makes Python as the top choice of any programmer:

1. Python is Open Source which means its available free of cost.
2. Python is simple and so easy to learn
3. Python is versatile and can be used to create many different things.
4. Python has powerful development libraries include AI, ML etc.
5. Python is much in demand and ensures high salary

In this lecture we are discussing about:
- How to get user input
- input function
- printing input message
- Type of input data
- When to use index value
- eval function
- Passing values from command line
- Argument line input

Source Code: https://github.com/TechGun/Python-Tutorial

#python 

Python User Input in Hindi | Learn how to take input from the user
1.15 GEEK