Python Poetry in 8 Minutes
This video guides you through the ins and outs of managing Python virtual environments, while also introducing you to Poetry. You'll learn a host of tips and strategies to manage your projects with greater effectiveness and efficiency.
https://www.youtube.com/watch?v=Ji2XDxmXSOM
This video guides you through the ins and outs of managing Python virtual environments, while also introducing you to Poetry. You'll learn a host of tips and strategies to manage your projects with greater effectiveness and efficiency.
https://www.youtube.com/watch?v=Ji2XDxmXSOM
YouTube
Python Poetry in 8 Minutes
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I'll guide you through the ins and outs of managing Python virtual environments, while also introducing you to Poetry. You'll learn a host of tips and strategies…
In this video, I'll guide you through the ins and outs of managing Python virtual environments, while also introducing you to Poetry. You'll learn a host of tips and strategies…
👍2
Secure LLM Architecture - Testing LLM Guard
The video explores LLM architectures, addressing security concerns and critiquing ineffective security tools. It introduces LLM Guard, an open-source tool aiming to enhance LLM security by checking inputs for malicious intent and outputs for sensitive data, demonstrated through practical examples and emphasizing the importance of output monitoring and permissions in safeguarding data.
https://www.youtube.com/watch?&v=C_5KRqQrGD4
The video explores LLM architectures, addressing security concerns and critiquing ineffective security tools. It introduces LLM Guard, an open-source tool aiming to enhance LLM security by checking inputs for malicious intent and outputs for sensitive data, demonstrated through practical examples and emphasizing the importance of output monitoring and permissions in safeguarding data.
https://www.youtube.com/watch?&v=C_5KRqQrGD4
YouTube
Secure LLM Architecture - Testing LLM Guard
Exploring LLM Architectures, Security, and LLM Guard
LLM-Guard: https://github.com/protectai/llm-guard
Testing Repo: https://github.com/latiotech/insecure-kubernetes-deployments
More about Latio: https://www.latio.tech/
This video discusses LLM (Large Language…
LLM-Guard: https://github.com/protectai/llm-guard
Testing Repo: https://github.com/latiotech/insecure-kubernetes-deployments
More about Latio: https://www.latio.tech/
This video discusses LLM (Large Language…
Tracecat
The AI-native, open source alternative to Tines / Splunk SOAR.
https://github.com/TracecatHQ/tracecat
The AI-native, open source alternative to Tines / Splunk SOAR.
https://github.com/TracecatHQ/tracecat
GitHub
GitHub - TracecatHQ/tracecat: Open source Tines / Splunk SOAR alternative. All-in-one automation platform (workflows, tables, cases)…
Open source Tines / Splunk SOAR alternative. All-in-one automation platform (workflows, tables, cases) for security and IT teams. - TracecatHQ/tracecat
lightning-thunder
Make PyTorch models Lightning fast! Thunder is a source to source compiler for PyTorch. It enables using different hardware executors at once.
https://github.com/Lightning-AI/lightning-thunder
Make PyTorch models Lightning fast! Thunder is a source to source compiler for PyTorch. It enables using different hardware executors at once.
https://github.com/Lightning-AI/lightning-thunder
GitHub
GitHub - Lightning-AI/lightning-thunder: PyTorch compiler that accelerates training and inference. Get built-in optimizations for…
PyTorch compiler that accelerates training and inference. Get built-in optimizations for performance, memory, parallelism, and easily write your own. - Lightning-AI/lightning-thunder
What's up Python? iphone support, @sealed, PYTHON_GIL=0...
A summary of what happened in the Python community in march
https://www.bitecode.dev/p/whats-up-python-iphone-support-sealed
A summary of what happened in the Python community in march
https://www.bitecode.dev/p/whats-up-python-iphone-support-sealed
www.bitecode.dev
What's up Python? iPhone support, @sealed, PYTHON_GIL=0...
March 2024
reverser_ai
Provides automated reverse engineering assistance through the use of local large language models (LLMs) on consumer hardware.
https://github.com/mrphrazer/reverser_ai
Provides automated reverse engineering assistance through the use of local large language models (LLMs) on consumer hardware.
https://github.com/mrphrazer/reverser_ai
GitHub
GitHub - mrphrazer/reverser_ai: Provides automated reverse engineering assistance through the use of local large language models…
Provides automated reverse engineering assistance through the use of local large language models (LLMs) on consumer hardware. - mrphrazer/reverser_ai
Devika
Agentic AI Software Engineer. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
https://github.com/stitionai/devika
Agentic AI Software Engineer. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
https://github.com/stitionai/devika
GitHub
GitHub - stitionai/devika: Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them…
Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective...
Building a Django API for Mobile Developers
A dive into the backend side of app development, focusing on building robust APIs with Django and Django Rest Framework.
https://www.youtube.com/playlist?list=PLgRx2Eap1Wm2W-ozbwAZwffEwTTy8xS5g
A dive into the backend side of app development, focusing on building robust APIs with Django and Django Rest Framework.
https://www.youtube.com/playlist?list=PLgRx2Eap1Wm2W-ozbwAZwffEwTTy8xS5g
YouTube
Building a Django API for Mobile Developers
In this series we dive into the backend side of app development, focusing on building robust APIs with Django and Django Rest Framework.
OpenInterpreter / open-interpreter
A natural language interface for computers
https://github.com/OpenInterpreter/open-interpreter
A natural language interface for computers
https://github.com/OpenInterpreter/open-interpreter
GitHub
GitHub - OpenInterpreter/open-interpreter: A natural language interface for computers
A natural language interface for computers. Contribute to OpenInterpreter/open-interpreter development by creating an account on GitHub.
OpenDevin
An open-source project aiming to replicate Devin, an autonomous AI software engineer who is capable of executing complex engineering tasks and collaborating actively with users on software development projects.
https://github.com/OpenDevin/OpenDevin
An open-source project aiming to replicate Devin, an autonomous AI software engineer who is capable of executing complex engineering tasks and collaborating actively with users on software development projects.
https://github.com/OpenDevin/OpenDevin
GitHub
GitHub - All-Hands-AI/OpenHands: 🙌 OpenHands: Code Less, Make More
🙌 OpenHands: Code Less, Make More. Contribute to All-Hands-AI/OpenHands development by creating an account on GitHub.
Django: Write-up on optimizing the system check framework
The post discusses optimizations made to Django's system check framework, which had gained a reputation for being slow. The optimizations reduced the runtime of running checks on an example client project from 37ms to 18ms, a 50% reduction.
https://adamj.eu/tech/2024/03/23/django-optimizing-system-checks/
The post discusses optimizations made to Django's system check framework, which had gained a reputation for being slow. The optimizations reduced the runtime of running checks on an example client project from 37ms to 18ms, a 50% reduction.
https://adamj.eu/tech/2024/03/23/django-optimizing-system-checks/
adamj.eu
Django: Write-up on optimizing the system check framework - Adam Johnson
Django’s system check framework provides fantastic protection for configuration mishaps. It’s like a targeted linter that runs when you start Django commands. It takes advantage of runtime setup to inspect the true state rather than infer it from the source.
myshell-ai / MeloTTS
High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
https://github.com/myshell-ai/MeloTTS
High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
https://github.com/myshell-ai/MeloTTS
GitHub
GitHub - myshell-ai/MeloTTS: High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French…
High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean. - myshell-ai/MeloTTS
🔥1
The wrong way to speed up your code with Numba
Numba can make your numeric code faster, but only if you use it right.
https://pythonspeed.com/articles/slow-numba/
Numba can make your numeric code faster, but only if you use it right.
https://pythonspeed.com/articles/slow-numba/
Python⇒Speed
The wrong way to speed up your code with Numba
Numba can make your numeric code faster, but only if you use it right.
VoiceCraft
Zero-Shot Speech Editing and Text-to-Speech in the Wild.
https://github.com/jasonppy/VoiceCraft
Zero-Shot Speech Editing and Text-to-Speech in the Wild.
https://github.com/jasonppy/VoiceCraft
GitHub
GitHub - jasonppy/VoiceCraft: Zero-Shot Speech Editing and Text-to-Speech in the Wild
Zero-Shot Speech Editing and Text-to-Speech in the Wild - jasonppy/VoiceCraft
Using breakpoints to explore your code
This post guides Python developers on effectively utilizing breakpoints to debug and explore code execution flow. It offers practical tips and examples to leverage breakpoints for better understanding and troubleshooting of Python code.
https://www.mostlypython.com/using-breakpoints-to-explore-your-code/
This post guides Python developers on effectively utilizing breakpoints to debug and explore code execution flow. It offers practical tips and examples to leverage breakpoints for better understanding and troubleshooting of Python code.
https://www.mostlypython.com/using-breakpoints-to-explore-your-code/
Mostly Python
Using breakpoints to explore your code
MP 89: You can hop into your program's execution at any point.
When working on a project, I often find myself wondering if my code does exactly what I think it does. Sometimes I'll have an idea about how to move forward in a program, but won't be quite sure
When working on a project, I often find myself wondering if my code does exactly what I think it does. Sometimes I'll have an idea about how to move forward in a program, but won't be quite sure
Can GPT Optimize My Taxes?
The post describes a web application that uses GPT-4 and the tenforty Python library to allow users to input tax scenarios and receive optimized tax calculations and recommendations. The application aims to provide a more flexible and personalized tax advisory experience compared to traditional tax software.
https://finedataproducts.com/posts/2024-03-10-tax-scenarios-with-ai/
The post describes a web application that uses GPT-4 and the tenforty Python library to allow users to input tax scenarios and receive optimized tax calculations and recommendations. The application aims to provide a more flexible and personalized tax advisory experience compared to traditional tax software.
https://finedataproducts.com/posts/2024-03-10-tax-scenarios-with-ai/
Finedataproducts
Can GPT Optimize My Taxes?
TL;DR Yep.