PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
µHTTP

µHTTP emerged from the need of a simple web framework. It's great for micro-services, single page applications, AND monolithic monsters.

https://github.com/0x67757300/uHTTP
Building a personal predictive text engine

This post discusses the development of a personal predictive text engine called AutoWrite, which takes into account words already written in a document to provide context-specific autocompletions.

https://jamesg.blog/2023/12/15/auto-write/