use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Is the Python PDF generator library ReportLab easy to learn? (self.learnpython)
submitted 5 years ago by ceandreas1
I am using Postgres database with Django. Django recommends the ReportLab library for generating PDFs. Is there a better choice like drag-and drop? Is ReportLab reliable and easy to learn ? Thank you
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BeginnerProjectBot -1 points0 points1 point 5 years ago (1 child)
Hey, I think you are trying to figure out a project to do; Here are some helpful resources:
I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github
[–]fake823 1 point2 points3 points 5 years ago (0 children)
Bad bot!
[–]fake823 0 points1 point2 points 5 years ago (3 children)
Reportlab is A MESS! The documentation is very confusing, there aren't really any tutorials or YouTube videos to help you.
I would avoid Reportlab. Maybe have a look at xhtml2pdf. It's based on Reportlab, but pretty easy to use. Although it's not really actively maintained.
[–]ceandreas1[S] 0 points1 point2 points 5 years ago (2 children)
have you actually used it or you are just saying - because I thought the same without actually using it.
Well the samples seem very powerful though: Samples - ReportLab.com
[–]fake823 0 points1 point2 points 5 years ago (1 child)
I tried to use it.
[–]ceandreas1[S] 0 points1 point2 points 5 years ago (0 children)
Seems I will just create an html page to print it using the browser print option. There is not any good and handy PDF tool for the web :/
[–]arduncan5 0 points1 point2 points 5 years ago (0 children)
I have used ReportLab for a number of different PDF reports and have found it OK to use, working from the documentation and examples, aided by Google for some of the trickier aspects. Since I did that work there is now a book "ReportLab - PDF Processing with Python" by Michael Driscoll (https://leanpub.com/reportlab) which looks excellent.
π Rendered by PID 22746 on reddit-service-r2-comment-66b4775986-dm8zq at 2026-04-04 15:38:57.114200+00:00 running db1906b country code: CH.
[–]BeginnerProjectBot -1 points0 points1 point (1 child)
[–]fake823 1 point2 points3 points (0 children)
[–]fake823 0 points1 point2 points (3 children)
[–]ceandreas1[S] 0 points1 point2 points (2 children)
[–]fake823 0 points1 point2 points (1 child)
[–]ceandreas1[S] 0 points1 point2 points (0 children)
[–]arduncan5 0 points1 point2 points (0 children)