PythonHub
2.4K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
You don't need this in Python

SummaryThis article contains nothing new. In fact, those things have been talked about everywhere ...

https://www.bitecode.dev/p/you-dont-need-this-in-python
Bash One-Liners for LLMs

Six solid examples of how llamafile can help you be productive on the command line.

https://justine.lol/oneliners/
Build an instant messenger with Django (in 6 mins)

This video provides a quick tutorial on creating an instant messenger using Django. The tutorial aims to demonstrate the process in a concise manner, making it a helpful resource for individuals interested in developing a messaging application with Django.

https://www.youtube.com/watch?v=-9h3Sjr2WKk
DjangoCon US 2023 Videos

A YouTube for DjangoCon US 2023, featuring various videos from the event. It covers a range of topics related to Django development, including talks, workshops, and discussions presented at the conference.

https://www.youtube.com/playlist?list=PL2NFhrDSOxgX41jqYSi0HmO9Wsf6WDSmf
Colliding Secure Hashes

The article discusses the author's porting of an algorithm to run on a GPU using pyopencl, resulting in a collision of secure hashes. The author chose to truncate the middle portion of the hash rather than the end to potentially fool someone visually comparing the starts and ends of a full-length hash.

https://www.da.vidbuchanan.co.uk/blog/colliding-secure-hashes.html