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...
Python Firebase Authentication Integration with FastAPI
Firebase authentication is Google Cloud Platform's user management system. Here's how to integrate it with FastAPI.
https://pythonalgos.com/python-firebase-authentication-integration-with-fastapi/
Firebase authentication is Google Cloud Platform's user management system. Here's how to integrate it with FastAPI.
https://pythonalgos.com/python-firebase-authentication-integration-with-fastapi/
PythonAlgos
Python Firebase Authentication Integration with FastAPI - PythonAlgos
Firebase authentication is Google Cloud Platform's user management system. FastAPI is a Python API backend. Here's how to integrate them.
SciPy 1.9.0
It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented in the release notes.
https://github.com/scipy/scipy/releases/tag/v1.9.0
It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented in the release notes.
https://github.com/scipy/scipy/releases/tag/v1.9.0
GitHub
Release SciPy 1.9.0 · scipy/scipy
SciPy 1.9.0 Release Notes
SciPy 1.9.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have bee...
SciPy 1.9.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have bee...
wandb
A tool for visualizing and tracking your machine learning experiments.
https://github.com/wandb/wandb
A tool for visualizing and tracking your machine learning experiments.
https://github.com/wandb/wandb
GitHub
GitHub - wandb/wandb: The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation…
The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production. - wandb/wandb
Data Visualization in Python
Learn how to create awesome data visualizations using the most popular Python libraries, such as matplotlib, seaborn and plotly.
https://blog.resolvingpython.com/04-data-visualization-in-python
Learn how to create awesome data visualizations using the most popular Python libraries, such as matplotlib, seaborn and plotly.
https://blog.resolvingpython.com/04-data-visualization-in-python
Resolving Python
#04 | Data Visualization in Python
Learn how to create awesome data visualizations using the most popular Python libraries, such as matplotlib, seaborn and plotly.
pointers.py 2.0.0 - bringing the hell of pointers to python
https://www.reddit.com/r/Python/comments/wmwr5a/pointerspy_200_bringing_the_hell_of_pointers_to/
https://www.reddit.com/r/Python/comments/wmwr5a/pointerspy_200_bringing_the_hell_of_pointers_to/
reddit
pointers.py 2.0.0 - bringing the hell of pointers to python
updated api example: ```py from pointers import _ text: str = "hello world" ptr = _&text print(*ptr) # hello world ``` repo:...
Python F-Strings Number Formatting Cheat Sheet
https://cheatography.com/brianallan/cheat-sheets/python-f-strings-number-formatting/
https://cheatography.com/brianallan/cheat-sheets/python-f-strings-number-formatting/
Cheatography
Python F-Strings Number Formatting Cheat Sheet
Contains formulas, tables, and examples showing patterns and options focused on number formatting for Python's Formatted String Literals -- i.e., F-Strings.
The Definitive Guide To Sitemaps With Python
This article describes general idea and how to implement your sitemaps with python.
https://abstractkitchen.com/blog/sitemaps-for-devs/
This article describes general idea and how to implement your sitemaps with python.
https://abstractkitchen.com/blog/sitemaps-for-devs/
Abstractkitchen
The Definitive Guide To Sitemaps With Python / abstractkitchen.com
Sitemaps are important. Especially for big websites. It is always a good idea to develop your website with SEO in mind. Unfortunately, most developers ignore this part.
TorchDynamo
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
https://github.com/pytorch/torchdynamo
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
https://github.com/pytorch/torchdynamo
GitHub
GitHub - pytorch/torchdynamo: A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
A Python-level JIT compiler designed to make unmodified PyTorch programs faster. - pytorch/torchdynamo
adw0rd / instagrapi
🔥 The fastest and powerful Python library for Instagram Private API 2022
https://github.com/adw0rd/instagrapi
🔥 The fastest and powerful Python library for Instagram Private API 2022
https://github.com/adw0rd/instagrapi
GitHub
GitHub - subzeroid/instagrapi: 🔥 The fastest and powerful Python library for Instagram Private API 2025 with HikerAPI SaaS
🔥 The fastest and powerful Python library for Instagram Private API 2025 with HikerAPI SaaS - subzeroid/instagrapi
Belay
Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.
https://github.com/brianpugh/belay
Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.
https://github.com/brianpugh/belay
GitHub
GitHub - BrianPugh/belay: Belay is a python library that enables the rapid development of projects that interact with hardware…
Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board. - GitHub - BrianPugh/belay: Belay is a python library that e...
Rapid Prototyping Using Terraform, GitHub Action, Docker and Streamlit in GCP
https://towardsdatascience.com/rapid-prototyping-using-terraform-github-action-docker-and-streamlit-in-gcp-e623ae3fdd54
https://towardsdatascience.com/rapid-prototyping-using-terraform-github-action-docker-and-streamlit-in-gcp-e623ae3fdd54
Medium
Rapid Prototyping Using Terraform, GitHub Action, Docker and Streamlit in GCP
Speed Up Insight-sharing Using CI/CD Tools