Tag: program

  • MSE-DS or OMSCS?

    MSE-DS or OMSCS? I’ve gotten a lot of mixed responses about this on other subreddits, so I wanted to ask here I was recently accepted to UPenn’s online part-time MSE-DS program. I graduated from college this past May from a top 20 school with a degree in data science. To be honest, I originally applied…

  • TDS Authors Can Now Receive Payments Via Stripe

    TDS Authors Can Now Receive Payments Via Stripe We launched the TDS Author Payment Program back in February, and have since announced a major update—with a far more inclusive earning tier—just last month. Today we’re happy to share that the Program, which has already seen dozens of authors receive their first payout, is now a…

  • How to Optimize your Python Program for Slowness

    How to Optimize your Python Program for Slowness Also available: A Rust version of this article. Everyone talks about making Python programs faster [1, 2, 3], but what if we pursue the opposite goal? Let’s explore how to make them slower — absurdly slower. Along the way, we’ll examine the nature of computation, the role of memory,…