Starfyre - A Python Web Framework for creating frontend web applications
https://www.reddit.com/r/Python/comments/13bloxf/starfyre_a_python_web_framework_for_creating/
https://www.reddit.com/r/Python/comments/13bloxf/starfyre_a_python_web_framework_for_creating/
Reddit
From the Python community on Reddit: Starfyre - A Python Web Framework for creating frontend web applications
Explore this post and more from the Python community
django-docker-quickstart
Your all-in-one Django-Docker starter kit. Pre-configured services including PostgreSQL, Redis, Celery, with Nginx and Traefik for production. Streamlined development with included tools for testing and formatting.
https://github.com/godd0t/django-docker-quickstart
Your all-in-one Django-Docker starter kit. Pre-configured services including PostgreSQL, Redis, Celery, with Nginx and Traefik for production. Streamlined development with included tools for testing and formatting.
https://github.com/godd0t/django-docker-quickstart
GitHub
GitHub - godd0t/django-docker-quickstart: Your all-in-one Django-Docker starter kit. Pre-configured services including PostgreSQL…
Your all-in-one Django-Docker starter kit. Pre-configured services including PostgreSQL, Redis, Celery, with Nginx and Traefik for production. Streamlined development with included tools for testin...
Polars Crash Course: Python's Library of Big Data Analytics
https://www.youtube.com/watch?v=aiHSMYvoqYE
https://www.youtube.com/watch?v=aiHSMYvoqYE
YouTube
Master Python Polars for Efficient Big Data Handling: 22-Minute Crash Course!
Unlock the power of Python Polars for efficient big data handling in this 22-minute crash course. Dive into practical techniques and real-world examples to streamline your data processing workflows and maximize performance. Perfect for data enthusiasts and…
RasaGPT
RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain.
https://github.com/paulpierre/RasaGPT
RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain.
https://github.com/paulpierre/RasaGPT
GitHub
GitHub - paulpierre/RasaGPT: 💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/…
💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram - paulpierre/RasaGPT
pyscript / pyscript
Home Page: https://pyscript.net Examples: https://pyscript.net/examples
https://github.com/pyscript/pyscript
Home Page: https://pyscript.net Examples: https://pyscript.net/examples
https://github.com/pyscript/pyscript
pyscript.net
PyScript is a platform for Python in the browser.
lightaime / camel
🐫 CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society
https://github.com/lightaime/camel
🐫 CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society
https://github.com/lightaime/camel
GitHub
GitHub - camel-ai/camel: 🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel…
🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org - camel-ai/camel
You probably don't know how to do Prompt Engineering
Features missing from most LLM front-ends that should exist.
https://gist.github.com/Hellisotherpeople/45c619ee22aac6865ca4bb328eb58faf
Features missing from most LLM front-ends that should exist.
https://gist.github.com/Hellisotherpeople/45c619ee22aac6865ca4bb328eb58faf
Gist
You probably don't know how to do Prompt Engineering, let me educate you.
You probably don't know how to do Prompt Engineering, let me educate you. - blog.md
15 Python Tips To Take Your Code To The Next Level!
https://gist.github.com/Julynx/dd500d8ae7e335c3c84684ede2293e1f
https://gist.github.com/Julynx/dd500d8ae7e335c3c84684ede2293e1f
Gist
15 Python Tips To Take Your Code To The Next Level!
15 Python Tips To Take Your Code To The Next Level! - 15_python_tips.md
microsoft / DeepSpeedExamples
Example models using DeepSpeed
https://github.com/microsoft/DeepSpeedExamples
Example models using DeepSpeed
https://github.com/microsoft/DeepSpeedExamples
GitHub
GitHub - deepspeedai/DeepSpeedExamples: Example models using DeepSpeed
Example models using DeepSpeed. Contribute to deepspeedai/DeepSpeedExamples development by creating an account on GitHub.
5 Horrifying Python Techniques to get you fired
Python is a great language, with a few... exploits. While a lot of implementation details make it easier to work with, they also lead to quirks - quirks which can be exploited for fun (and profit?). Whether it's variables, match statements, type hinting, imports, or even just trying to fit everything on one line, this talk has more than a few slithering tricks up its sleeve.
https://www.youtube.com/watch?v=t863QfAOmlY
Python is a great language, with a few... exploits. While a lot of implementation details make it easier to work with, they also lead to quirks - quirks which can be exploited for fun (and profit?). Whether it's variables, match statements, type hinting, imports, or even just trying to fit everything on one line, this talk has more than a few slithering tricks up its sleeve.
https://www.youtube.com/watch?v=t863QfAOmlY
YouTube
⚡ 5 Horrifying Python Techniques to get you fired - Andrew L
Python is a great language, with a few... cursed exploits. While a lot of implementation details make it easier to work with, they also lead to quirks - quirks which can be exploited for fun (and profit?). Whether it's variables, match statements, type hinting…
facebookresearch / AnimatedDrawings
Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
https://github.com/facebookresearch/AnimatedDrawings
Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
https://github.com/facebookresearch/AnimatedDrawings
GitHub
GitHub - facebookresearch/AnimatedDrawings: Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
Code to accompany "A Method for Animating Children's Drawings of the Human Figure" - facebookresearch/AnimatedDrawings
Deploy a Voice-Based Chatbot with BentoML, LangChain, and Gradio
The article provides a tutorial on how to deploy a voice-based chatbot using several open-source tools, including BentoML, LangChain, and Gradio. It covers the steps for building and training a chatbot model, integrating it with voice commands, and deploying the model as a web service for real-time interactions with users.
https://towardsdatascience.com/deploy-a-voice-based-chatbot-with-bentoml-langchain-and-gradio-7f25af3e45df
The article provides a tutorial on how to deploy a voice-based chatbot using several open-source tools, including BentoML, LangChain, and Gradio. It covers the steps for building and training a chatbot model, integrating it with voice commands, and deploying the model as a web service for real-time interactions with users.
https://towardsdatascience.com/deploy-a-voice-based-chatbot-with-bentoml-langchain-and-gradio-7f25af3e45df
Medium
Deploy a Voice-Based Chatbot with BentoML, LangChain, and Gradio
BentoML is Like Lego for ML engineers
Bevy v2.0 - The Simple Python Dependency Injection Framework
Modern software can be complex, with many components that depend on each other. It can be hard to manage those dependencies without your project becoming a mess of spaghetti code. This article introduces you to Bevy v2.0, a robust Dependency Injection framework that will help you simplify your Python applications.
https://blog.zech.codes/bevy-v2
Modern software can be complex, with many components that depend on each other. It can be hard to manage those dependencies without your project becoming a mess of spaghetti code. This article introduces you to Bevy v2.0, a robust Dependency Injection framework that will help you simplify your Python applications.
https://blog.zech.codes/bevy-v2
Zech Zimmerman
Bevy v2.0 - The Simple Python Dependency Injection Framework
Bevy v2.0 - The Python Dependency Injection Framework That Empowers You to Build Better Applications
farshadz1997 / Microsoft-Rewards-bot
A simple bot that uses Selenium to farm Microsoft Rewards written in Python
https://github.com/farshadz1997/Microsoft-Rewards-bot
A simple bot that uses Selenium to farm Microsoft Rewards written in Python
https://github.com/farshadz1997/Microsoft-Rewards-bot
GitHub
farshadz1997/Microsoft-Rewards-bot
A simple bot that uses Selenium to farm Microsoft Rewards written in Python - farshadz1997/Microsoft-Rewards-bot