Coding

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:

PyInstaller Quickstart

PyInstaller Quickstart

Combining python program into single file

Use PyInstaller to package Python programs as standalone executables. It works on Linux, Windows, and Mac.

Not the most efficient way, but usable.

Install Flutter dev environment

Install Flutter dev environment

The framework for mobile apps dev. Desktop and web too.

Now I need to update the app on Google Play Store to use new android SDK, so polishing and publishing this old howto I’ve written a couple years ago.