StatsForecast
StatsForecast offers a collection of widely used univariate time series forecasting models, including automatic ARIMA and ETS modeling optimized for high performance using numba. It also includes a large battery of benchmarking models.
https://github.com/Nixtla/statsforecast
StatsForecast offers a collection of widely used univariate time series forecasting models, including automatic ARIMA and ETS modeling optimized for high performance using numba. It also includes a large battery of benchmarking models.
https://github.com/Nixtla/statsforecast
GitHub
GitHub - Nixtla/statsforecast: Lightning ⚡️ fast forecasting with statistical and econometric models.
Lightning ⚡️ fast forecasting with statistical and econometric models. - Nixtla/statsforecast
Help us test system trust stores in Python
https://sethmlarson.dev/blog/help-test-system-trust-stores-in-python
https://sethmlarson.dev/blog/help-test-system-trust-stores-in-python
Seth Michael Larson
Help us test system trust stores in Python
⚠️ If you're an IT or software team that uses Python along with corporate system certificates, an internal CA, or internal PyPI repository: please read on to help improve Python. If you know one or...
Automatically Create NBA Highlights With a Few Lines of Python Code
Leveraging open-source computer vision models to generate basketball highlights.
https://betterprogramming.pub/automatically-creating-nba-highlights-in-5-minutes-7f90bfedd775
Leveraging open-source computer vision models to generate basketball highlights.
https://betterprogramming.pub/automatically-creating-nba-highlights-in-5-minutes-7f90bfedd775
Medium
Automatically Create NBA Highlights With a Few Lines of Python Code
Leveraging open-source computer vision models to generate basketball highlights
How to Choose the Right Python Concurrency API
Python standard library offers 3 concurrency APIs. How do you know which API to use in your project? In this tutorial you will discover helpful step-by-step procedures and helpful questions to guide you to the most appropriate concurrency API.
https://superfastpython.com/python-concurrency-choose-api/
Python standard library offers 3 concurrency APIs. How do you know which API to use in your project? In this tutorial you will discover helpful step-by-step procedures and helpful questions to guide you to the most appropriate concurrency API.
https://superfastpython.com/python-concurrency-choose-api/
Super Fast Python
Choose the Right Python Concurrency API - Super Fast Python
How to Choose the Right Python Concurrency API Python standard library offers 3 concurrency APIs. How do you know which API to use in your project? In this tutorial, you will discover a helpful step-by-step procedure and helpful questions to guide you to…
Mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
https://github.com/hay-kot/mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
https://github.com/hay-kot/mealie
GitHub
GitHub - mealie-recipes/mealie: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend…
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recip...
p1ngul1n0 / blackbird
An OSINT tool to search for accounts by username in social networks.
https://github.com/p1ngul1n0/blackbird
An OSINT tool to search for accounts by username in social networks.
https://github.com/p1ngul1n0/blackbird
GitHub
GitHub - p1ngul1n0/blackbird: An OSINT tool to search for accounts by username and email in social networks.
An OSINT tool to search for accounts by username and email in social networks. - p1ngul1n0/blackbird
Resoto
Resoto creates an inventory of your cloud, provides deep visibility, and reacts to changes in your infrastructure.
https://github.com/someengineering/resoto
Resoto creates an inventory of your cloud, provides deep visibility, and reacts to changes in your infrastructure.
https://github.com/someengineering/resoto
GitHub
GitHub - someengineering/fixinventory: Fix Inventory helps you identify and remove the most critical risks in AWS, GCP, Azure and…
Fix Inventory helps you identify and remove the most critical risks in AWS, GCP, Azure and Kubernetes. - someengineering/fixinventory
Django 4.1 released
The release notes cover the profusion of new features in detail, but a few highlights are:
https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/
The release notes cover the profusion of new features in detail, but a few highlights are:
https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/
Django Project
Django 4.1 released
Posted by Carlton Gibson on August 3, 2022
Building Django app with REST Framework API, OpenAPI 3 definitions with drf-spectacular
This tutorial shows how to build a Django app with REST Framework and create OpenAPI 3 definitions with awesome library drf-spectacular.
https://appliku.com/post/django-rest-framework-openapi-3
This tutorial shows how to build a Django app with REST Framework and create OpenAPI 3 definitions with awesome library drf-spectacular.
https://appliku.com/post/django-rest-framework-openapi-3
Appliku
Building Django app with REST Framework API, OpenAPI 3 definitions with drf-spectacular
Modern applications often consist of multiple parts, utilize other applications or used by other apps and tools. In order to make communication between applications possible one application should expose API and another app should consume that API.
django-denied
An authorization system based exclusively on allow lists.
https://github.com/mblayman/django-denied
An authorization system based exclusively on allow lists.
https://github.com/mblayman/django-denied
GitHub
GitHub - mblayman/django-denied: An authorization system based exclusively on allow lists
An authorization system based exclusively on allow lists - GitHub - mblayman/django-denied: An authorization system based exclusively on allow lists
My Favorite Python Tricks for LeetCode Questions
This post shares intermediate-level Python tricks. It also covers some newer features of Python you may not have started using yet.
https://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
This post shares intermediate-level Python tricks. It also covers some newer features of Python you may not have started using yet.
https://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
Jjinux
Python: My Favorite Python Tricks for LeetCode Questions
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python trick...
Python 3.10.6
Python 3.10.6 is the newest major release of the Python programming language, and it contains many new features and optimizations.
https://www.python.org/downloads/release/python-3106/
Python 3.10.6 is the newest major release of the Python programming language, and it contains many new features and optimizations.
https://www.python.org/downloads/release/python-3106/
Python.org
Python Release Python 3.10.6
The official home of the Python Programming Language
Add custom windows to GDB: Programming the TUI in Python
In this article, the first in a two-part series, you'll learn how to create a window and load it with dynamic content. The real power of the TUI will be shown in the second article, which shows how to display useful information from GDB.
https://developers.redhat.com/articles/2022/08/03/add-custom-windows-gdb-programming-tui-python
In this article, the first in a two-part series, you'll learn how to create a window and load it with dynamic content. The real power of the TUI will be shown in the second article, which shows how to display useful information from GDB.
https://developers.redhat.com/articles/2022/08/03/add-custom-windows-gdb-programming-tui-python
Red Hat Developer
Add custom windows to GDB: Programming the TUI in Python | Red Hat Developer
The GNU Debugger (GDB), a popular free and open source tool for C and C++ programmers, offers a Text User Interface (TUI) to split the console into multiple
Recipes and Tricks for Effective Structural Pattern Matching in Python
In this article we will explore advanced features of match/case syntax - or as it's properly called - structural pattern matching. As well as tips and tricks for using it effectively, including recipes that will help you use it to it's full potential.
https://martinheinz.dev/blog/78
In this article we will explore advanced features of match/case syntax - or as it's properly called - structural pattern matching. As well as tips and tricks for using it effectively, including recipes that will help you use it to it's full potential.
https://martinheinz.dev/blog/78
martinheinz.dev
Recipes and Tricks for Effective Structural Pattern Matching in Python
<p>
If you're a Python developer, then you're probably aware that <code class="inline">match</code>/<code class="inline">case</code> statement got introduc...
If you're a Python developer, then you're probably aware that <code class="inline">match</code>/<code class="inline">case</code> statement got introduc...
DeathSleep
A PoC implementation for an evasion technique to terminate the current thread and restore it before resuming execution, while implementing page protection changes during no execution.
https://github.com/janoglezcampos/DeathSleep
A PoC implementation for an evasion technique to terminate the current thread and restore it before resuming execution, while implementing page protection changes during no execution.
https://github.com/janoglezcampos/DeathSleep
GitHub
GitHub - janoglezcampos/DeathSleep: A PoC implementation for an evasion technique to terminate the current thread and restore it…
A PoC implementation for an evasion technique to terminate the current thread and restore it before resuming execution, while implementing page protection changes during no execution. - janoglezcam...
facundoolano / software-papers
📚 A curated list of papers for Software Engineers
https://github.com/facundoolano/software-papers
📚 A curated list of papers for Software Engineers
https://github.com/facundoolano/software-papers
GitHub
GitHub - facundoolano/software-papers: 📚 A curated list of papers for Software Engineers
📚 A curated list of papers for Software Engineers. Contribute to facundoolano/software-papers development by creating an account on GitHub.
huggingface / accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
https://github.com/huggingface/accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
https://github.com/huggingface/accelerate
GitHub
GitHub - huggingface/accelerate: 🚀 A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration…
🚀 A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic mixed precision (including fp8), and easy-to-configure FSDP and DeepSpeed suppo...