import requests
class Tweet(object):
def __init__(self, s, embed_str=False):
if not embed_str:
# Use Twitter's oEmbed API
# https://dev.twitter.com/web/embedded-tweets
api = 'https://publish.twitter.com/oembed?url={}'.format(s)
response = requests.get(api)
self.text = response.json()["html"]
else:
self.text = s
def _repr_html_(self):
return self.text
An unordered and living collection of things about this class.
{admonition}
:class: tip
If you see a joke you like, send it to me by email or via issue (click the GitHub logo above and then "Open Issue").
{image}
:alt: correlation
:align: center
Tweet("https://twitter.com/FinitePhysicist/status/1561353336191963138?s=20&t=iBmc_Z5r1dfksVnM_rstGQ")
never take advice. if the person is alive then it's technically survivorship bias
— physicist (@FinitePhysicist) August 21, 2022
Tweet("https://twitter.com/mealreplacer/status/1605713413933785088")
data visualisation is one of my passions pic.twitter.com/9hLbOMpKVP
— John Stuart is Chilling in NYC (@mealreplacer) December 21, 2022
Tweet("https://twitter.com/khoavuumn/status/1566883308683907074")
Your daily bias-variance tradeoff tweet. https://t.co/WIRg6sH0e9
— Khoa Vu (@KhoaVuUmn) September 5, 2022
Tweet("https://twitter.com/ExcelHumor/status/1558965529506889728?s=20&t=edv_FwAuuQD_xq91UQnQiQ")
artificial intelligence is taking over pic.twitter.com/rvFdNa0nqt
— memes.xlsx (@ExcelHumor) August 14, 2022
Tweet("https://twitter.com/lucalanziani/status/1564213853038182402")
"Ask a programmer to review ten lines of code, he’ll find ten issues. Ask him to do five hundred lines, and he’ll say it looks good." - Gene Kim, The DevOps Handbook.
— Luca Lanziani 🌍🔥 (@lucalanziani) August 29, 2022
Tweet("https://twitter.com/Tjdriii/status/1558967233539411968")
Still kinda wack that you can see two "Data Analyst" job postings and the first is like
— Tripp (@Tjdriii) August 15, 2022
"Must be proficient in Excel"
And the second is
"We are seeking a world expert in Bayesian spatiotemporal mixed hierarchical models"
Tweet("https://twitter.com/v_matzek/status/1376959879882043395")
I think this one was my absolute favorite pic.twitter.com/OfPXtYrrWn
— Virginia Matzek (@v_matzek) March 30, 2021
Tweet("https://twitter.com/ryxcommar/status/1564026940348141568")
You're doing data science all wrong.
— Senior PowerPoint Engineer (@ryxcommar) August 28, 2022
Here are 5 tools every data scientist needs to be using, a 🧵:
The sequel:
Tweet("https://twitter.com/ryxcommar/status/1564282933053104129")
Spreadsheet software is good; this isn't a joke! Career-wise the most liberating feeling was when I had established myself as the guy you go to for Python and Pandas help; I went back to using Google Sheets for a lot of my work cuz nobody could say shit. https://t.co/HZHonQCMw2
— Senior PowerPoint Engineer (@ryxcommar) August 29, 2022
Tweet("https://twitter.com/adamjnafa/status/1563762227345100800")
If nothing else, my causal inference/research methods course has dank stats memes 🤷♂️ pic.twitter.com/ZhKVKcNMpy
— A. Jordan Nafa (@adamjnafa) August 28, 2022