|
|
1 month ago | |
|---|---|---|
| DLLs | 1 month ago | |
| Lib | 1 month ago | |
| Projects/app1 | 1 month ago | |
| Scripts | 1 month ago | |
| bearer | 1 month ago | |
| canbus | 1 month ago | |
| iconengines | 1 month ago | |
| imageformats | 1 month ago | |
| include | 1 month ago | |
| libs | 1 month ago | |
| licenses | 1 month ago | |
| platforminputcontexts | 1 month ago | |
| platforms | 1 month ago | |
| plugins | 1 month ago | |
| printsupport | 1 month ago | |
| qmltooling | 1 month ago | |
| scenegraph | 1 month ago | |
| share/man/man1 | 1 month ago | |
| sqldrivers | 1 month ago | |
| styles | 1 month ago | |
| tcl | 1 month ago | |
| translations | 1 month ago | |
| user_data | 1 month ago | |
| CHANGELOG.rst | 1 month ago | |
| CREDITS.rst | 1 month ago | |
| D3Dcompiler_47.dll | 1 month ago | |
| LICENSE.pyqt5 | 1 month ago | |
| LICENSE.txt | 1 month ago | |
| PYTHON_LICENSE.txt | 1 month ago | |
| PYTHON_NEWS.txt | 1 month ago | |
| Qt5Core.dll | 1 month ago | |
| Qt5DBus.dll | 1 month ago | |
| Qt5Designer.dll | 1 month ago | |
| Qt5DesignerComponents.dll | 1 month ago | |
| Qt5Gui.dll | 1 month ago | |
| Qt5Help.dll | 1 month ago | |
| Qt5Network.dll | 1 month ago | |
| Qt5PrintSupport.dll | 1 month ago | |
| Qt5Qml.dll | 1 month ago | |
| Qt5Quick.dll | 1 month ago | |
| Qt5QuickTest.dll | 1 month ago | |
| Qt5SerialBus.dll | 1 month ago | |
| Qt5SerialPort.dll | 1 month ago | |
| Qt5Sql.dll | 1 month ago | |
| Qt5Svg.dll | 1 month ago | |
| Qt5Test.dll | 1 month ago | |
| Qt5Widgets.dll | 1 month ago | |
| Qt5Xml.dll | 1 month ago | |
| Qt5XmlPatterns.dll | 1 month ago | |
| README.rst | 1 month ago | |
| Readme.md | 1 month ago | |
| assistant.exe | 1 month ago | |
| build_id | 1 month ago | |
| canbusutil.exe | 1 month ago | |
| concrt140.dll | 1 month ago | |
| designer.exe | 1 month ago | |
| dumpcpp.exe | 1 month ago | |
| dumpdoc.exe | 1 month ago | |
| job_id | 1 month ago | |
| lconvert.exe | 1 month ago | |
| libEGL.dll | 1 month ago | |
| libGLESV2.dll | 1 month ago | |
| linguist.exe | 1 month ago | |
| logo.png | 1 month ago | |
| lrelease.exe | 1 month ago | |
| lupdate.exe | 1 month ago | |
| msvcp140.dll | 1 month ago | |
| opengl32sw.dll | 1 month ago | |
| pixeltool.exe | 1 month ago | |
| portable_thonny.ini | 1 month ago | |
| python.exe | 1 month ago | |
| python3.dll | 1 month ago | |
| python310.dll | 1 month ago | |
| pythonw.exe | 1 month ago | |
| qcollectiongenerator.exe | 1 month ago | |
| qdbus.exe | 1 month ago | |
| qdbuscpp2xml.exe | 1 month ago | |
| qdbusviewer.exe | 1 month ago | |
| qdbusxml2cpp.exe | 1 month ago | |
| qgltf.exe | 1 month ago | |
| qhelpconverter.exe | 1 month ago | |
| qhelpgenerator.exe | 1 month ago | |
| qlalr.exe | 1 month ago | |
| qml.exe | 1 month ago | |
| qmlcachegen.exe | 1 month ago | |
| qmleasing.exe | 1 month ago | |
| qmlimportscanner.exe | 1 month ago | |
| qmllint.exe | 1 month ago | |
| qmlmin.exe | 1 month ago | |
| qmlplugindump.exe | 1 month ago | |
| qmlprofiler.exe | 1 month ago | |
| qmlscene.exe | 1 month ago | |
| qmltestrunner.exe | 1 month ago | |
| qscxmlc.exe | 1 month ago | |
| qtattributionsscanner.exe | 1 month ago | |
| qtdiag.exe | 1 month ago | |
| qtpaths.exe | 1 month ago | |
| qtplugininfo.exe | 1 month ago | |
| qvkgen.exe | 1 month ago | |
| repc.exe | 1 month ago | |
| testcon.exe | 1 month ago | |
| thonny.exe | 1 month ago | |
| thonny_python.ini | 1 month ago | |
| uic.exe | 1 month ago | |
| uninstall.exe | 1 month ago | |
| vccorlib140.dll | 1 month ago | |
| vcruntime140.dll | 1 month ago | |
| vcruntime140_1.dll | 1 month ago | |
| xmlpatterns.exe | 1 month ago | |
| xmlpatternsvalidator.exe | 1 month ago | |
This repository provides a preconfigured setup of Thonny, enhanced with Qt6 support and popular scientific Python libraries, all built for Python 3.10.
A beginner‑friendly Python IDE, customized here to work smoothly with the scientific stack.
Qt6 enables GUI application development. This setup ensures compatibility with Python 3.10 and the scientific stack.
The repository includes the following Python packages:
These packages are preinstalled and configured to run inside Thonny. and configured to run inside Thonny.
import numpy as np
import scipy
from sklearn.linear_model import LinearRegression
import statsmodels.api as sm
from PySide6.QtWidgets import QApplication, QWidget
from PyQt6.QtWidgets import QApplication, QMainWindow
from ui_mainwindow import Ui_MainWindow
import matplotlib.pyplot as plt
import sympy as sp
/thonny/ – Main folder containing:
thonny.exe – Thonny IDE executablepython.exe – Bundled Python 3.10 interpreterdesigner.exe – Qt6 Designer for building UI files/Projects/ – Place your own Python and Qt UI (.py, .ui) project files/Scripts/ – Contains pip and additional helper scripts/libs/ – Contains python3.10.lib/Lib/ – Stores all Python virtual environment files and installed packages/user_data/ – Contains configuration.ini with Thonny settings/translations/ – Language translation files for the Thonny editor/tcl/ – Tcl/Tk libraries used by Thonny UIThis project is distributed by the MicroComputer Systems Laboratory team (MCSL) at the University of Ioannina, Dept. of Mathematics.
🌐 Website: https://kalipso.math.uoi.gr
The MCSL team focuses on research and development in:
Special thanks to Sotirios Kontogiannis for contributions and support.
This project is licensed under the GNU General Public License (GPL) v3.0. You may redistribute and modify this software under the terms of the GPLv3 license. For full details, see the official license text at: https://www.gnu.org/licenses/gpl-3.0.en.html