PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Create A Machine Learning Powered NCAA Bracket

Dive into the fascinating world of machine learning and AI as we guide you through developing a model designed to predict NCAA tournament outcomes. From initial setup to final predictions, we’ll cover everything you need to create your own powerhouse model.

https://www.youtube.com/watch?v=cHtAEWkvSMU
We Hacked Google A.I. for $50,000

This article discusses the author's experience of participating in a hacking event in Las Vegas where vulnerabilities were discovered, leading to the successful hacking of Google. Despite the initial achievement, the Google VRP team extended the competition deadline to encourage more creative findings, highlighting the ongoing challenges and opportunities in the realm of cybersecurity

https://www.landh.tech/blog/20240304-google-hack-50000
Large Language Models On-Device with MediaPipe and TensorFlow Lite

The article discusses the release of the experimental MediaPipe LLM Inference API, enabling Large Language Models (LLMs) to run fully on-device across platforms. This transformative capability addresses the significant memory and compute demands of LLMs, which are over a hundred times larger than traditional on-device models, achieved through optimizations like new ops, quantization, cac...

https://developers.googleblog.com/2024/03/running-large-language-models-on-device-with-mediapipe-andtensorflow-lite.html
Python Gevent in practice: common pitfalls to keep in mind

Learn more about the common pitfalls of using the asynchronous Python library, Gevent, and how to resolve them in this article.

https://upsun.com/blog/python-gevent-best-practices/
Speed up Django’s collectstatic command with Collectfasta

The post introduces Collectfasta, an updated fork of Collectfast designed to enhance the performance of Django's collectstatic command. By optimizing the repository and improving performance, Collectfasta offers faster execution and efficiency compared to the standard Django command, providing a valuable tool for developers seeking enhanced performance in their Django projects.

https://jasongi.com/2024/03/04/speed-up-djangos-collectstatic-command-with-collectfasta/
PyKidos, Teach Your Kid Python in the Browser

https://pykidos.github.io/
CBScript

CBScript is a transpiled language, designed by SethBling. This compiler will compile CBScript files into Minecraft datapack zip files. It has many higher level language features that don't exist at the Minecraft command level.

https://github.com/SethBling/cbscript