Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Python Reviews & Product Details - Page 11

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.
Pankaj J.
PJ
Programming Analyst
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Python?

Few lines of code as compared to other programming language. Review collected by and hosted on G2.com.

What do you dislike about Python?

Slow speed, lacks support for mobile environment Review collected by and hosted on G2.com.

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

Data analysis, Data transformation, creating ETL pipelines in AWS cloud Review collected by and hosted on G2.com.

Rolando A.
RA
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?

Easiness, maintainability of the code, power, comprehension, and data structures. Review collected by and hosted on G2.com.

What do you dislike about Python?

No real multithreading management cause of the GIL issue. Third-party libraries are required for this. Review collected by and hosted on G2.com.

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

Big data management and data presentation using notebooks and libraries such as pandas or numpy. Review collected by and hosted on G2.com.

Neil S.
NS
DevOps Engineer
Computer Software
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?

Almost everything, the ease, modules, integration with boto3 and aws which makes it easier to automate stuff Review collected by and hosted on G2.com.

What do you dislike about Python?

Their console is still bit difficult to use for me personally Review collected by and hosted on G2.com.

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

It is helping automate tedious task via scripts on aws and gcp Review collected by and hosted on G2.com.

Hariharan P.
HP
Senior Consultant
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Python?

One of the best scripting languages in world Review collected by and hosted on G2.com.

What do you dislike about Python?

Nothing it's one and only best scripting Review collected by and hosted on G2.com.

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

We need to automate various tasks and python helped with multiple scripting tasks. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
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 a straightforward and beginner-friendly language for those who are just getting into coding. For example, you don't need to enclose your code in curly braces as in C++, and the line doesn't end with a semicolon. It can also import modules anywhere in the code, making it very user-friendly. Furthermore, the interactive interpreter tells you which line contains the error and shows you the possible ways of solving it. The colourful syntax and indentation make writing code enjoyable. Python is an interpretive language, meaning that it doesn't require type declarations for variables. Instead, Python uses variable names to refer to entities. This is much more flexible than the traditional type-based syntax that would require declaring a variable as 'int' and assigning it to a string. Review collected by and hosted on G2.com.

What do you dislike about Python?

Errors are a little cryptic but clear enough to work around them. One downside with python is that the web servers and AI production environments are more limited than others and the deployment options are not so advanced. Review collected by and hosted on G2.com.

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

Python is a dynamic programming language with numerous data science and artificial intelligence applications. Some of the most popular machine learning and AI libraries I use in my projects are NumPy, PyTorch, and TensorFlow. In addition, many other popular libraries are available for Python, including sci-kit-learn, which is the most popular data mining library. Review collected by and hosted on G2.com.

Dhaval R.
DR
SMTS @ MetricStream
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 used in almost all organisations nowadays. It is easy to learn and implement for coding and development. It has multipurpose applications for designing web apps, Gateway, Databases, APIs, Pipelines, AI & ML, and many more scripts. The speed of execution of Python code with less memory consumption is the key to its success. Python possesses the ability to integrate with various frameworks like Docker, Flask, Django, ReactJs, flutter, and more. I find multiple built-in modules provided by Python can do various complex tasks like creating API routes and connecting to a Database. Review collected by and hosted on G2.com.

What do you dislike about Python?

Python works a bit slower when connecting to a database for reading a huge chunk of data. Other than this, I did not find any cons to using it. It just works great for me. Review collected by and hosted on G2.com.

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

I am using Python to create various applications for clients. It provides multiple in-built modules using which I can effortlessly manipulate the data residing in variables for the final objective. Its integration with services like Django and Flask makes my task more straightforward to develop the solution faster. Review collected by and hosted on G2.com.

Katie C.
KC
Member of Technical Staff
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?

All the developers use Python as the primary language in my organization. Our complete source code is written in Python2.7. Some key points I like about Python are,

- It does not require enclosing a code in blocks like curly braces, and the line does not end with a semicolon.

- Many complex tasks can be achieved easily with inbuilt functions.

- Ability to import modules at any place in the code for better usability.

- Colorful syntax and indentation make writing code enjoyable.

- Smart interpreter tells error pointing to the line with a possible solution to fix it. Review collected by and hosted on G2.com.

What do you dislike about Python?

I have been using Python as my primary programing language since college days when I was doing competitive programming and development. I find it very easy to learn and implement, and no cons to date. Review collected by and hosted on G2.com.

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

I am using Python for the production development codebase. Our whole source code is written in Python2.7, and we are not shifting to Python3. I have written many scripts, crawlers, data parsers, and pipelines using Python. The Python community is enormous, and many online websites provide help in the form of questions and answers. Review collected by and hosted on G2.com.

RT
Staff 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 has now become one of the most versatile programming languages of all time. It can be used for coding software, machine learning, big data, data analytics, web scraping, and more. Many online resources such as the python wiki, official documentation, StackOverflow, and youtube tutorials make it easy to learn this language. The syntax is super easy and can do most things by importing a suitable module. Beginners should try Python once. Review collected by and hosted on G2.com.

What do you dislike about Python?

Python is the only programming language with many different use cases in various technology fields. I enjoy coding in Python, and I didn't find any cons to using it. Review collected by and hosted on G2.com.

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

Python is used as the primary programming language in my organization. I used to code in Python and create features for clients. I used Python programming while writing the pipeline for downloading and parsing data from Snowflake. It makes life easier with various in-built modules and simplicity. I use to code daily and complete my day-to-day task in Python. Review collected by and hosted on G2.com.

Arjun S.
AS
Executive Director
Non-Profit Organization Management
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?

Python is a great language and has OOP (Object Oriented Programming). Python is excellent for backend and has a lot of things you can use. It is also easy to migrate to if you migrate from another language to Python. Review collected by and hosted on G2.com.

What do you dislike about Python?

I dislike that Python does not have many available features compared to JavaScript, for example, and Python is a backend language which you can't do much in (such as you can do frontend in JavaScript and use it in HTML, React, etc., but you're limited with Python on that). Review collected by and hosted on G2.com.

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

Python helps me do easy/simple projects for small applications. Review collected by and hosted on G2.com.

Nathan P.
NP
Machine Learning 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 is very well supported and documented. There are open source libraries for nearly all software tasks. It is the de-facto leader in machine learning as well. Review collected by and hosted on G2.com.

What do you dislike about Python?

I find that for beginners the setup of the python backend is confusing. I also wish that there was better solutions to packaging applications for install on os. Review collected by and hosted on G2.com.

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

Python has a good clear syntax. I am coding in python for most of my working hours at this point. I am able to make web applications, run deep learning libraries as well as perform automation tasks. Review collected by and hosted on G2.com.