PromtEngineer / localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
https://github.com/PromtEngineer/localGPT
  
  Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
https://github.com/PromtEngineer/localGPT
GitHub
  
  GitHub - PromtEngineer/localGPT: Chat with your documents on your local device using GPT models. No data leaves your device and…
  Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.  - GitHub - PromtEngineer/localGPT: Chat with your documents on your local device using ...
  A Tale of Debugging: The Competitive Programmer Approach
Have the computer find the bugs for you.
https://albexl.substack.com/p/a-tale-of-debugging-the-competitive
  
  Have the computer find the bugs for you.
https://albexl.substack.com/p/a-tale-of-debugging-the-competitive
Algorithmically Speaking
  
  A Tale of Debugging: The Competitive Programmer Approach
  Have the computer find the bugs for you...
  Caching in Django with Redis
A step-by-step guide on implementing caching with Redis in Django.
https://fly.io/django-beats/caching-in-django-with-redis/
  
  A step-by-step guide on implementing caching with Redis in Django.
https://fly.io/django-beats/caching-in-django-with-redis/
Fly
  
  Caching in Django with Redis
  A step-by-step guide on implementing caching with Redis in Django
  Automating Python code quality
The article emphasizes the importance of code quality in Python software development, discussing various aspects such as style consistency, code readability, testing, and documentation. It provides practical tips and best practices to improve code quality and maintainability, ultimately enhancing the overall software development process.
https://blog.fidelramos.net/software/python-code-quality
  
  The article emphasizes the importance of code quality in Python software development, discussing various aspects such as style consistency, code readability, testing, and documentation. It provides practical tips and best practices to improve code quality and maintainability, ultimately enhancing the overall software development process.
https://blog.fidelramos.net/software/python-code-quality
blog.fidelramos.net
  
  Automating Python code quality
  In this article I explain what I mean by code quality and how it benefits developers. In the first half I discuss general concepts and workflows that apply to most software projects. Even if you are not writing Python code you might learn something from it.…
  generative-models
Generative Models by Stability AI.
https://github.com/Stability-AI/generative-models
  
  Generative Models by Stability AI.
https://github.com/Stability-AI/generative-models
GitHub
  
  GitHub - Stability-AI/generative-models: Generative Models by Stability AI
  Generative Models by Stability AI. Contribute to Stability-AI/generative-models development by creating an account on GitHub.
  What are your favorite extensions for VSCODE that make coding in Python easier?
https://www.reddit.com/r/learnpython/comments/14lafpb/what_are_your_favorite_extensions_for_vscode_that/
  
  https://www.reddit.com/r/learnpython/comments/14lafpb/what_are_your_favorite_extensions_for_vscode_that/
Reddit
  
  From the learnpython community on Reddit: What are your favorite extensions for VSCODE that make coding in Python easier?
  Explore this post and more from the learnpython community
  Building a Toy Programming Language in Python
I thought it would be fun to go outside of my comfort zone of web development topics and write ...
http://blog.miguelgrinberg.com/post/building-a-toy-programming-language-in-python
  
  I thought it would be fun to go outside of my comfort zone of web development topics and write ...
http://blog.miguelgrinberg.com/post/building-a-toy-programming-language-in-python
Miguelgrinberg
  
  Building a Toy Programming Language in Python
  I thought it would be fun to go outside of my comfort zone of web development topics and write about something completely different and new, something I have never written about before. So today, I'm…
  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
  
  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
Miguelgrinberg
  
  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 application, using the OAuth protocol. It's been almost 9 years since I wrote that article, and believe it…
  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/
  
  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/
Django Project
  
  Django security releases issued: 4.2.3, 4.1.10, and 3.2.20
  Posted by Mariusz Felisiak on July 3, 2023
  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/
  
  Home
Table of Contents
Introduction to Causality in Machine Learning
Correlation ...
https://pyimagesearch.com/2023/05/08/introduction-to-causality-in-machine-learning/
PyImageSearch
  
  Introduction to Causality in Machine Learning - PyImageSearch
  Discover PyImageSearch's insightful blog post on causal inference in data science, exploring its significance, challenges, and potential applications.
  vllm
A high-throughput and memory-efficient inference and serving engine for LLMs.
https://github.com/vllm-project/vllm
  
  A high-throughput and memory-efficient inference and serving engine for LLMs.
https://github.com/vllm-project/vllm
GitHub
  
  GitHub - vllm-project/vllm: A high-throughput and memory-efficient inference and serving engine for LLMs
  A high-throughput and memory-efficient inference and serving engine for LLMs - vllm-project/vllm
  Django LiveView
Framework for creating a complete HTML over the Wire site or LiveView.
https://github.com/Django-LiveView/starter-template
  
  Framework for creating a complete HTML over the Wire site or LiveView.
https://github.com/Django-LiveView/starter-template
GitHub
  
  GitHub - Django-LiveView/starter-template: Django LiveView: Framework for creating Realtime SPAs using HTML over the Wire technology
  Django LiveView: Framework for creating Realtime SPAs using HTML over the Wire technology - Django-LiveView/starter-template
  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
  
  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
mgorny.pl
  
  Problems faced when downstream testing Python packages
  
  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
  
  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
GitHub
  
  GitHub - Lightning-AI/litgpt: 20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
  20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale. - Lightning-AI/litgpt
  