--- import Layout from "../layouts/Layout.astro"; import Footer from "../components/Footer.astro"; import Posts from "../components/Posts.astro"; const posts = await Astro.glob("./now/and-then/posts/*.astro"); ---

Now

Published on the

After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language. I worked with Python 2 for a short while in the past, but only briefly for some projects and not really learning much in the larger ecosystem.

This very website is now running on a Flask server. And I have started working on a self-hosted public /threads project also on Python.

Will probably write some blogs about the journey, but I have already organized the collection of repositories for my personal site


About now pages