What do experienced programmers think about Python?

Asked by Last Modified  

4 Answers

Learn Python

Follow 3
Answer

Please enter your answer

The things that people like most about Python: Syntax - it feels like a Lisp with syntax; I don't know why this is, since it has very little to do with Lisp, but it's somehow... light, I guess? Or maybe this is just because it prefers words instead of symbols? But I've heard other people call it "executable...
read more
The things that people like most about Python: Syntax - it feels like a Lisp with syntax; I don't know why this is, since it has very little to do with Lisp, but it's somehow... light, I guess? Or maybe this is just because it prefers words instead of symbols? But I've heard other people call it "executable pseudo-code", so at least I'm not the only one that sees it that way. Significant whitespace - this means people that usually wouldn't be careful with their indentationhaveto get it right. I cannot read code that is not properly indented, the misleading structure makes my brain hurt. Expressiveness - no, I'm not talking about short programs or anything like that (this is covered in the above points). I'm talking about the ability to express different things without much effort. Decorators, metaclasses, multiple inheritance, monkey patching, that kind of stuff. Consistency - the philosophy of "there should be one obvious way to do it" is very effective; you will never see programs written in wildly different styles like you would in JavaScript or C++, for example. Error messages and stack traces - 'nuff said. Not afraid to break compatibility - mistakes in the language design getfixed, they don't just hang around forever, like they do in many other languages. Implementation - the source code of CPython is very readable, any questions you might have are easily answered by just going to its GitHub mirror. The things that people don't like: Performance - if you want to fully utilize the hardware, you have to use PyPy or Cython or manually write a C module. Of course, the last two will only help if there's a hot spot in your program, they won't help with overall optimization. Poor support for functional programming. read less
Comments

Elevate Your Skills Online: Learn C, React JS, and Web Development with 8+ Years of Expert Teaching!

Python is easy to learn. There is no complicated syntax in it. Length of the code is relatively small compared to other programming languages. Python is not a good choice for multi threading operations.
1 Comments

Machine Learning /Computer vision/NLP/Statistics Tutor/Consultant

Python is a user friendly language which is good for teaching and get started. but to do memory intense operation it is quite slow. C/C++ comes hands and is 10 times faster than python.
Comments

Easy to use multiple applications sets
Comments

View 2 more Answers

Related Questions

Which website should I learn Python from?
hey Abirami, I will recommend the following link- https://www.programiz.com/python-programming In case, if you require personal trainer I am online Python Tutor. Thanks, Rohit Maurya
Abirami
0 0
5
What is the difference between Python 2.x and Python 3.x?
Python 2 has a more complex way of writing code than Python 3. Python 3 has an easier syntax compared to Python 2. Python 2 is no longer in use since 2020. Python 3 still in use.
Kartheek
0 0
5
Hi, can anyone tell me where I can learn more and be professionally guided on 1-1 basis , on Machine Learning and Deep learning using Python? I already have statistics and programming background
I would first recommend taking some good Linear Algebra course, you would need some intuitive understanding about concepts like linear leas squares, singular value decomposition, normal equations,etc....
Ravi
0 0
5
How should I start learning Python?
Write your first program in Python. Explore packages to better manage projects. Learn Python basics, including the following elements: Boolean types. Strings. Mathematical operations. Lists and loops....
Shubham
0 0
5
Which language is having more demand in market ROR or Python ? How much time (duration) it will take to learn python or ROR ?
Python is on demand. Also it depends on your capabilities to learn anywhere between 1 week to 1 month on the amount of practise you give.
Himanshu

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Why Python
Python can be used in any futuristics technology A= Analytics Data Science Artificial Intelligence(AI) Neural Network(NN) Natural Language Processing(NLP) Computer Vision(OpenCV) In Analytics...

Datetime Module
#this examples demonstrate use of datetime module import datetimeob=datetime.datetime.now()print("-"*25)print(ob)print(ob.year)print(ob.month)print(ob.day)print(ob.hour)print(ob.minute)print(ob.second)str1=str(ob.hour)+':'+str(ob.minute)+':'+str(ob.second)print...

Decorator in Python - Simplified
By definition, a decorator is a function that takes another function andextends(/decorates) the behaviour of the latter function without explicitly modifying it.Let see how we can apply decorators for...

Things to learn in Python before choosing any Technological Vertical
Day 1: Python Basics Objective: Understand the fundamentals of Python programming language. Variables and Data Types (Integers, Strings, Floats, Booleans) Basic Input and Output (using input()...

Python Script for random Password generation
from random import randintdef passwordgen(request): str_not_include = "1 L I i l o O 0" str_small ="abcdefghjkmnpqrstuvwxyz" str_caps = str_small.upper() str_num = "23456789" str_special...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you