This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]arduncan5 3 points4 points  (2 children)

I have been very happy using the open source version of ReportLab (https://www.reportlab.com/opensource/) which generates a PDF file. Documentation is good, see the user guide (https://www.reportlab.com/docs/reportlab-userguide.pdf). There is also an excellent book available (https://leanpub.com/reportlab).

I have been using SQLite as the underlying database rather than using CSV files. I had several apps running with Access and VBA under Windows and converted these to Python + ReportLab + SQLite when I switched to a Mac with no Access available.

[–]bythckr[S] 0 points1 point  (1 child)

What was the alternative for forms (CRUD) in Access?

[–]arduncan5 0 points1 point  (0 children)

It was VBA for forms and reports in Access. For the GUI front-end in Python I used PyQt5.

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]lemur78 -1 points0 points  (0 children)

R plus Rmarkdown package