GSoC/2024/StatusReports/IsraelGaladima: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2024‎ | StatusReports
(Added project description)
No edit summary
Line 1: Line 1:
== Improve Python Interoperability with LabPlot  ==
== 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 by:
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 first goal is to create Python bindings to the LabPlot C++ library. The second and final goal is to enable Python scripts to control a running LabPlot application. These goals will respectively allow users to access LabPlot's data analysis and visualisation tools from Python and allow users create complex workflows by using Python from within LabPlot.
* Creating Python bindings to the LabPlot C++ library. This will allow users to access LabPlot's data analysis and visualisation tools from a Python program
* Enabling Python scripts to control a running LabPlot application by embedding a Python interpreter within LabPlot


== Work report ==
== Work report ==

Revision as of 16:13, 28 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 first goal is to create Python bindings to the LabPlot C++ library. The second and final goal is to enable Python scripts to control a running LabPlot application. These goals will respectively allow users to access LabPlot's data analysis and visualisation tools from Python and allow users create complex workflows by using Python from within LabPlot.

Work report

Links to Blogs and other writing