uz
Feedback
PythonHub

PythonHub

Kanalga Telegram’da o‘tish

News & links about Python programming. https://pythonhub.dev/

Ko'proq ko'rsatish
2 529
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
+2030 kunlar
Postlar arxiv
Python in 2023 still sucks at importing modules from another folder https://stackoverflow.com/questions/714063/importing-modules-from-parent-folder/50194143#50194143

The easiest way to speed up Python with Rust If you want to speed up some existing Python code, writing a compiled extension in Rust can be ... https://pythonspeed.com/articles/easiest-rust-python/

Building a Toy Programming Language in Python - Part 1 The first installment of this series shows how to implement the lexer, parser and interpreter for a very simple version of the language that did only one thing: print numbers. https://blog.miguelgrinberg.com/post/building-a-toy-programming-language-in-python

Organizing Database Queries: Managers vs. QuerySets In this article Mariusz Felisiak introduces concepts of Django's Managers and QuerySet to organize common database queries. https://fly.io/django-beats/organizing-database-queries-managers-vs-querysets/

Automating Deployment of Applications using Kubernetes Python SDK https://www.faizanbashir.me/automating-deployment-of-python-applications-kubernetes-sdk

100% Offline ChatGPT Alternative? In this video I show I was able to install an open source Large Language Model (LLM) called h2oGPT on my local computer for 100% private, 100% local chat with a GPT. https://www.youtube.com/watch?v=Coj72EzmX20

Django: Flush out test flakiness by randomly ordering QuerySets https://adamj.eu/tech/2023/07/04/django-test-random-order-querysets/

Python Hub Weekly Digest for 2023-07-09 https://pythonhub.dev/digest/2023-07-09/

FastSAM Fast Segment Anything. https://github.com/CASIA-IVA-Lab/FastSAM

Lightning-AI / lit-gpt Hackable implementation of state-of-the-art open-source LLMs based on nanoGPT. Supports flash attention, Int8 and GPTQ 4bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed. https://github.com/Lightning-AI/lit-gpt

Problems faced when downstream testing Python packages The article explores the importance of downstream testing in Python package development, focusing on the challenges and strategies for ensuring reliable and compatible software dependencies. It provides insights into various testing techniques and tools to enhance the quality and compatibility of Python packages in real-world scenarios. https://mgorny.pl/articles/downstream-testing-python-packages.html

Django LiveView Framework for creating a complete HTML over the Wire site or LiveView. https://github.com/Django-LiveView/starter-template

wanda A simple and effective LLM pruning approach. https://github.com/locuslab/wanda

vllm A high-throughput and memory-efficient inference and serving engine for LLMs. https://github.com/vllm-project/vllm

Introduction to Causality in Machine Learning Home Table of Contents Introduction to Causality in Machine Learning Correlation ... https://pyimagesearch.com/2023/05/08/introduction-to-causality-in-machine-learning/

Django security releases issued: 4.2.3, 4.1.10, and 3.2.20 In accordance with our security release policy, the Django team is issuing Django 4.2.3, Django ... https://www.djangoproject.com/weblog/2023/jul/03/security-releases/

OAuth Authentication with Flask in 2023 A long time ago I wrote a tutorial on how to add logins with a social network to your Flask ... http://blog.miguelgrinberg.com/post/oauth-authentication-with-flask-in-2023