aaron.
banner
3-2-1-0.bsky.social
aaron.
@3-2-1-0.bsky.social
📍🦀Baltimore

🏉Rugby
⚰️Horror
💾 Data Analytics
🐍 Python Development
🏕️ Camping
⚾️ O’s baseball
🏎️ Formula 1
10/10. One of my favorite sweaters is one of yours that I picked up a few years ago in Hampden.
November 28, 2024 at 8:18 AM
As a newly minted Wicked expert, you are a G(a)linda.
November 22, 2024 at 4:10 PM
BC is a hangover god send 🙌🏾 Just be careful with the max strength one 24 hours before or after drinking, the acetaminophen can put a lot of stress on your liver.
November 17, 2024 at 10:35 PM
Leeloo Dallas says don’t forget Lovebnb
November 17, 2024 at 5:22 AM
Normalize asking for two slices of bread and a to go box for a bonus sandwich.
November 15, 2024 at 6:53 PM
And the inevitable outcome mid-2025 when republicans have their “well, well, well, if it isn't the consequences of my own actions” moment
November 14, 2024 at 5:29 AM
import random
import string
def random_import_alias(lib_name):
alias = ''.join(random.choices(string.ascii_letters, k=2))
globals()[alias] = __import__(lib_name)
return alias
np_alias = random_import_alias('numpy')
pd_alias = random_import_alias('pandas')
November 14, 2024 at 3:40 AM