Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Python Reviews & Product Details - Page 10

Python Overview

What is Python?

Python, a high-level programming language for general-purpose programming

Python Details
Discussions
Python Community
Show LessShow More
Product Description

Python, a high-level programming language for general-purpose programming


Seller Details
Seller
Jetware
Year Founded
2017
HQ Location
Roma, IT
Twitter
@jetware_io
25 Twitter followers
LinkedIn® Page
www.linkedin.com
2 employees on LinkedIn®

Recent Python Reviews

Supriyo M.
SM
Supriyo M.Small-Business (50 or fewer emp.)
5.0 out of 5
"python in development"
python is a programming which is used in a large extend . it is vastly used in machine leat=rning and data analyyist .
Burna v.
BV
Burna v.Mid-Market (51-1000 emp.)
4.0 out of 5
"Great and amazing"
Easy to learn and use Simple syntax Extensive third party libraries
Kengoum R.
KR
Kengoum R.Mid-Market (51-1000 emp.)
4.5 out of 5
"Test development"
Python is a very easy to use programming language. It integrates many features: OOP, multithreading and thanks to frameworks it even allows you to ...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Python Media

Answer a few questions to help the Python community
Have you used Python before?
Yes

Video Reviews

225 Python Reviews

4.8 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
225 Python Reviews
4.8 out of 5
225 Python Reviews
4.8 out of 5

Python Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons

Overall Review Sentiment for PythonQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Ujjwal A.
UA
Lead ML Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Python?

Python makes it really easy to start coding. Even if you don't have any prior experience you can just simply get started from the first tutorial that you look at. This language is extremely powerful and have so much excellent libraries support. Python comes with jupyter notebook support, the best IDE you can use to quickly get your job done. The best thing about python is it's opensource and free and community support is amazing. Review collected by and hosted on G2.com.

What do you dislike about Python?

Python being non multithreaded language is the biggest drawback, due to presence of Global interpreter lock, it doesnt support multithreading like java. Creating processes instead of threads add extra complexity to the code. Apart from this its an abstraction over C language so its extremely slow when compared to any other language. But I guess its not something to worry about to much. Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

DataScience with python is one of the most dominating things in the data science industry, With Pandas and NumPy support in python its so easy to wrangle and manipulate data in python. Django and Flask for API support is also a useful feature to create REST API's for deployment. We are using it extensively for data science use cases. Review collected by and hosted on G2.com.

Verified User in Mechanical or Industrial Engineering
UM
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Python?

I like how diverse Python can be. I've only used it as an engineer, so a lot of math and physics simulations. However, I would love that if I knew more, people are able to code games with it. Review collected by and hosted on G2.com.

What do you dislike about Python?

I don't like Python IDLE; it is very limited. I've always preferred using Spyder. In Spyder, you can debug your code and view the output and plots without any additional windows popping up (unless you want the plots to pop up in a new window). Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

I use Python for Numerical Methods and physics simulations, but these are an option.

Python constantly updates, and people create things that only use a specific version. If newer Python versions were backward compatible, it would be extremely usefull. Until it is backward compatible, users are stuck with older versions of Python. Review collected by and hosted on G2.com.

PREM R.
PR
Data Scientist
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Python?

Python has a great Library and open-source community that will help almost every project Review collected by and hosted on G2.com.

What do you dislike about Python?

Sometimes c is faster than Python, and javascript has good choice for web devlopment Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

Python is helping me to get the required output with the help of analytics, and all are possible with python like data manipulation machine learning etc Review collected by and hosted on G2.com.

Niyati N.
NN
Application Associate Financial Modeling
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Python?

I really like this software as its UI is quite user friendly and it helps in analysing larger datasets Review collected by and hosted on G2.com.

What do you dislike about Python?

It should provide more help options and suggestions for newbie in python Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

This helps in analysing and maintaining huge datasets. It also includes several liberaries so one can fetch data directly from that Review collected by and hosted on G2.com.

Sebastian B.
SB
CEO
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Python?

The ease of learning and use is the best feature of Python. Usually, this easiness means compromise in power, but this is hardly the case with Python, although there are some trade-off to consider. Review collected by and hosted on G2.com.

What do you dislike about Python?

There are some gotchas or unconcistencies that can bite you in the beginning, but you can get use to them. Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

I use Python for all types of scripts, from command line basic operating system automation to complex websites. Most of the time I use it related to scientific software. Review collected by and hosted on G2.com.

Dharunkumar N.
DN
Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Python?

Python is the easiest language to learn and fast to implement with large amount of libraries supported. Support for large scale machine learning and data science is a plus. Review collected by and hosted on G2.com.

What do you dislike about Python?

The slowness of the language and the startup time. Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

Writing server side application for user management and authentication, models, server implementation, etc Review collected by and hosted on G2.com.

RS
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Python?

Easy to implement complex code, import swat package in SAS Viya, and start coding in Python and get the benefits of a CAS server. You can refer to SAS via 3.5 for Python documentation. Review collected by and hosted on G2.com.

What do you dislike about Python?

Python is slow compared to Java and C++ and consumes more memory due to the flexibility of data types. The simplicity of the language resists the users from learning new programming languages. Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

Data transformation and cleaning is easy, and instead of using many lines this task I can complete in a few lines of code, thanks to Numpy, Scipy Panda packages Review collected by and hosted on G2.com.

Atul D.
AD
Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Python?

It's simple coding language just like giving instructions in english.eay to use software.it is a open source software. Review collected by and hosted on G2.com.

What do you dislike about Python?

It is a slow software.application built on python 2.0 will not run on python 3.0 Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

It is helping people who have less knowledge of programming languages to learn data analytics easily.anyone with less experience can learn this programming language Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Python?

I like its simplicity, versatility and ability to deploy across all platforms. It is a mature language dating nearly 30 years, and so it has a lot of enhancements and feature-rich extensions and plugins, which make it the perfect candidate to develop modern-day applications. Review collected by and hosted on G2.com.

What do you dislike about Python?

The syntax can sometimes be arcane and too simple, leaving some ambiguity in the mix. Creating virtual environments and installing pip requirements can often be tedious. Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

Making middleware components between backend data and front end interfaces. Command line scripting. MySQL + REST API components and JSON data files. Review collected by and hosted on G2.com.

Sanjaykumar D.
SD
Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Python?

I like python versatility. Compare to other languages python is bit slower but it fasten the productivity. There are tons of libraries which makes developer life easier. Review collected by and hosted on G2.com.

What do you dislike about Python?

There are few drawbacks like python is slower when compare with Java. So developer has to scratch head in order to make code faster. Review collected by and hosted on G2.com.

What problems is Python solving and how is that benefiting you?

Python has got tons of libraries contributed by millions of developers, we can use python to automate daily tasks, we can create web application. There frameworks like django using which we can create UI with very minimal code and high security. I have used python to automate bulk order creation in my organization also created web applications and also used python to visualise the data Review collected by and hosted on G2.com.