Skip to content

Index

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

solhsa.com - tutorials

Link: solhsa.com - tutorials: ""

A visual and simple explanation of the calculations for easing. I am not sure but I think some of this is over complicated. I mean I don't know that we need so many variations. In any event, it is much easier to follow because they pull out the bit that is needed.