PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Combining Rust and Python: The Best of Both Worlds?

This video shows you how to seamlessly integrate Rust with Python using Pyo3. This library allows you to write Python modules with Rust. This means that we get the speed and safety of Rust along with Python's easy-to-use features!

https://www.youtube.com/watch?v=lyG6AKzu4ew
Create a quiz app in 6 minutes with HTMX and Django

This guide shows you how to build a simple quiz application using Django and HTMX in 6 minutes. HTMX is great for creating dynamic web applications without writing JavaScript.

https://www.photondesigner.com/articles/quiz-htmx
How fast can we process a CSV file

The article explores the speed of processing CSV files, highlighting the use of PyArrow to enhance CSV reading speed significantly. It compares different methods like pandas with C engine, pure Python looping, and pandas with PyArrow engine, showcasing the efficiency of PyArrow in processing CSV files faster and more effectively

https://datapythonista.me/blog/how-fast-can-we-process-a-csv-file
6 ways to improve the architecture of your Python project (using import-linter)

The article discusses six ways to enhance the architecture of Python projects, focusing on maintaining clear dependency relationships between packages and modules to avoid tangled inter-module dependencies. It addresses challenges like high architectural understanding costs for newcomers and reduced development efficiency due to difficulties in locating code within large projects.

https://www.piglei.com/articles/en-6-ways-to-improve-the-arch-of-you-py-project/
Analyzing "Sorting a million 32-bit integers in 2MB of RAM using Python"

SummaryWe are going to revisit Guido's famous "Sorting a million 32-bit integers in 2MB of RAM ...

https://www.bitecode.dev/p/analyzing-sorting-a-million-32-bit
Using LLMs to Generate Fuzz Generators

The post explores the effectiveness of Large Language Models (LLMs) in generating fuzz drivers for library API fuzzing. It discusses the challenges and benefits of LLM-based fuzz driver generation, highlighting its practicality, strategies for complex API usage, and areas for improvement based on a comprehensive study and evaluation.

https://verse.systems/blog/post/2024-03-09-using-llms-to-generate-fuzz-generators
GGUF, the long way around

This is an article about GGUF, a file format used for machine learning models. It discusses what machine learning models are and how they are produced.

https://vickiboykis.com/2024/02/28/gguf-the-long-way-around/
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