Skip to main content

#1 Python Beginners | What is Python?

#1 What is Python?

Python is a dynamic, interpreted (bytecode-compiled) language that is usedi in a wide range of domains and technical fields. It was developed by Guidov vanRossum in 1991. It was mainly developed for code readability and its syntax is such that it allows programmers to code/express concepts in
fewer lines of code. Compared to compiled languages like C, Java, or For-tran, we do not need to declare the type of variables, functions, etc. when we write code in Python. This makes our code short and flexible. Python tracks the types of all values at runtime and flags code that does not make sense as it runs. On the Python website, we find the following executive summary:
--------------------------------------------------------------------------
Python is an interpreted, object-oriented, high-level programming lan-guage with dynamic semantics. 
It is high-level built in data struc-tures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use  asa scripting or glue language to connect existing components to-gether. 
Python’s simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python sup-ports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms and can be freely distributed.
--------------------------------------------------------------------------
Following video shows clear explanation about this topic:


Comments

Popular posts from this blog

Published Research papers by Ravula Kartheek sir

Published Research papers by Ravula Kartheek sir 1. 3G heir 4G, 4G heir 5G, 5G heir?    Click here 2. A SECURITY TECHNIQUE ON ETHICAL HACKING    click here 3. A Study on "Part of Hadoop in Data Innovation period"    click here 4. A Study on Cyber Turpitude from Cyber Criminals    click here 5. A Study on New Challenges of Big Data and Apache Spark    click here 6. Locating Common Styles Based Totally On Quantitative Binary Attributes Using FP-Growth Algorithm    click here 7. Protection for Wireless Networks from Hazards and Vulnerabilities    click here 8. Protection Tolerate Access Manipulate Procedure for Relational Data click here 9. The Legend “JAVA” Vs “C++” Programming Languages    click here

B.TECH III/II CSE-- STM Materials (R16)

B.TECH CSE III/II SEM STM MATERIALS UNIT-1 | click here UNIT-2|  click here UNIT-3|  click here UNIT-4| click here UNIT-5|  click here UNIT-6| click here

Useful Text books

Useful Textbooks  ------------------------------------------------ 1. Data Structures Made Easy    click here 2. Python crash course    click here 3. Python Basics handbook   click here 4. Unix click here