Introducing G2.ai, the future of software buying.Try now
Python
Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Python Reviews & Product Details

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

Jetware

Description

Jetware is a platform offering pre-configured, ready-to-run virtual machine images tailored for various applications and development environments. It simplifies the deployment process by providing optimized images that can be easily launched on cloud services, such as AWS and Google Cloud, or on local virtualization solutions. The platform is designed to save time and reduce complexity, allowing developers and IT professionals to focus on their core tasks rather than configuration.

Python Integrations

(7)
Integration information sourced from real user reviews.

Recent Python Reviews

Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"Easy to learn and get started with"
It is very human-readable and there are lots of learning resources.
Jonathan P.
JP
Jonathan P.Small-Business (50 or fewer emp.)
5.0 out of 5
"Excellent programming language"
How flexible it is to integrate with other apps
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
4.0 out of 5
"A versatile and developer friendly language with room to grow in typing"
Python shines with its clean and readable syntax, which allows developers to write less code and accomplish more. It's extremely powerful enough fo...

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Perceived Cost

$$$$$
View More Pricing Information

Python Media

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

230 Python Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
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.
230 Python Reviews
4.8 out of 5
230 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
G2 reviews are authentic and verified.
Verified User in Leisure, Travel & Tourism
UL
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Python?

Python shines with its clean and readable syntax, which allows developers to write less code and accomplish more. It's extremely powerful enough for large scale applications. The rich ecosystem of libraries and frameworks, especially for web development, data science and automation, makes it a go to language across many domains. The active community and extensive documentation also make problem solving and learning much smoother. Review collected by and hosted on G2.com.

What do you dislike about Python?

While Python's dynamic typing is convenient, its type system still feels limited compared to more better solutions like TypeScript. Even with the addition of type hints and tools like mypy, the enforcement is optional and lacks the strictness and tooling support that make TypeScript's typing so effective. This can lead to runtime issues that would be caught during compile time in statically typed languages. Review collected by and hosted on G2.com.

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

Python, especially through the Django framework, helps me rapidly build and scale web applications with clean architecture and maintainable code. It takes care of many common development tasks out of the box, like authentication, database management and admin interfaces. It saves significant development time. This allows me to focus more on solving business specific problems rather than reinventing the wheel. Python's simplicity and Django's batteries included approach help speed up MVP development and iteration cycles Review collected by and hosted on G2.com.

Kengoum R.
KR
Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Organic Review from User Profile
What do you like best about Python?

Python is a very easy to use programming language. It integrates many features: OOP, multithreading and thanks to frameworks it even allows you to develop rest APIs but also mobile applications. It is true that the area in which it is most used is the development of AI scripts because the implementation of it is relatively simple given the number of libraries developed for it. I use it a lot for my work and with the user community around, I rarely have problems that no one else has yet, there is always someone to help. Review collected by and hosted on G2.com.

What do you dislike about Python?

Python with all its advantages has a drawback that I cannot let pass, the non-existent typing. It started with a good intention but it makes you find yourself in situations that are not very pleasant. Also the fact of not being verbose enough, OOP is applied but not in its entirety, the attributes are private, only implicitly, we can access them if we are stubborn enough. Review collected by and hosted on G2.com.

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

I am a Software Engineer consultant so my role is to develop applications to solve problems, in this context, I sometimes use python to develop rest APIs but also design NLP scripts. The use I currently make of it is to integrate a language translation and audio-text tool into a talent management solution Review collected by and hosted on G2.com.

Jonathan P.
JP
DBA de desarrollo
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Translated Using AI
What do you like best about Python?

How flexible it is to integrate with other apps Review collected by and hosted on G2.com.

What do you dislike about Python?

Nothing, it seems perfect to me! It's a powerful and solid language. Review collected by and hosted on G2.com.

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

I create interaction bots through this language because of its speed and flexibility to integrate with other APIs. Review collected by and hosted on G2.com.

Nitish k.
NK
Data Analyst - Operations
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Python?

Easy to implement. Good Code structure. No difficulty in understanding the syntaxes. Also I use it more frequently in various projects. Features are very good. Easy to install. Can be integrated with various databases and sheets. Offers a good community and customer support Review collected by and hosted on G2.com.

What do you dislike about Python?

Nothing as such. Currently everything is good Review collected by and hosted on G2.com.

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

Problems such as analyzing large datasets, generating insights and also connecting to databases is very much easier in Python than other programming languages. Also websites can also be built easily in Python Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Rating Updated ()
What do you like best about Python?

What I love most about Python is its simplicity and readability while writing or understanding code. The syntax is clean, made it easy to learn and use. There are lot of features of python from which i like the most is packages for data analytics and data science like pandas, numpy, matplotlib etc. Review collected by and hosted on G2.com.

What do you dislike about Python?

One of the main issue is its speed. Since Python is an interpreted language it is slower compared to compiled languages like C++ or Java, especially for the tasks that requires a lot of computation, I do find this as a con that's the reason i mostly use python as my secondary language. Review collected by and hosted on G2.com.

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

Python is perfect for automating repetitive tasks. I mostly use for automating file management, web scraping, or even sending emails to users, Python scripts save a lot of time and effort. Review collected by and hosted on G2.com.

Lakshmi Chaitanya Prabha S.
LS
Data Analyst (Associate)
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Python?

Python is very simple programming language. It is very readable and every one can learn it easily. All it's pre defined libraries makes developers work easy. It has cross platform compatibility. Users can run the code in any operating system. Review collected by and hosted on G2.com.

What do you dislike about Python?

It has relatively bit slow when compared to other programming languages like c++ and Java. Review collected by and hosted on G2.com.

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

Python is widely used for automation to solve the problems of managing resources, configuring services and handling deployments.

We can also integrate Python with Alteryx and several other BI tools. Recently, I've implemented an alteryx workflow and integrated python. It help us to create a ppt or any other type of document by just one click. It saves lots of time we are spending to create it manually on monthly basis. Review collected by and hosted on G2.com.

Nishant  J.
NJ
Sr RPS consultant
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 Gives Campaign
Incentivized Review
What do you like best about Python?

Low code and easy to understand very power full Review collected by and hosted on G2.com.

What do you dislike about Python?

Nothing all looks good easy to learn phyton Review collected by and hosted on G2.com.

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

So far all good market is open Review collected by and hosted on G2.com.

Burna v.
BV
Admin manager
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
What do you like best about Python?

Easy to learn and use

Simple syntax

Extensive third party libraries Review collected by and hosted on G2.com.

What do you dislike about Python?

Slow performance

Dynamic typing

Security risks Review collected by and hosted on G2.com.

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

Automation and scripting Review collected by and hosted on G2.com.

AM
Junior 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?

The thing that excites me the most is how easy the Python syntax is. The way it reads, almost like a normal sentence, makes it very easy to pick up and very easy to understand. It really changed everything whenever you got really stuck into something or maybe you were trying to understand somebody else's coding very quickly. Review collected by and hosted on G2.com.

What do you dislike about Python?

To be honest, there is really not much to dislike about Python. Sometimes flexibility can make the code less predictable than in some stricter languages, but that's a pretty minor trade-off for ease of use. Review collected by and hosted on G2.com.

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

Python has been a huge productivity booster. Thus, I automated tons of work that would consume time anyway. In turn, this left me with free time to get on to more interesting projects. Moreover, having Python in my pouch drew new opportunities for jobs and collaboration into my life. Review collected by and hosted on G2.com.

Verified User in Market Research
UM
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Python?

It is very human-readable and there are lots of learning resources. Review collected by and hosted on G2.com.

What do you dislike about Python?

Knowing about all the libraries and packages can be a little overwhelming. Review collected by and hosted on G2.com.

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

Scraping. Review collected by and hosted on G2.com.