kserve / kserve
Standardized Serverless ML Inference Platform on Kubernetes
https://github.com/kserve/kserve
Standardized Serverless ML Inference Platform on Kubernetes
https://github.com/kserve/kserve
GitHub
GitHub - kserve/kserve: Standardized Serverless ML Inference Platform on Kubernetes
Standardized Serverless ML Inference Platform on Kubernetes - kserve/kserve
Combining Rust and Python: The Best of Both Worlds?
This video shows you how to seamlessly integrate Rust with Python using Pyo3. This library allows you to write Python modules with Rust. This means that we get the speed and safety of Rust along with Python's easy-to-use features!
https://www.youtube.com/watch?v=lyG6AKzu4ew
This video shows you how to seamlessly integrate Rust with Python using Pyo3. This library allows you to write Python modules with Rust. This means that we get the speed and safety of Rust along with Python's easy-to-use features!
https://www.youtube.com/watch?v=lyG6AKzu4ew
YouTube
Combining Rust and Python: The Best of Both Worlds?
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I'll show you how to seamlessly integrate Rust with Python using Pyo3. This library allows you to write Python modules with Rust. This means that we…
In this video, I'll show you how to seamlessly integrate Rust with Python using Pyo3. This library allows you to write Python modules with Rust. This means that we…
django-admin-shellx
A Django Admin Web Shell using Xterm.js and Django Channels.
https://github.com/adinhodovic/django-admin-shellx
A Django Admin Web Shell using Xterm.js and Django Channels.
https://github.com/adinhodovic/django-admin-shellx
GitHub
GitHub - adinhodovic/django-admin-shellx: A Django Admin Web Shell using Xterm.js and Django Channels.
A Django Admin Web Shell using Xterm.js and Django Channels. - adinhodovic/django-admin-shellx
I hate typing out every 'self.x = x' line in an __init__ method. Is this alternative acceptable?
https://www.reddit.com/r/Python/comments/1b5bc8g/i_hate_typing_out_every_selfx_x_line_in_an_init/
https://www.reddit.com/r/Python/comments/1b5bc8g/i_hate_typing_out_every_selfx_x_line_in_an_init/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Create a quiz app in 6 minutes with HTMX and Django
This guide shows you how to build a simple quiz application using Django and HTMX in 6 minutes. HTMX is great for creating dynamic web applications without writing JavaScript.
https://www.photondesigner.com/articles/quiz-htmx
This guide shows you how to build a simple quiz application using Django and HTMX in 6 minutes. HTMX is great for creating dynamic web applications without writing JavaScript.
https://www.photondesigner.com/articles/quiz-htmx
Photondesigner
Create a quiz app with HTMX and Django in 8 mins ☑️
Build multi-stage forms with HTMX and Django very quickly.
How fast can we process a CSV file
The article explores the speed of processing CSV files, highlighting the use of PyArrow to enhance CSV reading speed significantly. It compares different methods like pandas with C engine, pure Python looping, and pandas with PyArrow engine, showcasing the efficiency of PyArrow in processing CSV files faster and more effectively
https://datapythonista.me/blog/how-fast-can-we-process-a-csv-file
The article explores the speed of processing CSV files, highlighting the use of PyArrow to enhance CSV reading speed significantly. It compares different methods like pandas with C engine, pure Python looping, and pandas with PyArrow engine, showcasing the efficiency of PyArrow in processing CSV files faster and more effectively
https://datapythonista.me/blog/how-fast-can-we-process-a-csv-file
datapythonista blog
How fast can we process a CSV file
Introduction Comma-separated values (CSV) are an extremely popular format to store tabular data because of their simplicity and how easy...
6 ways to improve the architecture of your Python project (using import-linter)
The article discusses six ways to enhance the architecture of Python projects, focusing on maintaining clear dependency relationships between packages and modules to avoid tangled inter-module dependencies. It addresses challenges like high architectural understanding costs for newcomers and reduced development efficiency due to difficulties in locating code within large projects.
https://www.piglei.com/articles/en-6-ways-to-improve-the-arch-of-you-py-project/
The article discusses six ways to enhance the architecture of Python projects, focusing on maintaining clear dependency relationships between packages and modules to avoid tangled inter-module dependencies. It addresses challenges like high architectural understanding costs for newcomers and reduced development efficiency due to difficulties in locating code within large projects.
https://www.piglei.com/articles/en-6-ways-to-improve-the-arch-of-you-py-project/
Piglei
6 ways to improve the architecture of your Python project (using import-linter) | Piglei
piglei's blog
I made a YouTube downloader with Modern UI | PyQt6 | PyTube | Fluent Design
https://www.reddit.com/r/Python/comments/1b66726/i_made_a_youtube_downloader_with_modern_ui_pyqt6/
https://www.reddit.com/r/Python/comments/1b66726/i_made_a_youtube_downloader_with_modern_ui_pyqt6/
Reddit
From the Python community on Reddit: I made a YouTube downloader with Modern UI | PyQt6 | PyTube | Fluent Design
Explore this post and more from the Python community
FujiwaraChoki / MoneyPrinter
Automate Creation of YouTube Shorts using MoviePy.
https://github.com/FujiwaraChoki/MoneyPrinter
Automate Creation of YouTube Shorts using MoviePy.
https://github.com/FujiwaraChoki/MoneyPrinter
GitHub
GitHub - FujiwaraChoki/MoneyPrinter: Automate Creation of YouTube Shorts using MoviePy.
Automate Creation of YouTube Shorts using MoviePy. - FujiwaraChoki/MoneyPrinter
Get started with conda environments
This post explains the benefits of virtual environments and how to use virtual environments in conda.
https://www.dataschool.io/intro-to-conda-environments/
This post explains the benefits of virtual environments and how to use virtual environments in conda.
https://www.dataschool.io/intro-to-conda-environments/
Data School
Get started with conda environments 🤝
Discover the benefits of virtual environments and learn the six conda commands you need to know to get started!
Analyzing "Sorting a million 32-bit integers in 2MB of RAM using Python"
SummaryWe are going to revisit Guido's famous "Sorting a million 32-bit integers in 2MB of RAM ...
https://www.bitecode.dev/p/analyzing-sorting-a-million-32-bit
SummaryWe are going to revisit Guido's famous "Sorting a million 32-bit integers in 2MB of RAM ...
https://www.bitecode.dev/p/analyzing-sorting-a-million-32-bit
www.bitecode.dev
Analyzing "Sorting a million 32-bit integers in 2MB of RAM using Python"
2MB ought to be enough for anybody
Doubiiu / DynamiCrafter
DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
https://github.com/Doubiiu/DynamiCrafter
DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
https://github.com/Doubiiu/DynamiCrafter
GitHub
GitHub - Doubiiu/DynamiCrafter: [ECCV 2024, Oral] DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
[ECCV 2024, Oral] DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors - Doubiiu/DynamiCrafter
EvalPlus
EvalPlus for rigourous evaluation of LLM-synthesized code.
https://github.com/evalplus/evalplus
EvalPlus for rigourous evaluation of LLM-synthesized code.
https://github.com/evalplus/evalplus
GitHub
GitHub - evalplus/evalplus: Rigourous evaluation of LLM-synthesized code - NeurIPS 2023 & COLM 2024
Rigourous evaluation of LLM-synthesized code - NeurIPS 2023 & COLM 2024 - evalplus/evalplus
Using LLMs to Generate Fuzz Generators
The post explores the effectiveness of Large Language Models (LLMs) in generating fuzz drivers for library API fuzzing. It discusses the challenges and benefits of LLM-based fuzz driver generation, highlighting its practicality, strategies for complex API usage, and areas for improvement based on a comprehensive study and evaluation.
https://verse.systems/blog/post/2024-03-09-using-llms-to-generate-fuzz-generators
The post explores the effectiveness of Large Language Models (LLMs) in generating fuzz drivers for library API fuzzing. It discusses the challenges and benefits of LLM-based fuzz driver generation, highlighting its practicality, strategies for complex API usage, and areas for improvement based on a comprehensive study and evaluation.
https://verse.systems/blog/post/2024-03-09-using-llms-to-generate-fuzz-generators
Toby's Blog
Using LLMs to Generate Fuzz Generators
LLMs seem surprisingly good at many things. So much so that not a week goes by without someone coming up with yet another use-case for this technology, often to solve tasks quickly that traditionally …
GGUF, the long way around
This is an article about GGUF, a file format used for machine learning models. It discusses what machine learning models are and how they are produced.
https://vickiboykis.com/2024/02/28/gguf-the-long-way-around/
This is an article about GGUF, a file format used for machine learning models. It discusses what machine learning models are and how they are produced.
https://vickiboykis.com/2024/02/28/gguf-the-long-way-around/
★❤✰ Vicki Boykis ★❤✰
GGUF, the long way around
What are ML artifacts?
openllmetry
Open-source observability for your LLM application.
https://github.com/traceloop/openllmetry
Open-source observability for your LLM application.
https://github.com/traceloop/openllmetry
GitHub
GitHub - traceloop/openllmetry: Open-source observability for your LLM application, based on OpenTelemetry
Open-source observability for your LLM application, based on OpenTelemetry - traceloop/openllmetry
Create A Machine Learning Powered NCAA Bracket
Dive into the fascinating world of machine learning and AI as we guide you through developing a model designed to predict NCAA tournament outcomes. From initial setup to final predictions, we’ll cover everything you need to create your own powerhouse model.
https://www.youtube.com/watch?v=cHtAEWkvSMU
Dive into the fascinating world of machine learning and AI as we guide you through developing a model designed to predict NCAA tournament outcomes. From initial setup to final predictions, we’ll cover everything you need to create your own powerhouse model.
https://www.youtube.com/watch?v=cHtAEWkvSMU
YouTube
Making Sports Predictions with Data Science
🏆 WIN a NVIDIA GeForce RTX 4080 Super GPU! Register now: https://forms.gle/47vUHzzz2aqJoP1S9
Dive into the fascinating world of machine learning and AI as we guide you through developing a model designed to predict NCAA tournament outcomes. From initial…
Dive into the fascinating world of machine learning and AI as we guide you through developing a model designed to predict NCAA tournament outcomes. From initial…