PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
The Stacktrace Puzzle

Explore how Python stacktraces with chained exceptions can become confusing puzzles and solve a few puzzles of your own.

https://www.bugsink.com/blog/chained-stacktraces-puzzle/
Python and Sigstore

Seth Larson discusses the implementation of Sigstore in Python, highlighting its benefits for software supply chain security and its integration into CPython's release process. He explains how Sigstore improves upon traditional GPG signatures by providing transparency, ease of use, and better security practices, while also detailing the challenges and future plans for Sigstore adoption i...

https://sethmlarson.dev/python-and-sigstore
BugGPT

LLM powered vulnerable web page generator for testing and educational purposes.

https://github.com/Trivulzianus/BugGPT
You Should Probably Pay Attention to Tokenizers

This article emphasizes the importance of understanding tokenizers in AI applications, particularly for Retrieval-augmented generation (RAG) systems. The author demonstrates how different tokenizers handle various types of text input, including emojis and misspelled words, and explains how tokenization affects embedding quality and overall performance in natural language processing tasks.

https://cybernetist.com/2024/10/21/you-should-probably-pay-attention-to-tokenizers/