One thing I loved when looking at F# was Type-Driven Development that I imagine could be quite applicable to data modelling (as in, piping stuff around and sanitising). This has possibly had the biggest impact on how I think about programming out of anything I've done! https://fsharpforfunandprofit.com/series/designing-with-type...
Another thing - if you find you write small scripts in Python to read a file or parse some stuff or plot a couple things but these aren't for production, Racket has an amazing library of basically everything you could need. It's actually very practical as a scripting language.
You might also find this interesting: https://fsharpforfunandprofit.com/posts/recipe-part2/
Another thing - if you find you write small scripts in Python to read a file or parse some stuff or plot a couple things but these aren't for production, Racket has an amazing library of basically everything you could need. It's actually very practical as a scripting language.