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

SVM is applicable only for numeric data or can also be for textual data?
SVM can work with textual data also. However you have to train the SVM to classify the text data. It is a usual practice to create a document-term matrix from the text that you have, to make SVM work easily on the data.
Harsha
What's the coolest thing you've done with Python?
I have done many cool things with Python, but one of the coolest things I have done is create a program that can generate different creative text formats of text content, like poems, code, scripts, musical...
J.k.kavyadharshini
0 0
5
How do I learn Python in depth?
Learning Python in depth is not a big issue first start practising basic of coding daily don't copy and paste start writing the code , after these basic you can go for advanced level of python like OOPS...
Mahender
0 0
5
I want to develop website which uses rest-api and Inventory/stock functionality in Python-Django. From where should I start
It seems you want to work on Django Web Framework. The very first pre-requisite for this is that you must know Python Programming. So, I would say learn Python first before embarking on Django Web-Framework.
Sourav
0 0
9

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...

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()...

Write a python program to display dictonary details from list of dictonary
Print the Following: Print all dictonary in a seperate line. Name of all the products. Total quantity of all the products. Details of any product name when provided. Convert all the product name to upper case and print.
A

Ankit P.

0 0
0

Identifiers in Python Programming
Identifiers: These are the names that are used to identify the variables, functions, classes, modules or other objects. Whenever we define something in python and give it a name then we call it as an...
P

Write your first Python program in 10 minutes
1. Download python from python official site search "python download" in google 2. Install in your machine 3. verify using : "python --version" command 4. Write first program using notepad create...

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