yuce / pyswip

PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.
MIT License
464 stars 97 forks source link

Powered by Pyswip #158

Closed NicolasLeidi closed 3 months ago

NicolasLeidi commented 3 months ago

Hello, I'm developing a project for my university, an application to allow teachers to create tests for PROLOG problems and projects for academic purpose, and allowing the students to test their solutions easily and get better feedback.

The project can be found at this link: https://github.com/NicolasLeidi/Trabajo-Final

Thank you so much for the tool, I would not be able to develop such project without this library.

yuce commented 3 months ago

Hi Nicolas,

That's very cool! Thanks for informing about your project and your kind words. I've added it to the README.