Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
https://github.com/torantulino/Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
https://github.com/torantulino/Auto-GPT
GitHub
GitHub - Significant-Gravitas/AutoGPT: AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission…
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. - Significant-Gravitas/AutoGPT
vocode-python
Vocode is an open source library that makes it easy to build voice-based LLM apps.
https://github.com/vocodedev/vocode-python
Vocode is an open source library that makes it easy to build voice-based LLM apps.
https://github.com/vocodedev/vocode-python
GitHub
GitHub - vocodedev/vocode-core: 🤖 Build voice-based LLM agents. Modular + open source.
🤖 Build voice-based LLM agents. Modular + open source. - vocodedev/vocode-core
FastChat
An open platform for training, serving, and evaluating large language model based chatbots.
https://github.com/lm-sys/FastChat
An open platform for training, serving, and evaluating large language model based chatbots.
https://github.com/lm-sys/FastChat
GitHub
GitHub - lm-sys/FastChat: An open platform for training, serving, and evaluating large language models. Release repo for Vicuna…
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena. - lm-sys/FastChat
OpenFlamingo
An open-source framework for training large multimodal models.
https://github.com/mlfoundations/open_flamingo
An open-source framework for training large multimodal models.
https://github.com/mlfoundations/open_flamingo
GitHub
GitHub - mlfoundations/open_flamingo: An open-source framework for training large multimodal models.
An open-source framework for training large multimodal models. - mlfoundations/open_flamingo
Python Monorepo: an Example. Part 1: Structure and Tooling
In this post, we describe a design for a Python monorepo: how we structure it; which tools we favor; alternatives that were considered; and some possible improvements.
https://www.tweag.io/blog/2023-04-04-python-monorepo-1/
In this post, we describe a design for a Python monorepo: how we structure it; which tools we favor; alternatives that were considered; and some possible improvements.
https://www.tweag.io/blog/2023-04-04-python-monorepo-1/
www.tweag.io
Python Monorepo: an Example. Part 1: Structure and Tooling
How to build your Python monorepo from scratch: structure and tooling
Speeding up text processing in Python (is hard)
How do you speed up Python string parsing and formatting? We’ll consider Cython, mypyc, Rust, and PyPy.
https://pythonspeed.com/articles/faster-text-processing/
How do you speed up Python string parsing and formatting? We’ll consider Cython, mypyc, Rust, and PyPy.
https://pythonspeed.com/articles/faster-text-processing/
Python⇒Speed
Speeding up text processing in Python (is hard)
How do you speed up Python string parsing and formatting? We’ll consider Cython, mypyc, Rust, and PyPy.
Comparing List Comprehensions vs. Built-In Functions in Python: Which Is Better?
An in-depth analysis of syntax, readability, and performance.
https://t.co/3QhcXmrM0b
An in-depth analysis of syntax, readability, and performance.
https://t.co/3QhcXmrM0b
Medium
Comparing List Comprehensions vs. Built-In Functions in Python: Which Is Better?
An in-depth analysis of syntax, readability, and performance
cy-root
Python package containing root-finding methods written in Cython.
https://github.com/inspiros/cy-root
Python package containing root-finding methods written in Cython.
https://github.com/inspiros/cy-root
GitHub
GitHub - inspiros/cy-root: Python package containing root-finding methods written in Cython
Python package containing root-finding methods written in Cython - GitHub - inspiros/cy-root: Python package containing root-finding methods written in Cython
Raw SQL, SQL Query Builder, or ORM?
Not sure if you should use Raw SQL, a SQL query builder, or an ORM for your next project? This video explores the pros and cons of each option, allowing you to make an informed decision based on your specific needs. Choosing the wrong technology for your project can be a costly mistake, so it's crucial to understand these tools.
https://www.youtube.com/watch?v=x1fCJ7sUXCM
Not sure if you should use Raw SQL, a SQL query builder, or an ORM for your next project? This video explores the pros and cons of each option, allowing you to make an informed decision based on your specific needs. Choosing the wrong technology for your project can be a costly mistake, so it's crucial to understand these tools.
https://www.youtube.com/watch?v=x1fCJ7sUXCM
YouTube
Raw SQL, SQL Query Builder, or ORM?
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Not sure if you should use Raw SQL, a SQL query builder, or an ORM for your next project? In this video, I’ll explore the pros and cons of each option, allowing you…
Not sure if you should use Raw SQL, a SQL query builder, or an ORM for your next project? In this video, I’ll explore the pros and cons of each option, allowing you…
Using "any" and "all" in Python
Python's any and all functions are very helpful, but often overlooked. You can combine any and all with generator expressions to check whether all (or any) items within a list match a specific condition.
https://www.pythonmorsels.com/any-and-all/
Python's any and all functions are very helpful, but often overlooked. You can combine any and all with generator expressions to check whether all (or any) items within a list match a specific condition.
https://www.pythonmorsels.com/any-and-all/
Pythonmorsels
Python's any() and all() functions
Need to check whether all items in a list match a certain condition? You can use Python's built-in any and all functions for that!
swingmusic
Open-source music player for local audio files, built with both visual coolness and functionality in mind.
https://github.com/swingmusic/swingmusic
Open-source music player for local audio files, built with both visual coolness and functionality in mind.
https://github.com/swingmusic/swingmusic
GitHub
GitHub - swing-opensource/swingmusic: Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler…
Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music. - GitHub - swing-opensource/swingmusic: Swing Music is a beauti...
audioflux
A library for audio and music analysis, feature extraction.
https://github.com/libAudioFlux/audioFlux
A library for audio and music analysis, feature extraction.
https://github.com/libAudioFlux/audioFlux
GitHub
GitHub - libAudioFlux/audioFlux: A library for audio and music analysis, feature extraction.
A library for audio and music analysis, feature extraction. - libAudioFlux/audioFlux
An Intro to Textual – Creating Text User Interfaces with Python
Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may ...
https://www.blog.pythonlibrary.org/2023/03/28/an-intro-to-textual/
Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may ...
https://www.blog.pythonlibrary.org/2023/03/28/an-intro-to-textual/
Mouse Vs Python
An Intro to Textual - Creating Text User Interfaces with Python - Mouse Vs Python
Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you'll be creating a user interface with
Aura – Python source code auditing and static analysis on a large scale
https://github.com/SourceCode-AI/aura
https://github.com/SourceCode-AI/aura
GitHub
GitHub - SourceCode-AI/aura: Python source code auditing and static analysis on a large scale
Python source code auditing and static analysis on a large scale - SourceCode-AI/aura