Skip to content

2024

Cal.com | Pricing

Link: Cal.com | Pricing: "Open Source Scheduling: Send a link and meet or build an entire marketplace for humans to connect."

This looks quite interesting. I’ve been using calendly extensively for a few years. But it is kind of expensive. Is this a viable alternative?

An Intro to Textual - Creating Text User Interfaces with Python - Mouse Vs Python

Link: An Intro to Textual - Creating Text User Interfaces with Python - Mouse Vs Python: "Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you'll be creating a user interface with"

I’ve used this before, it’s very good. But there are limits, I mean, at a certain point it is weird to reproduce in the shell all the stuff that guis were invented for. Reminds me of the stone ages before guis and windows. We used to make quite elaborate text based user interfaces, but that was because there was no other choice!

Prettymaps

Link: Prettymaps: "A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t..."

Honestly this looks pretty awesome! Haven’t tried it yet.

marceloprates/prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.

marceloprates/prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. –A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t…

Guide to Strings in Python

Link: Guide to Strings in Python: "We've come far in discovering the basics of computer science in the world of Python, and now is the time to start learning about strings. Strings are a fundame..."

Tour the force review of strings in python