PyData NYC 2024 Videos
PyData NYC 2024 talks videos are available now.
https://www.youtube.com/playlist?list=PLGVZCDnMOq0ohEIZ-_wM2W_xqSVjyA3dC
PyData NYC 2024 talks videos are available now.
https://www.youtube.com/playlist?list=PLGVZCDnMOq0ohEIZ-_wM2W_xqSVjyA3dC
YouTube
PyData NYC 2024
Share your videos with friends, family, and the world
infinition / Bjorn
Bjorn is a powerful network scanning and offensive security tool for the Raspberry Pi with a 2.13-inch e-Paper HAT. It discovers network targets, identifies open ports, exposed services, and potential vulnerabilities. Bjorn can perform brute force attacks, file stealing, host zombification, and supports custom attack scripts.
https://github.com/infinition/Bjorn
Bjorn is a powerful network scanning and offensive security tool for the Raspberry Pi with a 2.13-inch e-Paper HAT. It discovers network targets, identifies open ports, exposed services, and potential vulnerabilities. Bjorn can perform brute force attacks, file stealing, host zombification, and supports custom attack scripts.
https://github.com/infinition/Bjorn
GitHub
GitHub - infinition/Bjorn: Bjorn is a powerful network scanning and offensive security tool for the Raspberry Pi with a 2.13-inch…
Bjorn is a powerful network scanning and offensive security tool for the Raspberry Pi with a 2.13-inch e-Paper HAT. It discovers network targets, identifies open ports, exposed services, and potent...
Now I Know Why Most People Don’t Use gRPC
This video explores gRPC, a compelling alternative to REST that’s gaining traction in distributed systems. Watch until the end of the video to find out if it’s worth ditching REST for it.
https://www.youtube.com/watch?v=WpXs7e7kEoI
This video explores gRPC, a compelling alternative to REST that’s gaining traction in distributed systems. Watch until the end of the video to find out if it’s worth ditching REST for it.
https://www.youtube.com/watch?v=WpXs7e7kEoI
YouTube
Now I Know Why Most People Don’t Use gRPC
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.
In this video, I’m exploring gRPC, a compelling alternative to REST that’s gaining traction in distributed systems. Watch until the end of the video to find out…
In this video, I’m exploring gRPC, a compelling alternative to REST that’s gaining traction in distributed systems. Watch until the end of the video to find out…
agenta
The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM Observability all in one place.
https://github.com/Agenta-AI/agenta
The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM Observability all in one place.
https://github.com/Agenta-AI/agenta
GitHub
GitHub - Agenta-AI/agenta: The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM observability…
The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM observability all in one place. - Agenta-AI/agenta
RAGLite
RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with PostgreSQL or SQLite.
https://github.com/superlinear-ai/raglite
RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with PostgreSQL or SQLite.
https://github.com/superlinear-ai/raglite
GitHub
GitHub - superlinear-ai/raglite: 🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL
🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL - superlinear-ai/raglite
Progresspal
A decentralized python iterable, function and log tracker.
https://github.com/levi2234/Progresspal
A decentralized python iterable, function and log tracker.
https://github.com/levi2234/Progresspal
GitHub
GitHub - levi2234/Progresspal: A decentralized python iterable, function and log tracker
A decentralized python iterable, function and log tracker - levi2234/Progresspal
Astral (uv/ruff) will be taking stewardship of python-build-standalone
https://www.reddit.com/r/Python/comments/1h8qoxl/astral_uvruff_will_be_taking_stewardship_of/
https://www.reddit.com/r/Python/comments/1h8qoxl/astral_uvruff_will_be_taking_stewardship_of/
Reddit
From the Python community on Reddit: Astral (uv/ruff) will be taking stewardship of python-build-standalone
Explore this post and more from the Python community
Squashing Django Migrations the Easy Way
The article outlines a step-by-step process for safely squashing Django migrations in large projects, using tools like django-model-info to visualize migration dependencies and identify safe linear paths for squashing. It emphasizes the importance of maintaining the migration graph's integrity, updating dependencies, and carefully deploying changes to reduce migration count without break...
https://jacklinke.com/squashing-django-migrations-the-easy-way
The article outlines a step-by-step process for safely squashing Django migrations in large projects, using tools like django-model-info to visualize migration dependencies and identify safe linear paths for squashing. It emphasizes the importance of maintaining the migration graph's integrity, updating dependencies, and carefully deploying changes to reduce migration count without break...
https://jacklinke.com/squashing-django-migrations-the-easy-way
Jack Linke's Blog
Squashing Django Migrations Easily
Safely squash Django migrations in long-running projects to optimize performance and maintain migration history integrity using django-model-info
MarkItDown: Python tool for converting files and office documents to Markdown
https://github.com/microsoft/markitdown
https://github.com/microsoft/markitdown
GitHub
GitHub - microsoft/markitdown: Python tool for converting files and office documents to Markdown.
Python tool for converting files and office documents to Markdown. - microsoft/markitdown
Lazy self-installing Python scripts with uv
The article introduces UV, a Python tool that streamlines script execution by managing dependencies automatically. It enables self-installing scripts with metadata for dependencies, eliminating the need for manual virtual environment setups or packaging. UV also offers tools to replace pipx and pyenv for Python installations and CLI tools.
https://treyhunner.com/2024/12/lazy-self-installing-python-scripts-with-uv/
The article introduces UV, a Python tool that streamlines script execution by managing dependencies automatically. It enables self-installing scripts with metadata for dependencies, eliminating the need for manual virtual environment setups or packaging. UV also offers tools to replace pipx and pyenv for Python installations and CLI tools.
https://treyhunner.com/2024/12/lazy-self-installing-python-scripts-with-uv/
Treyhunner
Lazy self-installing Python scripts with uv
I frequently find myself writing my own short command-line scripts in Python that help me with day-to-day tasks. It’s so easy to throw together …
👍1
Vanir
Vanir is a source code-based static analysis tool that automatically identifies the list of missing security patches in the target system. By default, Vanir pulls up-to-date CVEs from Open Source Vulnerabilities (OSV) together with their corresponding signatures so that users can transparently scan missing patches for an up-to-date list of CVEs.
https://github.com/google/vanir
Vanir is a source code-based static analysis tool that automatically identifies the list of missing security patches in the target system. By default, Vanir pulls up-to-date CVEs from Open Source Vulnerabilities (OSV) together with their corresponding signatures so that users can transparently scan missing patches for an up-to-date list of CVEs.
https://github.com/google/vanir
GitHub
GitHub - google/vanir: Vanir is a source code-based static analysis tool that automatically identifies the list of missing security…
Vanir is a source code-based static analysis tool that automatically identifies the list of missing security patches in the target system. By default, Vanir pulls up-to-date CVEs from Open Source V...
👍1
Writing down (and searching through) every UUID
The post describes a creative project to generate and catalog every possible Version 4 UUID, creating a comprehensive searchable database of unique identifiers. The author developed a method to systematically generate all 2^122 possible UUIDs, enabling full-text search and exploration of these globally unique identifiers.
https://eieio.games/blog/writing-down-every-uuid/
The post describes a creative project to generate and catalog every possible Version 4 UUID, creating a comprehensive searchable database of unique identifiers. The author developed a method to systematically generate all 2^122 possible UUIDs, enabling full-text search and exploration of these globally unique identifiers.
https://eieio.games/blog/writing-down-every-uuid/
eieio.games
Writing down (and searching through) every UUID · eieio.games
I couldn't remember every UUID so I wrote them all down
Django and Postgres for the Busy Rails Developer
The article compares Django and Ruby on Rails frameworks from a Rails developer's perspective, focusing on database interactions with PostgreSQL. It highlights similarities and differences in language runtime management, library management, migrations, models, and command-line tools, providing insights for developers familiar with Rails who are exploring Django.
https://andyatkinson.com/django-python-postgres-busy-rails-developer
The article compares Django and Ruby on Rails frameworks from a Rails developer's perspective, focusing on database interactions with PostgreSQL. It highlights similarities and differences in language runtime management, library management, migrations, models, and command-line tools, providing insights for developers familiar with Rails who are exploring Django.
https://andyatkinson.com/django-python-postgres-busy-rails-developer
Andrew Atkinson - Software Engineer, Author, High Performance PostgreSQL for Rails
Django and Postgres for the Busy Rails Developer
About 10 years ago I wrote a post PostgreSQL for the Busy MySQL Developer, as part of switching from MySQL to Postgres for my personal and professional projects wherever I could.
A Deep Dive into Celery Task Resilience, Beyond Basic Retries
How to make your Celery tasks more resilient with best practices to prevent workflow interruptions and handle various failure scenarios.
https://blog.gitguardian.com/celery-tasks-retries-errors/
How to make your Celery tasks more resilient with best practices to prevent workflow interruptions and handle various failure scenarios.
https://blog.gitguardian.com/celery-tasks-retries-errors/
GitGuardian Blog - Take Control of Your Secrets Security
A Deep Dive into Celery Task Resilience, Beyond Basic Retries
How to make your Celery tasks more resilient with best practices to prevent workflow interruptions and handle various failure scenarios.