Dev

Generating PDF in Python

Generating PDF in Python

My favorite lib is pdf-reports

Generating PDF Reports Using Python

Python, with its extensive libraries and modules, offers powerful tools for generating professional PDF reports.

Beautiful Soup Alternatives for Go

Beautiful Soup Alternatives for Go

Continuing the topic of extracting data from html

  • For a direct Beautiful Soup analogue in Go, use soup.
  • For CSS selector support, consider goquery.
  • For XPath queries, use htmlquery.
  • For another Beautiful Soup-inspired option, look at Node.

If you’re looking for a Beautiful Soup equivalent in Go, several libraries offer similar HTML parsing and scraping functionality: