Learn Python Language Urdu/Hindi Tutorials - Tech Solutions

Tech Solutions

This Blog is created to share Technical Solutions for public interest. The Content is related with IT solutions, SEO tips, Online Earning, online marketing, website developement, CSS, java, C++, python, C sharp Languages.

Breaking

Ads Here

Tuesday, July 3, 2018

Learn Python Language Urdu/Hindi Tutorials

Python Language:

                              Python is a powerful computer language created in 1990's. It has become popular in both business and academic applications. Python is growing really fast in the era of today's fast technology. Python highly ranked computer language to build applications for business as well as educational purposes. Most of the computer programmers use python language as they said its easy to code in python as there are less chances of errors because of its simple syntax.

In python language there is no compiler is used, all the code are written are directly converted into the object code, there is no need to compile it in python. So this is another advantage for python user. As well in python language you don't have to declair different variables, you just have to use it in the code its makes the program easier to develope.


Lets have a Look at this program in python language to print hello world in python language:

Example 1:


main():
print("HELLO WORLD")
main()

This is just it, you don't need to use any complex libraries to build , any complex functions or variables, its simple you just have to write any thing in double quotes to print that thing.

Numerous software engineers see Python as a dialect with a spotless sentence structure and a sweeping library; on account of its life span, there's additionally a plenty of outsider documentation, implying that anybody with an issue or question can (more often than not) discover an answer decently fast.

In the same way as other prevalent dialects, Python's monstrous client base has made something of a positive input circle. Since there are such huge numbers of individuals who program in it, it's simple for new software engineers to connect with others for the assistance they require. Thus, that guarantees that individuals continue programming in Python.

Lets look at another example of python to calculate and perform different arithmetic operations:

Example 2:

a=int(input("Enter First number"))
b=int(input("Enter Second number"));

print("Sum of numbers")
print(a+b);

print("Difference of numbers")
print(a-b);

print("Multiplication of numbers")
print(a*b)

print("Division of numbers")
print(a/b)

print("Modulus of numbers")
print(a%b)

there you go, as i said there is no need to declair any variables , you just can use it in the code.

Applications Of Python:

  • GUI based desktop applications
    1. Image processing and graphic design applications
    2. Scientific and computational applications
    3. Games
  •   Web frameworks and web applications
  •   Enterprise and business applications
  •   Operating systems
  •   Language development
  •   Prototyping

Benefits :

  • Easy to Learn
  • Easy to write
  • A large number of supportive libraries
  • Simple Syntax
  • User friendly
  • Short Coding Techniques
  • Provide Faster Results
  • Widely Acceptable
  • Easy to find errors
  • Portable





1 comment:

  1. Please continue this great work and I look forward to more of your awesome blog posts. 统计作业代写

    ReplyDelete