How to Actually Copy a List in Python

Copy a list in Python using the copy() method, not the assignment operator.

Local Text Summarization With Ollama and Python Is Just String Manipulation

Generate a string with Python, pass it into Ollama, and you get a string in return. That’s it.

Calendly Denial of Service via Mass-Scheduling

Showing how Calendly can be easily spammed because I’m bored and unemployed.

Python Lists Cheatsheet

A Python lists cheatsheet for coding interviews.

2024-04-29 · [Updated 2025-10-29] · 1194 words
Get Unique Elements in a Python List

Remove duplicate elements from Python lists using the set() function.

2024-04-22 · [Updated 2025-10-29] · 175 words
Making Life More Difficult for Bank Scammers

Using Python to flood scammers with fake information.

Optional Type Hints in Python

How to use optional type hints in Python v3.10+.

2024-01-16 · [Updated 2025-10-29] · 618 words
Hitting Back at Ledger Scammers With Python

Using a Python script to send fake data to a Ledger phishing site.

Using Python to Flood Scammers with Fake Passwords

Creating a python script to flood scammers with fake credentials.

Retaliating Against MetaMask Scammers With Python

Using Python to send fake seed phrases to a MetaMask scam site.