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

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

Python Beginners Tutorial

Getting Started with Python Programming Check out these Python tutorials and step up for becoming the next data scientist. Choose where to begin, learn at your own pace: Unlock the latest Python tutorials – Start it from Scratch Welcome to our first module on programming. In this module, we will be discussing the nuts and bolts of the Python programming language ranging from the very basic to more advanced topics. Python is a general-purpose programming language that is becoming more and more popular for: • performing data analysis, • automating tasks, • learning data science, • machine learning, etc. Next Page

IV/I B.TECH CSE SCRIPTING LANGUAGE (R16)

IV/I B.TECH CSE SCRIPTING LANGUAGE (R16) UNIT - 1 click here  Material ||   short answers UNIT - 2 click here  Material ||   short answers UNIT - 3 click here  Material ||  short answers UNIT - 4 click here  Material || short answers UNIT - 5 click here  Material ||  short answers UNIT - 6  click here  Material ||  short answers PREVIOUS PAPERS SCRIPTING LANGUAGE IMPORTANT QUESTIONS