What are the pros and cons of Python?

Asked by Last Modified  

5 Answers

Learn Python

Follow 2
Answer

Please enter your answer

"Transforming your struggles into success"

Python is a popular programming language that offers many benefits: ease of use, readability, and a large community of developers. However, it also has some limitations, such as slower performance compared to compiled languages, memory management issues, dynamic typing, and version compatibility
Comments

German Trainer with 1 plus years experience

Pros of Python. Beginner friendly. Well-supported. Flexible. Multiple libraries. Embeddable. Highly scalable. Prototyping-friendly. Cons of Python. Slower than compiled languages. Less secure. Not ideal work environment. Bad memory consumption and garbage collection. Dynamically typed. Poor multit...
read more
Pros of Python. Beginner friendly. Well-supported. Flexible. Multiple libraries. Embeddable. Highly scalable. Prototyping-friendly. Cons of Python. Slower than compiled languages. Less secure. Not ideal work environment. Bad memory consumption and garbage collection. Dynamically typed. Poor multithreading. read less
Comments

Data Analyst with 10 years of experience in Fintech, Product ,and IT Services

### Pros of Python:1. **Easy to Learn**: Python has a simple syntax that is easy for beginners to understand.2. **Versatile**: Suitable for web development, data analysis, machine learning, automation, and more.3. **Large Community**: A large community provides a wealth of libraries, frameworks, and...
read more
### Pros of Python:1. **Easy to Learn**: Python has a simple syntax that is easy for beginners to understand.2. **Versatile**: Suitable for web development, data analysis, machine learning, automation, and more.3. **Large Community**: A large community provides a wealth of libraries, frameworks, and support.4. **Readable Code**: Code is clean and readable, making it easier to maintain and collaborate on.5. **Cross-Platform**: Works on multiple operating systems like Windows, macOS, and Linux. ### Cons of Python:1. **Performance**: Slower execution speed compared to compiled languages like C++ or Java.2. **Memory Consumption**: Can be high, which might not be ideal for memory-constrained systems.3. **Global Interpreter Lock (GIL)**: Limits multi-threading performance in Python’s standard implementation.4. **Limited Mobile Development**: Less common for mobile app development compared to Java or Swift. These factors make Python a strong choice for many applications, though it may not always be the best option depending on specific needs. Here is my number Call 073-1485-0321. read less
Comments

Computer Science Engineer with experience of teaching for 4 years

Prons: 1. Easy to learn and use 2. Portable 3. Rich standard libraries 4. Versatile 5. interpreted and dynamically typed language 6. Support for object-oriented, procedural, and functional programming paradigm CONS: 1. Performance Limitations 2. Memory consumption 3. Not ideal for mobile...
read more
Prons: 1. Easy to learn and use 2. Portable 3. Rich standard libraries 4. Versatile 5. interpreted and dynamically typed language 6.Support for object-oriented, procedural, and functional programming paradigm CONS: 1.Performance Limitations 2. Memory consumption 3. Not ideal for mobile development 4. Weak in multithreading 5. Version compatibility issue 6. Database access limitation read less
Comments

Python is easy to learn, versatile, and has a strong community with many libraries, making it great for beginners and diverse projects. However, it can be slower than languages like C++, uses more memory, and isn’t ideal for mobile apps or high-performance tasks due to its multithreading...
read more
Python is easy to learn, versatile, and has a strong community with many libraries, making it great for beginners and diverse projects. However, it can be slower than languages like C++, uses more memory, and isn’t ideal for mobile apps or high-performance tasks due to its multithreading limitations. read less
Comments

View 3 more Answers

Related Questions

Why does â??5/2 = 2â?? and not 2.5 in Python?
Due to dynamic Typing. use Numpy , and declare data type , you will get desired result
Srikanth
0 0
6
What does // mean in python?
In Python, `//` is the floor division operator, which divides two numbers and returns the largest integer less than or equal to the result. For example, `7 // 2` returns `3`, as it performs division and rounds down to the nearest whole number.
Annu
0 0
5

I want to learn Python but I dont know which tool is better for the future? and i want to get a job in less time. I am a fresher, 2017 passed out.

Congratulations for passing out in 2017. Learning Python programming language will help you get a job in less time provided you are good in general aptitude,computer science fundamentals. You need to become...
Srinu
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
Which version of Python is better for beginners?
For beginners, I recommend starting with *Python 3.x* (currently Python 3.10 or 3.11). Here's why: 1. *Latest features*: Python 3.x has the latest language features, libraries, and tools. 2. *Better...
Nayan
0 0
5

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

Ask a Question

Related Lessons

Python Programming or R- Programming
Most of the students usually ask me this question before they join the classes, whether to go with Python or R. Here is my short analysis on this very common topic. If you have interest/or having a job...

Python SubProcess
Question: As a Network Administrator, one of my trainee wants to know the below: He has certain number of Machines(IP’s). On daily basic he wants to know how many IP’s are reachable and...

PEP (Python Enhancement Proposals)
Python Enhancement Proposals(PEP) are suggestions for improvements to the language, made by experienced Python developers. PEP 8 is a style guide on the subject of writing readable code. It contains a...
S

Sudheer S

0 0
0

Code: Gantt Chart: Horizontal bar using matplotlib for tasks with Start Time and End Time
import pandas as pd from datetime import datetimeimport matplotlib.dates as datesimport matplotlib.pyplot as plt def gantt_chart(df_phase): # Now convert them to matplotlib's internal format... ...
R

Rishi B.

0 0
0

OS Module
1. OS module interacts with your operating system. Use this to create folder, remove folder, move folder, change the working directory. Ex: import oscurDir=os.getcwd() #get current working directoryprint(curDir)os.mkdir('praveen')...

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 >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

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