Filters in Django: filter(A, B) vsfilter(A).filter(B)
https://apirobot.me/posts/filters-in-django-filtera-b-vs-filtera-filterb
https://apirobot.me/posts/filters-in-django-filtera-b-vs-filtera-filterb
apirobot
Filters in Django – filter(A, B) vs filter(A).filter(B)
In this article, we’re going to cover quite an advanced topic in Django ORM. And after reading the article, you’re going to understand how Django ORM works a little bit better, especial…
My Favorite Python Tricks for LeetCode Questions
https://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
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...
PyData Seattle: Language Creators Charity Fundraiser
https://pydata.org/language-creator-fundraiser/
https://pydata.org/language-creator-fundraiser/
Language Creators Charity Fundraiser
A discussion of programming language creators about the past and future of language design
Bruteforce Web Login with Python
https://medium.com/@s12deff/bruteforce-web-login-with-python-62b89b01fd0b
https://medium.com/@s12deff/bruteforce-web-login-with-python-62b89b01fd0b
Medium
Bruteforce Web Login with Python
Introduction
A Beginner’s Guide to Python’s @property Decorator
https://medium.com/@dillonf2/a-beginners-guide-to-python-s-property-decorator-ee01807cfdb1
https://medium.com/@dillonf2/a-beginners-guide-to-python-s-property-decorator-ee01807cfdb1
Medium
A Beginner’s Guide to Python’s @property Decorator
Python is easy to use and understand, especially for new programmers. This blog will introduce the @property feature in Python, which is…
“Hostname mismatch” SSL error in Python
https://medium.com/@maciej.skorupka/hostname-mismatch-ssl-error-in-python-2901d465683
https://medium.com/@maciej.skorupka/hostname-mismatch-ssl-error-in-python-2901d465683
Medium
“Hostname mismatch” SSL error in Python
Do you know that feeling when you think that you already have a good certificate (self-signed or not) with a good CName and clients should…
Local file inclusion (LFI) in python server
https://medium.com/@david0226/local-file-inclusion-lfi-in-python-server-258b6e0e184b
https://medium.com/@david0226/local-file-inclusion-lfi-in-python-server-258b6e0e184b
Medium
Local file inclusion (LFI) in python server
Recently we received a security alert from our security team that they found a serve LFI vulnerability in one of our public tool site.
Python’s Higher Order Functions Demystified
https://medium.com/@yusuf.ganiyu/pythons-higher-order-functions-demystified-47b46523e42d
https://medium.com/@yusuf.ganiyu/pythons-higher-order-functions-demystified-47b46523e42d
Medium
Python’s Higher Order Functions Demystified
In Python, functions are first-class citizens, meaning they can be passed around as arguments to other functions, returned as values from…
Scraping Goodreads: A Beginner’s Guide
https://medium.com/@adesua/scraping-goodreads-a-beginners-guide-3ad3a5907c2a
https://medium.com/@adesua/scraping-goodreads-a-beginners-guide-3ad3a5907c2a
Medium
Scraping Goodreads: A Beginner’s Guide
Exploring the World of Books
An introduction to Ansible: Install & Deployment.
https://amitgujar15.medium.com/an-introduction-to-ansible-install-deployment-ab51d9bf383b
https://amitgujar15.medium.com/an-introduction-to-ansible-install-deployment-ab51d9bf383b
Medium
An introduction to Ansible: Install & Deployment.
Today we will talk about the installation of a modern configuration management tool that facilitates the task of setting up and maintaining…