PYTHON FEATURES | GETTING STARTED WITH PYTHON #TechBlog

Code Sharp
CodeSharp
Published in
2 min readAug 19, 2018

1. High level language :-

Python is a high level programming language . You don’t have to deal with low-level assembly instructions , machine specific details or other small things. With python we get to enjoyed all benefits of high level programming language .

2. Readability :-

Python and the culture of python plays a huge emphasis On readability. It’s a very pleasant experience in reading and learning python code.

3. Library — support :-

The Python- standard library is quite vast , it also include High quality libraries.

4. Dynamic type system :-

This means that any type jacks happen at run time instead of compiler time . Dynamic languages are usually simple . Quicker to read due to less type complexity and with the lack of compiler phase.

5. Interpreted :-

Fundamentally python is used as a interpreted language. Keyword of any programming language is converted into machine language , so that the code can run . It is done by the translator software . Translator software works in two ways — Compiler and Interpreter . Python uses interpreter mode ( It takes one instruction at a time and execute it in a real time. It is a interactive way of using program). Interpreter mode provides very powerful prototyping in live coding opportunities and can also add live debugging options.

6. Multi — paradigm language :-

Python is a multi- paradigm language. Python directly supports built object — oriented and structural — oriented programming language.

Overall , Python is a very Powerful language that can be used in many different ways and many different areas.

-By Bhumika Yadav

We are open for more suggestions, do comment below.

Are you a Tech Blogger? Want to publish your blogs with us?

Contact Us: info.codesharp@gmail.com

JOIN OUR GROUP TO GET CONNECTED WITH OUR MEMBERS: https://www.facebook.com/groups/273449983229858/about/

LIKE OUR PAGE FOR UPDATES: https://www.facebook.com/thecodesharp/

FOLLOW US ON INSTAGRAM: https://www.instagram.com/thecodesharp/

Stay tuned for more updates… Follow us on Medium and Do claps for this article if you like.

--

--

Code Sharp
CodeSharp

CodeSharp is a Community of the developers and by the developers. The main aim is to help the absolute beginners who want to dive into the programming world.