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...
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.