mistral-src
Reference implementation of Mistral AI 7B v0.1 model.
https://github.com/mistralai/mistral-src
  
  Reference implementation of Mistral AI 7B v0.1 model.
https://github.com/mistralai/mistral-src
GitHub
  
  GitHub - mistralai/mistral-inference: Official inference library for Mistral models
  Official inference library for Mistral models. Contribute to mistralai/mistral-inference development by creating an account on GitHub.
  A tool that detects, extracts templates, and structures logs, via GPT-4.
A command-line tool that detects, extracts log templates, and structures logs to in-process database, leveraging template patterns generated by GPT-4.
https://github.com/ethe/log2row
  
  A command-line tool that detects, extracts log templates, and structures logs to in-process database, leveraging template patterns generated by GPT-4.
https://github.com/ethe/log2row
GitHub
  
  GitHub - ethe/log2row: A command-line tool that detects, extracts log templates, and structuring logs to in-process database, leveraging…
  A command-line tool that detects, extracts log templates, and structuring logs to in-process database, leveraging template patterns generated by GPT-4. - GitHub - ethe/log2row: A command-line tool ...
  Python variables, references and mutability
SummaryThe analogy of putting things in a box that works for most languages to explain variables ...
https://www.bitecode.dev/p/python-variables-references-and-mutability
  
  SummaryThe analogy of putting things in a box that works for most languages to explain variables ...
https://www.bitecode.dev/p/python-variables-references-and-mutability
www.bitecode.dev
  
  Python variables, references and mutability
  There are many articles like it, but this one is mine
  Exploring Wordle
This article will show you how to solve Wordle programmatically using Python.
https://www.georgevreilly.com/2023/09/26/ExploringWordle.html
  
  This article will show you how to solve Wordle programmatically using Python.
https://www.georgevreilly.com/2023/09/26/ExploringWordle.html
Georgevreilly
  
  Exploring Wordle
  Unless YOUVE LIVED UNDER ROCKS, you've heard of Wo...
  cloud_benchmarker
Cloud Benchmarker automates performance testing of cloud instances, offering insightful charts and tracking over time.
https://github.com/Dicklesworthstone/cloud_benchmarker
  
  Cloud Benchmarker automates performance testing of cloud instances, offering insightful charts and tracking over time.
https://github.com/Dicklesworthstone/cloud_benchmarker
GitHub
  
  GitHub - Dicklesworthstone/cloud_benchmarker: Cloud Benchmarker automates performance testing of cloud instances, offering insightful…
  Cloud Benchmarker automates performance testing of cloud instances, offering insightful charts and tracking over time. - Dicklesworthstone/cloud_benchmarker
  ECTO-1A / AppleJuice
Apple BLE proximity pairing message spoofing
https://github.com/ECTO-1A/AppleJuice
  
  Apple BLE proximity pairing message spoofing
https://github.com/ECTO-1A/AppleJuice
GitHub
  
  GitHub - ECTO-1A/AppleJuice: Apple BLE proximity pairing message spoofing
  Apple BLE proximity pairing message spoofing. Contribute to ECTO-1A/AppleJuice development by creating an account on GitHub.
  Scaling Large (Language) Models with PyTorch Lightning
Learn about techniques to train large models like Llama and Stable Diffusion using PyTorch Lightning.
https://lightning.ai/blog/scaling-large-language-models-with-pytorch-lightning/
  
  Learn about techniques to train large models like Llama and Stable Diffusion using PyTorch Lightning.
https://lightning.ai/blog/scaling-large-language-models-with-pytorch-lightning/
Lightning AI
  
  Scaling Large (Language) Models with PyTorch Lightning - Lightning AI
  In this blog, you will learn about techniques to train large models like Llama (or any LLM) and Stable Diffusion using distributed training strategy FSDP with PyTorch Lightning. In recent times, there has been a notable shift in the scale of models, particularly…
  LangChain Crash Course for Beginners
LangChain is a framework designed to simplify the creation of applications using large language models. It makes it easy to connect AI models with a bunch of different data sources so you can create customized NLP applications.
https://www.youtube.com/watch?v=lG7Uxts9SXs
  
  LangChain is a framework designed to simplify the creation of applications using large language models. It makes it easy to connect AI models with a bunch of different data sources so you can create customized NLP applications.
https://www.youtube.com/watch?v=lG7Uxts9SXs
YouTube
  
  LangChain Crash Course for Beginners
  Learn how to use LangChain in this crash course for beginners. LangChain is a framework designed to simplify the creation of applications using large language models. It makes it easy to connect AI models with a bunch of different data sources so you can…
  BoTorch
BoTorch is a library for Bayesian Optimization research built on top of PyTorch.
https://botorch.org/
  
  BoTorch is a library for Bayesian Optimization research built on top of PyTorch.
https://botorch.org/
botorch.org
  
  
  Bayesian Optimization in PyTorch
  Hundreds of malicious Python packages found stealing sensitive data
https://www.reddit.com/r/Python/comments/171juq8/hundreds_of_malicious_python_packages_found/
  
  https://www.reddit.com/r/Python/comments/171juq8/hundreds_of_malicious_python_packages_found/
Reddit
  
  From the Python community on Reddit: Hundreds of malicious Python packages found stealing sensitive data
  Explore this post and more from the Python community
  How to store your users' API keys securely in Django
Encrypt your users' keys to increase security.
https://www.photondesigner.com/articles/store-api-keys-securely
  
  Encrypt your users' keys to increase security.
https://www.photondesigner.com/articles/store-api-keys-securely
Photondesigner
  
  How to store your users' API keys securely in Django 🔑
  Encrypt your users' keys to increase security
  Python 3.12: All New Features You Need To Know!
This video will not only dive into the thrilling new features and improvements coming our way in Python 3.12 but also discuss some elements that will be removed in the upcoming release.
https://www.youtube.com/watch?v=udHmeAmOlbI
  
  This video will not only dive into the thrilling new features and improvements coming our way in Python 3.12 but also discuss some elements that will be removed in the upcoming release.
https://www.youtube.com/watch?v=udHmeAmOlbI
YouTube
  
  New Features You Need To Know In Python 3.12
  💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Python 3.12 is just around the corner, and I couldn't be more excited! 🎉🐍 In this video, I'll not only dive into the thrilling new features and improvements coming our way…
  Python 3.12 is just around the corner, and I couldn't be more excited! 🎉🐍 In this video, I'll not only dive into the thrilling new features and improvements coming our way…
Django things you want with HTMX
SummaryUse HTTP 303 for redirections.Setup django-htmx to see Django error response pages despite ...
https://www.bitecode.dev/p/django-things-you-want-with-htmx
  
  SummaryUse HTTP 303 for redirections.Setup django-htmx to see Django error response pages despite ...
https://www.bitecode.dev/p/django-things-you-want-with-htmx
www.bitecode.dev
  
  Django things you want with HTMX
  Works with Flask and FastAPI as well if you know what you're doing
  YouTube Video Recommendation Systems
Home
Table of Contents
YouTube Video Recommendation Systems
        
...
https://pyimagesearch.com/2023/09/25/youtube-video-recommendation-systems/
  
  Home
Table of Contents
YouTube Video Recommendation Systems
...
https://pyimagesearch.com/2023/09/25/youtube-video-recommendation-systems/
PyImageSearch
  
  YouTube Video Recommendation Systems - PyImageSearch
  Learn how YouTube uses machine and deep learning to provide video recommendations on their platform.
  Things I’ve learned about building CLI tools in Python
I build a lot of command-line tools in Python. It’s become my favorite way of quickly turning a piece of code into something I can use myself and package up for other people to use too. Here are some notes on what I’ve learned about designing and implementing CLI tools in Python so far.
https://simonwillison.net/2023/Sep/30/cli-tools-python/
  
  I build a lot of command-line tools in Python. It’s become my favorite way of quickly turning a piece of code into something I can use myself and package up for other people to use too. Here are some notes on what I’ve learned about designing and implementing CLI tools in Python so far.
https://simonwillison.net/2023/Sep/30/cli-tools-python/
Simon Willison’s Weblog
  
  Things I’ve learned about building CLI tools in Python
  I build a lot of command-line tools in Python. It’s become my favorite way of quickly turning a piece of code into something I can use myself and package up …
  Mastering Integration Testing with FastAPI
Integration Testing FastAPI: Harnessing the Power of Mocking Backend Services with MongoMock, MockS3, and More.
https://alex-jacobs.com/posts/fastapitests/
  
  Integration Testing FastAPI: Harnessing the Power of Mocking Backend Services with MongoMock, MockS3, and More.
https://alex-jacobs.com/posts/fastapitests/
Alex Jacobs
  
  Mastering Integration Testing with FastAPI | Alex Jacobs
  Integration Testing FastAPI: Harnessing the Power of Mocking Backend Services with MongoMock, MockS3, and More
  OpenAccess-AI-Collective / axolotl
Go ahead and axolotl questions
https://github.com/OpenAccess-AI-Collective/axolotl
  
  Go ahead and axolotl questions
https://github.com/OpenAccess-AI-Collective/axolotl
GitHub
  
  GitHub - axolotl-ai-cloud/axolotl: Go ahead and axolotl questions
  Go ahead and axolotl questions. Contribute to axolotl-ai-cloud/axolotl development by creating an account on GitHub.
  I developed a script to control Spotify from anywhere with global hotkeys!
https://www.reddit.com/r/Python/comments/1725svi/i_developed_a_script_to_control_spotify_from/
  
  https://www.reddit.com/r/Python/comments/1725svi/i_developed_a_script_to_control_spotify_from/
Reddit
  
  
  Explore this post and more from the Python community
  