GSoC/2024/StatusReports/IsraelGaladima: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2024‎ | StatusReports
No edit summary
No edit summary
Line 2: Line 2:
LabPlot is a data analysis and visualisation application in KDE. Since Python is heavily used within the data science community, this project aims to make LabPlot a more "Python-friendly" application. The project goals are to:
LabPlot is a data analysis and visualisation application in KDE. Since Python is heavily used within the data science community, this project aims to make LabPlot a more "Python-friendly" application. The project goals are to:
* Create Python bindings to the LabPlot C++ library, and
* Create Python bindings to the LabPlot C++ library, and
* Enable Python scripts to control a running LabPlot application.
* Enable Python programs to control a running LabPlot application.
These goals will respectively allow users to:
These goals will respectively allow users to:
* Access LabPlot's data analysis and visualisation tools from a Python program, and
* Access LabPlot's data analysis and visualisation tools from a Python program, and

Revision as of 09:39, 29 June 2024

Improve Python Interoperability with LabPlot

LabPlot is a data analysis and visualisation application in KDE. Since Python is heavily used within the data science community, this project aims to make LabPlot a more "Python-friendly" application. The project goals are to:

  • Create Python bindings to the LabPlot C++ library, and
  • Enable Python programs to control a running LabPlot application.

These goals will respectively allow users to:

  • Access LabPlot's data analysis and visualisation tools from a Python program, and
  • Create complex workflows using Python within a running LabPlot application.

Work report

Links to Blogs and other writing