Add plotly.py#2617
Closed
sudipX0 wants to merge 1 commit intovinta:masterfrom
sudipX0:master
Closed
Conversation
monarosej
suggested changes
Oct 1, 2024
monarosej
left a comment
There was a problem hiding this comment.
What is Python?
Python is a set of instructions that we give in the form of a Program to our computer to perform any specific task.
History of Python
Python was created in the 1980s by Guido van Rossum.
Advantages of Python:
- Easy to learn, read, and understand.
- Versatile and open-source.
- Improves productivity.
- Supports libaries.
- Huge library.
- Strong community.
- Interpreted language.
Disadvantages of Python:
- Restrictions in design.
- Memory inefficient.
- Weak mobile computing.
- Runtime errors.
- Slow execution speed
Waterproof1976
approved these changes
Oct 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this Python project?
plotly.pyis a library for creating interactive, web-based visualizations. It supports a wide range of chart types (line, bar, 3D, maps) and is known for its integration with Dash to build web dashboards. It also works with Pandas, NumPy, and Jupyter notebooks, allowing interactive plots to be embedded easily. Features include offline plotting, customization options, and export to formats like PNG or PDF.What's the difference between this Python project and similar ones?
Anyone who agrees with this pull request could submit an Approve review to it.